svn commit: r966922 - /subversion/trunk/subversion/libsvn_wc/status.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Fri Jul 23 01:00:04 2010 New Revision: 966922 URL: http://svn.apache.org/viewvc?rev=966922&view=rev Log: * subversion/libsvn_wc/status.c (assemble_status): This should really fix the unix build. Modified: subversion/trunk/subversion/libsvn_wc/status.c Modified: subve

svn commit: r966920 - in /subversion/trunk/subversion/libsvn_wc: status.c translate.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Fri Jul 23 00:57:51 2010 New Revision: 966920 URL: http://svn.apache.org/viewvc?rev=966920&view=rev Log: * subversion/libsvn_wc/status.c (assemble_status): Following up on r966917, unbreak the build on systems with HAVE_SYMLINK defined, by updating another caller. * s

svn commit: r966917 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c log.c merge.c props.c questions.c translate.c translate.h update_editor.c workqueue.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Fri Jul 23 00:45:38 2010 New Revision: 966917 URL: http://svn.apache.org/viewvc?rev=966917&view=rev Log: Consolidate the translation data read functions in libsvn_wc. Before this path all properties were read to find if a file had svn:eol-style, then all properties were read

svn propchange: r966747 - svn:log

2010-07-22 Thread rhuijben
Author: rhuijben Revision: 966747 Modified property: svn:log Modified: svn:log at Thu Jul 22 21:19:30 2010 -- --- svn:log (original) +++ svn:log Thu Jul 22 21:19:30 2010 @@ -15,3 +15,5 @@ handling to make this value also a

svn commit: r966860 - /subversion/trunk/subversion/libsvn_wc/workqueue.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 21:15:55 2010 New Revision: 966860 URL: http://svn.apache.org/viewvc?rev=966860&view=rev Log: Pass a wri_abspath to the workqueue runners, to allow using svn_wc__db_to_relpath() and svn_wc__db_from_relpath() for workqueue operations. No functional changes (yet).

RE: svn commit: r966770 - in /subversion/trunk/subversion/libsvn_wc: copy.c log.c log.h merge.c workqueue.c workqueue.h

2010-07-22 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: donderdag 22 juli 2010 20:58 > To: d...@subversion.apache.org > Cc: commits@subversion.apache.org > Subject: Re: svn commit: r966770 - in > /subversion/trunk/subversion/libsvn_wc: copy.c log.c log.h merge.

svn commit: r966852 - /subversion/branches/1.6.x-issue3657/subversion/tests/cmdline/merge_tests.py

2010-07-22 Thread pburba
Author: pburba Date: Thu Jul 22 20:43:48 2010 New Revision: 966852 URL: http://svn.apache.org/viewvc?rev=966852&view=rev Log: On the 1.6.x-issue3657 backport branch fix new test to work on 1.6.x. * subversion/tests/cmdline/merge_tests.py (copy_causes_phantom_eol_conflict): Tweak call to run_and

svn commit: r966851 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 20:43:38 2010 New Revision: 966851 URL: http://svn.apache.org/viewvc?rev=966851&view=rev Log: * subversion/svnrdump/svnrdump.c (main): Error out if UPPER refers to a non-existent revision. Modified: subversion/trunk/subversion/svnrdump/svnrdump.c Modified:

svn commit: r966849 - in /subversion/branches/1.6.x-issue3657: ./ CHANGES subversion/libsvn_client/repos_diff.c subversion/tests/cmdline/merge_tests.py subversion/tests/cmdline/svntest/main.py

2010-07-22 Thread pburba
Author: pburba Date: Thu Jul 22 20:37:29 2010 New Revision: 966849 URL: http://svn.apache.org/viewvc?rev=966849&view=rev Log: On the 1.6.x-issue3657 backport branch, merge r965650, r965659, r965837, r966414, r966761, and r966822 from trunk. All clean merges, but r966822 makes use of a 1.7 API (sv

svn commit: r966848 - /subversion/trunk/subversion/include/svn_props.h

2010-07-22 Thread pburba
Author: pburba Date: Thu Jul 22 20:35:27 2010 New Revision: 966848 URL: http://svn.apache.org/viewvc?rev=966848&view=rev Log: * subversion/include/svn_props.h (svn_prop_get_value): Add missing '@since New in 1.7'. Modified: subversion/trunk/subversion/include/svn_props.h Modified: subversi

