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

How to split one repo into multiple repos?

From: Adrian Herscu <bmf1972_at_axentra.net>
Date: 2005-06-02 01:06:31 CEST

Hi all,

I did the mistake of putting several projects into one repository.

Now I am trying to split that single repository into multiple
repositories using:

svnadmin dump svnrepo > svnrepo_dump
type svnrepo_dump|svndumpfilter include <project-path> > <project-dump>

The svndumpfilter ends with this error message:

svn: Invalid copy source path '/some/path'
The process tried to write to a nonexistent pipe.

Where "/some/path" was renamed/moved around in the single repository.

Any suggestions?

Thanks a lot for your time,
Adrian.

P.S. Running Subversion 1.1.4 (r13838) on Win2K.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 2 01:17:32 2005

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.