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

RE: Changing Dump Paths.

From: Rodney Schuler <rschuler_at_sabrecom.com>
Date: 2004-01-07 18:46:16 CET

[Michael Quigley wrote]
> I end up with:
>
> $ svn co file:///raid/subversion/project-a
> $ find project-a
> project-a/
> project-a/project-a/
> project-a/project-a/1
> project-a/project-a/2
> ...
>
> When what I really want is:
>
> $ find project-a
> project-a/
> project-a/1
> project-a/2
> ...
>

How about using svn mv after the two loads ie

svn mv file:///raid/subversion/project-a/project-a
file:///raid/subversion/project-a
svn mv file:///raid/subversion/project-b/project-b
file:///raid/subversion/project-b

I think that will accomplish what you wish without editing the dump files.
Received on Wed Jan 7 18:47:07 2004

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

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