svn commit: r966841 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 20:18:16 2010 New Revision: 966841 URL: http://svn.apache.org/viewvc?rev=966841&view=rev Log: * subversion/svnrdump/svnrdump.c (replay_range, main, usage): Fake a revision 0 like svnsync does. svn:date is still a TODO. Modified: subversion/trunk/subversion/

svn commit: r966837 - /subversion/branches/1.6.x-issue3657/

2010-07-22 Thread pburba
Author: pburba Date: Thu Jul 22 20:12:55 2010 New Revision: 966837 URL: http://svn.apache.org/viewvc?rev=966837&view=rev Log: Create a 1.6.x backport branch for issue #3657. Added: subversion/branches/1.6.x-issue3657/ (props changed) - copied from r966836, subversion/branches/1.6.x/

svn commit: r966822 - in /subversion/trunk/subversion: libsvn_client/repos_diff.c tests/cmdline/merge_tests.py

2010-07-22 Thread pburba
Author: pburba Date: Thu Jul 22 19:43:08 2010 New Revision: 966822 URL: http://svn.apache.org/viewvc?rev=966822&view=rev Log: Fix issue #3657 'phantom svn:eol-style changes cause spurious merge text conflicts'. * subversion/libsvn_client/repos_diff.c (change_file_prop): Only stash true propert

svn commit: r966804 - /subversion/branches/issue-2779-dev/BRANCH-README

2010-07-22 Thread cmpilato
Author: cmpilato Date: Thu Jul 22 19:00:43 2010 New Revision: 966804 URL: http://svn.apache.org/viewvc?rev=966804&view=rev Log: On the 'issue-2779-dev' branch: * BRANCH-README Update the plan and status. Modified: subversion/branches/issue-2779-dev/BRANCH-README Modified: subversion/branc

Re: svn commit: r966770 - in /subversion/trunk/subversion/libsvn_wc: copy.c log.c log.h merge.c workqueue.c workqueue.h

2010-07-22 Thread Daniel Shahaf
rhuij...@apache.org wrote on Thu, Jul 22, 2010 at 17:44:41 -: > Author: rhuijben > Date: Thu Jul 22 17:44:41 2010 > New Revision: 966770 > > URL: http://svn.apache.org/viewvc?rev=966770&view=rev > Log: > Replace the file-move loggy operation with a file-move wq operation. > > This to move awa

svn commit: r966798 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2010-07-22 Thread philip
Author: philip Date: Thu Jul 22 18:47:08 2010 New Revision: 966798 URL: http://svn.apache.org/viewvc?rev=966798&view=rev Log: * subversion/libsvn_wc/wc_db.c (determine_repos_info): Adjust local_relpath handling for single-db. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c Modified

svn commit: r966790 - /subversion/trunk/tools/dev/unix-build/README

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 18:35:41 2010 New Revision: 966790 URL: http://svn.apache.org/viewvc?rev=966790&view=rev Log: * tools/dev/unix-build/README: Mention the "nuke" target. Approved by: stsp Modified: subversion/trunk/tools/dev/unix-build/README Modified: subversion/trunk/tools

svn commit: r966784 - in /subversion/trunk/tools/dev/unix-build: Makefile.svn README

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 18:27:32 2010 New Revision: 966784 URL: http://svn.apache.org/viewvc?rev=966784&view=rev Log: * tools/dev/unix-build/README: Document Makefile.svn * tools/dev/unix-build/Makefile.svn: Remove large documentation header so people use README instead. Approved by:

svn propchange: r966774 - svn:log

2010-07-22 Thread cmpilato
Author: cmpilato Revision: 966774 Modified property: svn:log Modified: svn:log at Thu Jul 22 17:55:59 2010 -- --- svn:log (original) +++ svn:log Thu Jul 22 17:55:59 2010 @@ -3,4 +3,3 @@ On the 'issue-2779-dev' branch: Get

svn commit: r966774 - /subversion/branches/issue-2779-dev/subversion/libsvn_client/update.c

