Menu

Source Commit Log


Commit Date  
[r367] by julianfoad

We say "version control", not "revision control". Changed where the user can
see it: documentation, help and error messages, but not source code comments.

2003-10-28 23:09:10 Tree
[r366] by julianfoad

Update the Book entry for "svnadmin setlog": since r7322 it runs the hooks
unless --bypass-hooks is given.

2003-10-28 01:13:02 Tree
[r365] by julianfoad

Make some help text clearer and more self-consistent.

* doc/book/book/ch03.xml
* doc/book/book/ch08.xml
* subversion/clients/cmdline/main.c (svn_cl__options, svn_cl__cmd_table)
Describe revision specifiers more accurately.
Make some help messages better and more consistent.

* subversion/tests/clients/cmdline/getopt_tests_data/svn_help--version_stdout
* subversion/tests/clients/cmdline/getopt_tests_data/svn_help_log_switch_stdout
Updated accordingly.

2003-10-27 21:10:09 Tree
[r364] by julianfoad

Improve the layout of "svn list -v" and "svn status -v" output.

* subversion/clients/cmdline/ls-cmd.c (print_dirents)
Leave the "file size" column blank for a directory; don't print "0".
Left-align the last commit author field: it visually associates it with the
last commit revision field, and it keeps its alignment when it overflows.
Remove redundant padding from strings: they will be padded by "printf".

* subversion/clients/cmdline/status.c (print_status)
Left-align the author field and remove redundant padding, as above.
Allow the author field to extend an extra four characters into existing
white space before breaking alignment of subsequent fields.
Align the "?" for no-working-revision in the same way as other "?"s.

* doc/book/book/ch03.xml
* doc/book/book/ch08.xml
Update the example output accordingly.

2003-10-27 13:25:51 Tree
[r363] by julianfoad

In the help for "svn log", do not allow multiple local paths because such
usage does not work properly, and specify the default revision range because
it differs between URL and local usage and has confused people.

* doc/book/book/ch08.xml
* subversion/clients/cmdline/main.c
* subversion/tests/clients/cmdline/getopt_tests_data/svn_help_log_switch_stdout
In the help for "svn log", do not allow multiple local paths, and specify
the default revision range.

2003-10-23 15:12:48 Tree
[r362] by bliss

* doc/book/book/appb.xml

Remove the python bindings requirement from the chapter on cvs2svn.py.
It was removed from cvs2svn.py a long time ago.

2003-10-23 07:47:14 Tree
[r361] by fitz

Add 'pd' alias for propdel command. Patch mostly by Christian Sauer
(christian@...).

* subversion/clients/cmdline/main.c: Added "pd" as a shorthand for
propdel so it is consistent with the shorthands for propedit,
propget, proplist, propset.

* doc/book/book/ch08.xml: Update docs

2003-10-22 04:37:13 Tree
[r360] by julianfoad

Widen the file size column in "svn list" output, because sizes over 8 digits
are becoming common. Update the examples in the book.

* subversion/clients/cmdline/ls-cmd.c (print_dirents)
Widen the file size field to allow 10 digits before breaking alignment.
[From Martin Maurer.]

* doc/book/book/ch03.xml
* doc/book/book/ch08.xml
Update the examples of "svn list" output to reflect this change and the
recent removal of the first ("has properties") column.

2003-10-17 13:46:23 Tree
[r359] by julianfoad

Remove the "has properties" field from the output of "svn list", because it
was not very useful in general - e.g. if "svn:eol-style" is set for all files,
then this field is always true and thus uninteresting.

* subversion/clients/cmdline/ls-cmd.c (print_dirents)
Remove the 'P' field.

* subversion/clients/cmdline/main.c (svn_cl__cmd_table)
* doc/book/book/ch08.xml
Remove mention of the 'P' field from the help for "snv list".

2003-10-17 13:27:23 Tree
[r358] by julianfoad

Expand and correct the help for "svn list".

* doc/book/book/ch08.xml
* subversion/clients/cmdline/main.c (svn_cl__cmd_table)
Re-write the entry for "svn list".

2003-10-08 20:33:40 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.