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

Re: svn commit: r26062 - branches/ctypes-python-bindings/csvn

From: Sage La Torra <sagelt_at_gmail.com>
Date: 2007-08-17 20:24:45 CEST

Fixed in r26139. sorry for the delayed fix, somehow I missed the
original suggestion.

Sage

On 8/14/07, David James <james@cs.toronto.edu> wrote:
> > + def relocate(self, from_url, to_url, dir="", recurse=True):
> > + """Modify a working copy directory DIR (defaults to WC root),
> > + changing any repository URLs that begin with FROM_URL to begin with
> > + TO_URL instead, recursing into subdirectories if RECURSE is True
> > + (True by default)."""
> > +
> > + svn_client_relocate(dir, from_url, to_url, recurse, self.client,
> > + self.iterpool)
>
> Hi Sage,
>
> Should we call self._build_path on the WC dir here,, so that the we
> make sure the path is really relative to the WC root?
>
> Cheers,
>
> David
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 17 20:22:27 2007

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.