Menu

Source Commit Log


Commit Date  
[r428] by sussman

* CHANGES: mention 'svn merge' change.
* doc/book/TODO: some extra ben-notes.

2004-01-21 22:46:25 Tree
[r427] by dwhedon

Revision 7740 changed the way the build finds stylesheets. Update
documentation and build to take this into account.

* doc/book/Makefile (XSL_DIR) : Remove this obsolete variable.
* doc/book/README : Don't say the build will looks for stylesheets
in a different directory than tools/xsl/ since this is not true.

2004-01-19 20:06:22 Tree
[r426] by blair

* contrib/client-side/svn_load_dirs.pl.in:
Change the spaces between the deleted and added filename columns to
_'s to make the columns easier to visually line up.
Sort deleted and added filenames and directories by the lowercase
versions of their basenames instead of their complete path, which
makes finding files that were moved into different directories
easier to match up.
Patch contributed by Peter Gervai <grin@...>.

* doc/book/book/ch07.xml:
s/svn-load-dirs.pl/svn_load_dirs.pl/g.

2004-01-17 03:49:42 Tree
[r425] by kfogel

Remove the getdate.y-based date-parser, replacing it with a simpler
though less powerful one. This change includes improvements based on
suggestions from Branko Cibej, Karl Fogel, and Philip Martin. The
original patch was provided by C. Scott Ananian <cscott@...>,
the final change is the result of collaboration between Greg Hudson
and Mark Benedetto King. See 1.0-cand issue #408.

[Note: The three file adds/deletes immediately below should have
happened in this revision, but were committed in r8328 instead,
because I forgot that 'patch', unlike 'svn merge', doesn't do tree
changes.]

* subversion/libsvn_subr/date.c: New file.
* subversion/libsvn_subr/getdate.y: Deleted.
* subversion/libsvn_subr/getdate.cw: Deleted.
* subversion/include/svn_time.h:
(struct getdate_time): Removed.
(svn_parse_date): Update prototype and documentation comment to reflect
the new interface.
* subversion/tests/libsvn_subr/time-test.c (test_parse_date):
Date-parsing tests added.
* subversion/libsvn_subr/opt.c
(parse_one_rev): Add pool parameter, and use the new svn_parse_date
interface.
(svn_opt_parse_revision): Pass pool into parse_one_rev().
* autogen.sh:
Remove generation of getdate.c from getdate.y.
* doc/book/REVIEW: Add notes for fitz on updating ch03 and ch09.
* INSTALL:
Remove bison/yacc dependency, renumber subsequent dependencies.
* build/win32/svn_config.dsp, build/win32/svn_config.vcproj:
build/generator/gen_win.py (__init__):
Remove special-case handling of getdate.c.
* subversion/bindings/swig/core.i:
Remove "struct getdate_time" verbiage.
* packages/rpm/mandrake-9.0/subversion.spec,
packages/rpm/mandrake-9.1/subversion.spec,
packages/rpm/mandrake-9.2/subversion.spec:
Remove dependency on bison and flex. (We've never depended on flex.)

2004-01-15 23:41:08 Tree
[r424] by blair

* doc/book/REVIEW:
Having a public sample repository examples in the book would be good.
Note that the diff output needs to be updated to match the current
diff output style.

* doc/book/book/ch00.xml:
Mention that this book documents version 1.0 of Subversion.
Give some kind words to Windows users that want to follow the
examples in the book after we say we like the Unix environment.

* doc/book/book/ch05.xml
(svn-ch-5-sect-2.2): The term "Berkeley DB environment" is never
defined, so copy its definition from Sleepycat's website.
Fix other minor nits.

2004-01-14 01:43:23 Tree
[r423] by sussman

* ch06.xml: document the 'svnserve --inetd' switch, since it's a new
switch in both trunk and 1.0 branches.

2004-01-12 17:57:39 Tree
[r422] by sussman

* doc/book/book/ch07.xml: a bunch of typo & grammar fixes from Mason
Thomas <mlt_svn@...>.

* doc/book/TODO: tweak.

2004-01-12 16:25:00 Tree
[r421] by sussman

Small doc changes: add giant WARNING signs in all places where
'svnadmin create' is documented.

* doc/book/book/ch05.xml: in repository creation section, add giant
WARNING sidebar about avoiding network shares. I'm sooooooo sick of
people not seeing the FAQ and getting burned by this.

* doc/book/TODO: tweak note.

* README: rewrite ancient section (it makes it sound like apache is the
only possible server process), and add giant WARNING about avoiding
network shares.

2004-01-11 06:08:12 Tree
[r420] by blair

My trivial and minor comments and changes to the book. Any issues
with the book that I didn't want to change myself I placed into the
REVIEW file.

* doc/book/REVIEW: New file contain book reviews and comments.

* doc/book/book/ch03.xml:
Use the word "copy" instead of "move" when files are imported into a
working copy, since the import doesn't delete the original file,
which the word "move" may imply.

* doc/book/book/ch04.xml:
Add a \ for a sample command to get line wrapping correct.

* doc/book/book/ch05.xml,
Spell out what ACL means.
Add deltify to the 'svnadmin help' output.
For the safe way to backup a repository, mention 'svnadmin hotcopy'
instead of copying and recopying the repository.
Put ""'s around variable names in the txn-info.sh sample script, as
all our shell scripts do.
Update 'svnadmin recover' output to match current behavior.

* doc/book/book/ch06.xml:
(Server Configuration): Mention that the file:// method is used to
access the repository on a local filesystem.
Use the -m command line option to htpasswd to use MD5 encryption of
the passwords instead of crypt(), which isn't as secure.
Make sure that all paths to the Apache passwd file are consistent.

* doc/book/book/ch07.xml:
To be consistent with the rest of the book where file extensions are
mentioned, s/\.REG/.reg/g.

2004-01-11 02:22:18 Tree
[r419] by blair

* doc/book/book/ch09.xml:
Remove a stutter.

2004-01-08 22:19:55 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.