2010-07-22 Thread cmpilato
Author: cmpilato Date: Thu Jul 22 17:54:49 2010 New Revision: 966774 URL: http://svn.apache.org/viewvc?rev=966774&view=rev Log: On the 'issue-2779-dev' branch: Get 'svn update' following redirects! * subversion/libsvn_client/update.c (update_internal): Check for a corrected URL from the RA sub

svn commit: r966770 - in /subversion/trunk/subversion/libsvn_wc: copy.c log.c log.h merge.c workqueue.c workqueue.h

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 17:44:41 2010 New Revision: 966770 URL: http://svn.apache.org/viewvc?rev=966770&view=rev Log: Replace the file-move loggy operation with a file-move wq operation. This to move away from loggy and to fix some cross directory issues on using adm_abspath, when runni

svn commit: r966761 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py

2010-07-22 Thread pburba
Author: pburba Date: Thu Jul 22 17:17:15 2010 New Revision: 966761 URL: http://svn.apache.org/viewvc?rev=966761&view=rev Log: * subversion/tests/cmdline/merge_tests.py (test_list): Remove duplicate issue #3657 test entry. Modified: subversion/trunk/subversion/tests/cmdline/merge_tests.py

svn commit: r966747 - in /subversion/trunk/subversion/libsvn_client: client.h export.c externals.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 16:58:57 2010 New Revision: 966747 URL: http://svn.apache.org/viewvc?rev=966747&view=rev Log: Pass the native eol style used on 'svn export' through the externals handling to make this value also apply to exported externals. * subversion/libsvn_client/externals.c

svn commit: r966726 - in /subversion/trunk/subversion/libsvn_client: client.h commit_util.c

2010-07-22 Thread hwright
Author: hwright Date: Thu Jul 22 16:16:28 2010 New Revision: 966726 URL: http://svn.apache.org/viewvc?rev=966726&view=rev Log: Remove a couple of unused functions. * subversion/libsvn_client/client.h (svn_client__commit_get_baton, svn_client__commit_callback): Remove. * subversion/libsvn_clien

svn commit: r966725 - /subversion/trunk/subversion/libsvn_ra/compat.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 16:14:22 2010 New Revision: 966725 URL: http://svn.apache.org/viewvc?rev=966725&view=rev Log: * subversion/libsvn_ra/compat.c (svn_ra__file_revs_from_log): Following up on r966431, don't use uninitialized variable in error message. Found by: philip Modifi

svn commit: r966723 - in /subversion/trunk/subversion/svnrdump: dump_editor.c dump_editor.h svnrdump.c

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 16:13:02 2010 New Revision: 966723 URL: http://svn.apache.org/viewvc?rev=966723&view=rev Log: subversion/svnrdump: Fix indentation and whitespace to match GNU style. Files touched: * subversion/svnrdump/svnrdump.c * subversion/svnrdump/dump_editor.h * subversion/s

svn commit: r966720 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/deprecated.c libsvn_client/prop_commands.c svn/propdel-cmd.c svn/propedit-cmd.c svn/propset-cmd.c

2010-07-22 Thread hwright
Author: hwright Date: Thu Jul 22 16:07:17 2010 New Revision: 966720 URL: http://svn.apache.org/viewvc?rev=966720&view=rev Log: Finish rev'ing the client commit APIs by making the propset API return commit info back through the client context callback. * subversion/svn/propdel-cmd.c (svn_cl__pro

svn commit: r966715 - /subversion/trunk/subversion/libsvn_client/deprecated.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 15:59:03 2010 New Revision: 966715 URL: http://svn.apache.org/viewvc?rev=966715&view=rev Log: * subversion/libsvn_client/deprecated.c (svn_client_copy5): Following up on r99 (nice number!), pass the right context to svn_client_copy6. Modified: subve

svn commit: r966713 - in /subversion/trunk/subversion: include/private/ libsvn_client/ libsvn_wc/

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 15:50:53 2010 New Revision: 966713 URL: http://svn.apache.org/viewvc?rev=966713&view=rev Log: Make the lock release code a bit less smart on finding which target a caller might want to unlock to avoid having to ignore errors on releasing locks on just deleted dire

svn commit: r966710 - /subversion/trunk/tools/client-side/svn-viewspec.py

