Commit | Date | |
---|---|---|
[r278]
by
kfogel
Fix issue #1341: Change 'svn revert' to 'svn undo', to avoid confusion * subversion/libsvn_wc/adm_ops.c * subversion/include/svn_wc.h * subversion/clients/cmdline/feedback.c * subversion/libsvn_client/revert.c: Renamed to below. * subversion/libsvn_client/undo.c: New file, replaces revert.c. * subversion/include/svn_client.h * subversion/clients/cmdline/main.c * subversion/clients/cmdline/revert-cmd.c: Renamed to below. * subversion/clients/cmdline/undo-cmd.c: New file, replaces * subversion/clients/cmdline/cl.h: Declare svn_cl__undo. Tests: * subversion/tests/clients/cmdline/basic_tests.py * subversion/tests/clients/cmdline/copy_tests.py * subversion/tests/clients/cmdline/merge_tests.py * subversion/tests/clients/cmdline/prop_tests.py * subversion/tests/clients/cmdline/schedule_tests.py * subversion/tests/clients/cmdline/switch_tests.py * subversion/tests/clients/cmdline/trans_tests.py: Adjust comment. * subversion/tests/clients/cmdline/update_tests.py * subversion/tests/clients/cmdline/getopt_tests_data/svn--help_stdout, Documentation and notes: * doc/book/book/appa.xml, doc/book/book/ch03.xml, * doc/translations/french/appendices.texi: Adjust. * doc/book/outline.txt: Adjust. * doc/user/svn-ref.tex: Adjust. * subversion/clients/cmdline/man/svn.1: Adjust. * notes/autoversioning-strategy.txt: Adjust * www/project_faq.html * CHANGES: Mention that it's 'svn undo' now. Interfaces: * tools/client-side/bash_completion: Adjust completions. * tools/client-side/psvn/psvn.el * tools/client-side/vc-svn.el * tools/dev/svn-dev.el Bindings: * subversion/bindings/ruby/wc.c * subversion/bindings/ruby/client.c * subversion/bindings/java/javahl/native/SVNClient.h * subversion/bindings/java/javahl/native/Notify.cpp * subversion/bindings/java/javahl/native/SVNClient.cpp * subversion/bindings/java/javahl/native/org_tigris_subversion_javahl_SVNClient.cpp * subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/Notify.java * subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClient.java |
2003-06-09 02:13:41 | Tree |
[r277]
by
sussman
Patch from Bruce A. Mah <bmah@...>, issue #1340: When compiling the svn book, handle the case where "svnversion ." * doc/book/Makefile (BOOK_VERSION_SOURCE): Check to see if "svnversion * doc/book/book.xml: Let version.xml provide the complete subtitle |
2003-06-05 00:29:22 | Tree |
2003-06-02 16:33:43 | Tree | |
2003-05-31 11:34:46 | Tree | |
2003-05-21 20:13:31 | Tree | |
2003-05-19 15:50:26 | Tree | |
[r272]
by
fitz
Fix various grammar, typos, and no longer correct things in the book * doc/book/book/ch03.xml : Grammar fix. * doc/book/book/ch04.xml : Make example match commentary. * doc/book/book/ch05.xml : Grammar fix. * doc/book/book/ch07.xml : Grammar fix. Authentication data is no longer * doc/book/book/ch08.xml : Fix typo on "Revision". |
2003-05-19 14:45:17 | Tree |
[r271]
by
sussman
Continue issue #730: restartable checkouts. Make 'svn status' recognize incomplete directories. Also, fix a Mauve Bikeshed: show a "!" for incomplete dirs, just like missing [ People are still arguming, but let's try this out for a little * libsvn_wc/entries.c, entries.h (svn_wc__entries_init): if 0 or -1 is * libsvn_wc/update_editor.c (close_directory): egads, stop having * libsvn_wc/status.c (assemble_status): notice incompleteness in the * svn_wc.h (enum svn_wc_status_kind): new 'incomplete' status enum. * cmdline/status.c (generate_status_code): show a '!' for incompleteness. * cmdline/main.c (svn_cl__cmd_table): augment 'svn help' description. * book/ch03.xml, ch08.xml: update book's description of '!', and what |
2003-05-15 16:20:54 | Tree |
2003-05-14 04:01:57 | Tree | |
[r269]
by
fitz
Patch provided (with a small tweak) by"Bruce A. Mah" Automatically include a version number in renditions of the book, * doc/book/Makefile * doc/book/book/book.xml: Include the generated version.xml file |
2003-05-14 03:48:18 | Tree |