[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: David James <james_at_cs.toronto.edu>
Date: 2007-08-14 18:58:36 CEST

> + 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 Tue Aug 14 18:56:30 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.