Re: svn commit: r984280 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_ra/ subversion/libsvn_ra_local/ subversion/libsvn_ra_neon/ subversion/libsvn_ra_ser

2010-08-11 Thread C. Michael Pilato
On 08/10/2010 10:07 PM, Hyrum K. Wright wrote:
 Added:
subversion/trunk/BRANCH-README
 
 Did you mean to bring this over with the merge?

Oh.  Heh.  Nope.  I repeated and reverted that reintegration several times
(because I kept finding bugs that needed fixin' on the branch), too.  It
figures that the one time it matters I'd forget to 'svn revert
BRANCH-README'.  Anyway, I removed this a few minutes ago from the trunk.

-- 
C. Michael Pilato cmpil...@collab.net
CollabNet  www.collab.net  Distributed Development On Demand



signature.asc
Description: OpenPGP digital signature


Re: svn commit: r984280 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_ra/ subversion/libsvn_ra_local/ subversion/libsvn_ra_neon/ subversion/libsvn_ra_ser

2010-08-10 Thread Hyrum K. Wright
On Tue, Aug 10, 2010 at 8:38 PM,  cmpil...@apache.org wrote:
 Author: cmpilato
 Date: Wed Aug 11 01:38:40 2010
 New Revision: 984280

 URL: http://svn.apache.org/viewvc?rev=984280view=rev
 Log:
 Reintegrate the issue-2779-dev branch.  Permanent redirect responses
 from an HTTP server now cause the client -- in particular
 circumstances -- to automatically follow the redirect.

Cool!

 NOTE:  The test suite changes brought in by this merge require
 modifications to developers' httpd.conf files.  So if you see the
 redirect_tests.py all failing, make sure you've updated your Apache
 configuration per the instructions in the
 subversion/tests/cmdline/README file.

 Added:
    subversion/trunk/BRANCH-README

Did you mean to bring this over with the merge?

 ...

-Hyrum