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

Re: svnsync - practical applications and plans

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-09-12 02:22:06 CEST

On 9/11/06, Daniel Rall <dlr@collab.net> wrote:
> ra_dav (Neon) on Subversion trunk now detects redirects, and notifies
> the user of the new repository location. Adding "follow" is a SMOP
> (DAV protocol aside).

Following the redirection could mean that all URLs would have to be
re-written on each request (i.e. doubling every request) because a WC
could have a base URL that refers to an old URL. IMO, SVN shouldn't
automatically update the WC with the new base.

It's okay if the user gets a nice error relaying the 302 and then they
can do a 'svn switch --relocate', but following it or doing the
relocate for them shouldn't be done without explicit user consent.

My $.02. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 12 02:22:34 2006

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.