[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r39349 - in branches/1.6.x-r38000: . subversion/bindings/swig/ruby/test subversion/libsvn_subr

From: Neels Janosch Hofmeyr <neels_at_elego.de>
Date: Wed, 16 Sep 2009 01:40:55 +0200

Cool stuff, Julian, thanks a lot.
~Neels

Julian Foad wrote:
> Author: julianfoad
> Date: Tue Sep 15 15:35:35 2009
> New Revision: 39349
>
> Log:
> On branches/1.6.x-r38000: merge changes from branches/1.6.x up to r39347.
>
> Modified:
> branches/1.6.x-r38000/ (props changed)
> branches/1.6.x-r38000/CHANGES (props changed)
> branches/1.6.x-r38000/STATUS
> branches/1.6.x-r38000/subversion/bindings/swig/ruby/test/test_client.rb
> branches/1.6.x-r38000/subversion/libsvn_subr/prompt.c
>
> Merged:
> /trunk:r38886,38982
> /branches/1.6.x:r39163-39347
>
> Modified: branches/1.6.x-r38000/STATUS
> URL: http://svn.collab.net/viewvc/svn/branches/1.6.x-r38000/STATUS?pathrev=39349&r1=39348&r2=39349
> ==============================================================================
> --- branches/1.6.x-r38000/STATUS Tue Sep 15 15:26:19 2009 (r39348)
> +++ branches/1.6.x-r38000/STATUS Tue Sep 15 15:35:35 2009 (r39349)
> @@ -98,8 +98,10 @@ Candidate changes:
> +1: pburba
>
> * r38000, r38006, r38099, r38100, r38181, r38803, r38841, r38896,
> - r38907, r39000, r39002, r39007, r39008, r39052
> + r38907, r39000, r39002, r39007, r39008, r39052, r39096, r39124,
> + r39125, r39127
> Properly handle tree conflicts during replace.
> + (See issue #3281 "Merge a replacement of a directory")
> Justification:
> If a merge has a delete followed by an add on the same node, and
> also that node is modified locally, svn tried to create two tree-
> @@ -114,12 +116,20 @@ Candidate changes:
> Since some of these revisions revert or change edits from earlier
> ones, it makes more sense to review the diff of the branch rather
> than all the individual changes:
> - svn diff -x-p ^/branches/1.6.x_at_39009 ^/branches/1.6.x-r38000
> + svn diff -x-p ^/branches/1.6.x ^/branches/1.6.x-r38000
> See the log messages on the branch as well as those on trunk.
> + Here is a summary of the revisions, grouped by purpose:
> + Fix the "tree conflict that already exists" error:
> + r38000, r38006, r38181, r38841
> + Add and tweak new merge tests:
> + r38099, r38100, r38803, r39000, r39002, r39007, r39052
> + Eliminate duplicate notifications and improve error messages:
> + r38896, r38907, r39008, r39096, r39124, r39125, r39127
> Branch:
> ^/branches/1.6.x-r38000
> Votes:
> - +1: stsp
> + +1: stsp, sbutler
> + -0: neels (I genr'ly approve but want to check sth first - please wait.)
>
> * r35958, r36030, r38373, r38836, r38837, r38842
> Several fixes to the Win32 exception handler. This change also makes it
> @@ -140,29 +150,12 @@ Candidate changes:
> +0: pburba - I don't have a Vista or Win7 box to try this out on, but it
> works fine on my XP box.
>
> - * r38886
> - Fix 2 failing tests in ruby bindings.
> - Justification:
> - 1.6.5 shipped with these failures by accident. Failing regression tests
> - can confuse packagers or other people who want to verify their freshly
> - compiled binaries using our regression test suite.
> - Votes:
> - +1: stsp, hwright
> -
> - * r38959
> + * r38959
> Fix 'svn export -r 1000000' (issue #3400).
> Justification:
> Don't silently do the opposite of what the user asked for.
> Votes:
> - +1: danielsh
> -
> - * r38982
> - Print a newline before the plaintext password prompt.
> - Justification:
> - It wasn't intentional that the first line of dashes of this prompt
> - appears on the same line as "Transmitting file data ..." during commit.
> - Votes:
> - +1: stsp, hwright
> + +1: danielsh, rhuijben
>
> * r39019
> Fix bug where svn_[rangelist|mergeinfo]_[merge|intersect|remove|diff]
> @@ -179,5 +172,50 @@ Candidate changes:
> Votes:
> +1: pburba
>
> + * r39219
> + Perform MIME type matching case-insensitively. (Issue #3479)
> + Justification:
> + The broken behavior is inconsistent with the way MIME mapping
> + files are used everywhere else in the world.
> + Votes:
> + +1: cmpilato, rhuijben
> +
> + * r39303
> + Print a newline before the plaintext passphrase prompt.
> + Justification:
> + It wasn't intentional that the first line of dashes of this prompt
> + appears on the same line as "Transmitting file data ..." during commit.
> + Notes:
> + Yes, this is almost the same as r38982, but this time it's about
> + the passPHRASE prompt, not the passWORD prompt.
> + Votes:
> + +1: stsp
> +
> + * r39301
> + Allow non-threadsafe sqlite if APR has been compiled without threads.
> + Justification:
> + Subversion itself does not require threads, so it should be possible
> + to compile it against non-threaded libraries. This change follows
> + common practice in our code base by wrapping threading-related code
> + in #if APR_HAS_THREADS.
> + Notes:
> + There is a trivial text conflict during merge, in the second hunk.
> + To resolve it, choose 'edit', and keep only the line which reads
> + "#endif /* APR_HAS_THREADS */" from the ".merge-right.r39301" part.
> + Changes below that line do not apply to 1.6.x.
> + The correct merge result adds only two lines, "#if APR_HAS_THREADS"
> + and the corresponding #endif.
> + Votes:
> + +1: stsp
> +
> + * r36831, r39329
> + Fix issue #3368, 'single file externals not working for binary files'.
> + Justification:
> + We have single file externals, it should work with binary files too.
> + Notes:
> + r36831 is the test case for issue #3368 and r39329 is the actual fix.
> + Votes:
> + +1: stylesen
> +
> Approved changes:
> =================
>
> Modified: branches/1.6.x-r38000/subversion/bindings/swig/ruby/test/test_client.rb
> URL: http://svn.collab.net/viewvc/svn/branches/1.6.x-r38000/subversion/bindings/swig/ruby/test/test_client.rb?pathrev=39349&r1=39348&r2=39349
> ==============================================================================
> --- branches/1.6.x-r38000/subversion/bindings/swig/ruby/test/test_client.rb Tue Sep 15 15:26:19 2009 (r39348)
> +++ branches/1.6.x-r38000/subversion/bindings/swig/ruby/test/test_client.rb Tue Sep 15 15:35:35 2009 (r39349)
> @@ -1013,7 +1013,7 @@ class SvnClientTest < Test::Unit::TestCa
> yield(ctx, branch, rev3, rev4, trunk)
> ctx.revert(trunk, false)
> ctx.resolve(:path=>trunk_path,
> - :conflict_choice=>Svn::Wc::CONFLICT_CHOOSE_MINE_FULL)
> + :conflict_choice=>Svn::Wc::CONFLICT_CHOOSE_MERGED)
> rev5 = ctx.commit(@wc_path).revision
> assert(File.exist?(trunk_path))
> ctx.up(@wc_path)
>
> Modified: branches/1.6.x-r38000/subversion/libsvn_subr/prompt.c
> URL: http://svn.collab.net/viewvc/svn/branches/1.6.x-r38000/subversion/libsvn_subr/prompt.c?pathrev=39349&r1=39348&r2=39349
> ==============================================================================
> --- branches/1.6.x-r38000/subversion/libsvn_subr/prompt.c Tue Sep 15 15:26:19 2009 (r39348)
> +++ branches/1.6.x-r38000/subversion/libsvn_subr/prompt.c Tue Sep 15 15:35:35 2009 (r39349)
> @@ -438,8 +438,8 @@ svn_cmdline_auth_plaintext_prompt(svn_bo
> {
> const char *prompt_string = _("Store password unencrypted (yes/no)? ");
> const char *prompt_text =
> - _("-----------------------------------------------------------------------\n"
> - "ATTENTION! Your password for authentication realm:\n"
> + _("\n-----------------------------------------------------------------------"
> + "\nATTENTION! Your password for authentication realm:\n"
> "\n"
> " %s\n"
> "\n"
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2395281

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2395298

Received on 2009-09-16 01:44:14 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.