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

Re: Best way to migrate...

From: Walden Mathews <walden_at_eqwality.com>
Date: 2004-10-21 21:45:01 CEST

| I tried doing:
|
| svnadmin dump /Repository/Project1 > Project1.svn
|
| But svnadmin reports that it cannot find
| /Repository/Project1/format, which is in
| /Repository/Project1. How can I do this and still be
| able to maintain the revision history of the projects?

Hi Ben,

I think /Repository is the path of your repository, and
therefore /Repository/Project1 is a URL, not a path,
which explains why 'format' is not found.

You want to dump the whole repository, then use the
dumpfilter to separate out the content for your future
repositories. See manual for details on dumpfilter.

Walden

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 21 21:45:49 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.