2010-07-22 Thread cmpilato
Author: cmpilato Date: Thu Jul 22 15:39:13 2010 New Revision: 966710 URL: http://svn.apache.org/viewvc?rev=966710&view=rev Log: Some general improvements to this tool in anticipating of someday being able to add more functionality (such as the ability to generate a viewspec file from an existing w

svn commit: r966675 - /subversion/trunk/subversion/tests/cmdline/svntest/actions.py

2010-07-22 Thread philip
Author: philip Date: Thu Jul 22 14:18:45 2010 New Revision: 966675 URL: http://svn.apache.org/viewvc?rev=966675&view=rev Log: * subversion/tests/cmdline/svntest/actions.py (lock_admin_dir): Use the correct path in error message. Modified: subversion/trunk/subversion/tests/cmdline/svntest/ac

svn commit: r966669 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/copy.c libsvn_client/deprecated.c svn/copy-cmd.c svn/move-cmd.c

2010-07-22 Thread hwright
Author: hwright Date: Thu Jul 22 14:09:18 2010 New Revision: 99 URL: http://svn.apache.org/viewvc?rev=99&view=rev Log: Update the move and copy APIs to use the commit callback supplied in the client context, rather than returning it directly. * subversion/svn/move-cmd.c (svn_cl__move):

svn commit: r966660 - /subversion/trunk/subversion/tests/cmdline/svntest/actions.py

2010-07-22 Thread philip
Author: philip Date: Thu Jul 22 13:59:51 2010 New Revision: 90 URL: http://svn.apache.org/viewvc?rev=90&view=rev Log: * subversion/tests/cmdline/svntest/actions.py (lock_admin_dir): Prepare for single-db. Modified: subversion/trunk/subversion/tests/cmdline/svntest/actions.py Modifi

svn commit: r966654 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 13:40:59 2010 New Revision: 966654 URL: http://svn.apache.org/viewvc?rev=966654&view=rev Log: * subversion/svnrdump/dump_editor.c (open_root): Followup r966649 to fix indentation with spaces, not tabs. Modified: subversion/trunk/subversion/svnrdump/dump_edi

svn commit: r966649 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2010-07-22 Thread artagnon
Author: artagnon Date: Thu Jul 22 13:37:19 2010 New Revision: 966649 URL: http://svn.apache.org/viewvc?rev=966649&view=rev Log: * subversion/svnrdump/dump_editor.c (open_root): Fix indentation. Modified: subversion/trunk/subversion/svnrdump/dump_editor.c Modified: subversion/trunk/subversion

svn commit: r966635 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 13:05:10 2010 New Revision: 966635 URL: http://svn.apache.org/viewvc?rev=966635&view=rev Log: * subversion/svnrdump/dump_editor.c (open_directory, window_handler, close_file): Cosmetic tweaks. Modified: subversion/trunk/subversion/svnrdump/dump_editor.c Modifi

svn commit: r966631 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 12:56:54 2010 New Revision: 966631 URL: http://svn.apache.org/viewvc?rev=966631&view=rev Log: Follow-up to r966439: * subversion/svnrdump/dump_editor.c: (make_dir_baton): Really don't strdup "/". Modified: subversion/trunk/subversion/svnrdump/dump_editor.c Mod

svn commit: r966627 - in /subversion/trunk/subversion/svnrdump: dump_editor.c dump_editor.h

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 12:48:37 2010 New Revision: 966627 URL: http://svn.apache.org/viewvc?rev=966627&view=rev Log: Simplify tempfile management in svnrdump a bit. * subversion/svnrdump/dump_editor.h (handler_baton): Remove delta_file. * subversion/svnrdump/dump_editor.c (window_

svn commit: r966628 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 12:48:53 2010 New Revision: 966628 URL: http://svn.apache.org/viewvc?rev=966628&view=rev Log: Make svnrdump print progress information to stderr by default, just like svnadmin dump does. * subversion/svnrdump/svnrdump.c (svnrdump__options, main): Switch the --verbo

svn commit: r966622 - in /subversion/trunk/subversion/svnrdump: dump_editor.c svnrdump.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 12:36:50 2010 New Revision: 966622 URL: http://svn.apache.org/viewvc?rev=966622&view=rev Log: Follow-up to r966617: * subversion/svnrdump/svnrdump.c (SVNRDUMP_ERR): Fix indentation. * subversion/svnrdump/dump_editor.c (dump_node): Fix indentation of an if-statem

