Subversion commits

RevisionAuthorDateDescription
32931arfrever05 Sep 2008 10:52:37

Use svn_io_remove_dir2() instead of deprecated svn_io_remove_dir().

* subversion/libsvn_client/add.c
(svn_client__make_local_parents): Use svn_io_remove_dir2() instead of
deprecated svn_io_remove_dir().

32930julianfoad05 Sep 2008 10:51:00

Fix a test's EOL-style portability problem introduced in r32907, and enabled
in r32913, that caused it to fail on Windows.

Suggested by: pburba

* subversion/tests/cmdline/merge_tests.py
(merge_an_eol_unification_and_set_svn_eol_style): Write out the initial
file contents in binary mode to get the exact EOL style combination we
want.

32928arfrever05 Sep 2008 10:31:06

Use svn_opt_print_help3() instead of deprecated svn_opt_print_help().

* subversion/svnserve/main.c
(version):
* subversion/svnversion/main.c
(version): Use svn_opt_print_help3() instead of deprecated
svn_opt_print_help().

32927arfrever05 Sep 2008 10:18:07

Fix typos in comments.

* subversion/libsvn_client/cmdline.c
(resolve_repos_relative_url):
* subversion/libsvn_repos/load.c
(new_revision_record):
* subversion/libsvn_wc/merge.c
(svn_wc__merge_internal):
* subversion/svnadmin/main.c
(main):
* subversion/svndumpfilter/main.c
(main):
* subversion/svnlook/main.c
(main):
* subversion/svn/main.c
(main):
* subversion/svnversion/main.c
(main): Fix typos in comments.

32926julianfoad05 Sep 2008 10:12:53

Tweak a comment. (It appears in 3 places.)

* subversion/libsvn_fs_base/notes/structure
In the algorithm step about a "double delete", also include
delete-versus-modify scenarios.

* subversion/libsvn_fs_base/tree.c,
subversion/libsvn_fs_fs/tree.c
(merge): In the comment about a "double delete", also include
delete-versus-modify scenarios.

32925arfrever05 Sep 2008 10:08:46

Use svn_diff_file_output_merge2() instead of deprecated
svn_diff_file_output_merge().

* subversion/libsvn_wc/merge.c
(svn_wc__merge_internal): Use svn_diff_file_output_merge2() instead of
deprecated svn_diff_file_output_merge().

32924arfrever05 Sep 2008 09:50:06

* tools/client-side/bash_completion
(_svn, _svnadmin): Use '+=' for appending to variables and fix indentation.

32923julianfoad05 Sep 2008 09:14:15

Fix a Python syntax error I introduced in r32906, that worked in the version
I was using but failed on a MacOSX build-bot.

* subversion/tests/cmdline/merge_tests.py
(svn_propset): Explicitly cast the generator expression to a tuple before
passing it as a variadic argument.

32922fabien05 Sep 2008 08:36:46

Comments added about bug when completing in the middle of the line.

* tools/client-side/bash_completion: added comments

32921zhakov05 Sep 2008 08:22:27

Follow-up to r32012.

* build/generator/gen_vcnet_vcproj.py
(write_project): Remove duplicate condition.

32916fabien05 Sep 2008 07:41:40

Improved bash completion for 'merge' URL argument

* tools/client-side/bash_completion:
- better completion when in a 'trunk' subdirectory

32915zhakov05 Sep 2008 07:40:58

Make win-test.py work with non ASCII locale.

* win-tests.py:
Remove LastChangedDate and LastChangedBy fields because Python does
not like non ASCII characters.

32914zhakov05 Sep 2008 07:36:23

Save all options including -t and -s to gen-make.opts, to make
gen-make.py --reload really works on Windows.

* gen-make.py:
(__main__): Save -t and -s options to gen-make.opts.