svn commit: r966620 - /subversion/trunk/subversion/svnrdump/dump_editor.h

2010-07-22 Thread philip
Author: philip Date: Thu Jul 22 12:35:37 2010 New Revision: 966620 URL: http://svn.apache.org/viewvc?rev=966620&view=rev Log: Remove a compiler warning. * subversion/svnrdump/dump_editor.h (struct handler_baton): Make delta_abspath a const char *. Modified: subversion/trunk/subversion/svnr

svn commit: r966619 - /subversion/trunk/subversion/tests/cmdline/input_validation_tests.py

2010-07-22 Thread danielsh
Author: danielsh Date: Thu Jul 22 12:33:54 2010 New Revision: 966619 URL: http://svn.apache.org/viewvc?rev=966619&view=rev Log: * subversion/tests/cmdline/input_validation_tests.py (invalid_wcpath_add, invalid_wcpath_changelist, invalid_wcpath_cleanup, invalid_wcpath_commit): Do not crea

svn commit: r966617 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 12:30:47 2010 New Revision: 966617 URL: http://svn.apache.org/viewvc?rev=966617&view=rev Log: Fix indentation in svnrdump that does not conform to our coding style guidelines. No functional change. * subversion/svnrdump/dump_editor.c (dump_node, open_directory, clo

svn commit: r966615 - in /subversion/trunk/subversion/svnrdump: dump_editor.c dump_editor.h

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 12:24:28 2010 New Revision: 966615 URL: http://svn.apache.org/viewvc?rev=966615&view=rev Log: More svnrdump refactoring, this time around the dump_edit_baton. No functional change. * subversion/svnrdump/dump_editor.h (dump_edit_baton): Remove declaration from this

svn commit: r966612 - /subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py

2010-07-22 Thread danielsh
Author: danielsh Date: Thu Jul 22 12:17:50 2010 New Revision: 966612 URL: http://svn.apache.org/viewvc?rev=966612&view=rev Log: * subversion/tests/cmdline/svnrdump_tests.py (basic_svnrdump): Use a read-only repository. Modified: subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py

svn commit: r966609 - in /subversion/trunk/tools/buildbot/slaves/win32-SharpSvn: svntest-bindings.cmd svntest-build-bindings.cmd

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 12:11:12 2010 New Revision: 966609 URL: http://svn.apache.org/viewvc?rev=966609&view=rev Log: * svntest-build-bindings.cmd Don't build on 1.6.x * svntest-bindings.cmd Don't build on 1.6.x Also test JavaHL Modified: subversion/trunk/tools/buildbot/slave

svn commit: r966604 - /subversion/trunk/win-tests.py

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 11:59:52 2010 New Revision: 966604 URL: http://svn.apache.org/viewvc?rev=966604&view=rev Log: * win-tests.py (global): Also flush stderr after running the javahl tests in an attempt to capture the runner output on the Windows buildbot. Modified: subvers

svn commit: r966598 - /subversion/trunk/subversion/svnrdump/util.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 11:55:12 2010 New Revision: 966598 URL: http://svn.apache.org/viewvc?rev=966598&view=rev Log: Follow-up to r966595: * subversion/svnrdump/util.c: Remove, this file is emtpy and should have been removed as part of r966595. Removed: subversion/trunk/subversion/

svn commit: r966595 - in /subversion/trunk/subversion/svnrdump: dump_editor.c svnrdump.h util.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 11:50:02 2010 New Revision: 966595 URL: http://svn.apache.org/viewvc?rev=966595&view=rev Log: Move an svnrdump helper function from svnrdump/util.c to svnrdump/dump_editor.c, because it's only used there. * subversion/svnrdump/dump_editor.c (dump_props): Moved here

svn commit: r966594 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 11:47:13 2010 New Revision: 966594 URL: http://svn.apache.org/viewvc?rev=966594&view=rev Log: * subversion/tests/cmdline/svntest/main.py (run_svnrdump): Following up on r966445 and r966587, pass authorization to svnrdump in an attempt to fix the serf and neo

svn commit: r966593 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 11:43:18 2010 New Revision: 966593 URL: http://svn.apache.org/viewvc?rev=966593&view=rev Log: * subversion/svnrdump/svnrdump.c (main): Following up on r966587, use EXIT_SUCCESS instead of ERROR_SUCCESS, to remove a dependency on a Windows specific error that

svn commit: r966592 - /subversion/trunk/subversion/svnrdump/svnrdump.h

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 11:38:48 2010 New Revision: 966592 URL: http://svn.apache.org/viewvc?rev=966592&view=rev Log: Follow-up to r966585: * subversion/svnrdump/svnrdump.h (write_hash_to_stringbuf): Remove declaration. Modified: subversion/trunk/subversion/svnrdump/svnrdump.h Modif

svn commit: r966587 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 11:32:51 2010 New Revision: 966587 URL: http://svn.apache.org/viewvc?rev=966587&view=rev Log: Implement our standard way of commandline parsing in svnrdump and use this to enable full interactive and non-interactive authorization handling. This adds the --username

svn commit: r966585 - in /subversion/trunk/subversion/svnrdump: dump_editor.c svnrdump.c util.c

2010-07-22 Thread stsp
Author: stsp Date: Thu Jul 22 11:27:22 2010 New Revision: 966585 URL: http://svn.apache.org/viewvc?rev=966585&view=rev Log: Switch svnrdump to using the generic svn_hash_write2() and svn_hash_write_incremental() functions instead of a custom helper function. This should make svnrdump's way of writ

svn commit: r966581 - /subversion/trunk/subversion/libsvn_ra_serf/win32_auth_sspi.c

2010-07-22 Thread rhuijben
Author: rhuijben Date: Thu Jul 22 11:17:44 2010 New Revision: 966581 URL: http://svn.apache.org/viewvc?rev=966581&view=rev Log: Fix a ra_serf crash found by running svnrdump against a NTLM enabled repository. * subversion/libsvn_ra_serf/win32_auth_sspi.c (do_auth): Don't segfault on a NULL

svn commit: r966569 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2010-07-22 Thread neels
Author: neels Date: Thu Jul 22 10:42:17 2010 New Revision: 966569 URL: http://svn.apache.org/viewvc?rev=966569&view=rev Log: * subversion/libsvn_wc/wc-metadata.sql (NODE_DATA): Tweak comment. Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Modified: subversion/trunk/subversio

svn commit: r966563 - /subversion/branches/1.6.x/STATUS

2010-07-22 Thread stylesen
Author: stylesen Date: Thu Jul 22 10:18:04 2010 New Revision: 966563 URL: http://svn.apache.org/viewvc?rev=966563&view=rev Log: On the '1.6.x' branch: * STATUS: Add backport branch details and nominate more revisions to r964767 group. Modified: subversion/branches/1.6.x/STATUS Modified: s

svn commit: r966559 - /subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py

2010-07-22 Thread philip
Author: philip Date: Thu Jul 22 09:52:37 2010 New Revision: 966559 URL: http://svn.apache.org/viewvc?rev=966559&view=rev Log: * subversion/tests/cmdline/svnrdump_tests.py (basic_svnrdump): Don't create wc. Modified: subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py Modified: subver

svn commit: r966542 - in /subversion/branches/1.6.x-issue3683: ./ subversion/include/private/ subversion/libsvn_subr/ subversion/svn/ subversion/tests/cmdline/

2010-07-22 Thread stylesen
Author: stylesen Date: Thu Jul 22 08:45:35 2010 New Revision: 966542 URL: http://svn.apache.org/viewvc?rev=966542&view=rev Log: On the '1.6.x-issue3683' branch: Merge from trunk r964767, r965405, r965469, r965508 and tweak the code in order to work properly with 1.6.x APIs. Modified: subvers

svn commit: r966539 - /subversion/trunk/subversion/libsvn_wc/adm_crawler.c

2010-07-22 Thread philip
Author: philip Date: Thu Jul 22 08:32:17 2010 New Revision: 966539 URL: http://svn.apache.org/viewvc?rev=966539&view=rev Log: * subversion/libsvn_wc/adm_crawler.c (svn_wc__internal_transmit_text_deltas): Use svn_stream_open_unique, this might also fix the runtime failure on Windows. Modified