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

Re: [PATCH] make svnadmin load --parent-dir XY working

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-09 17:48:08 CEST

Alexander Malysh <a.malysh@centrium.de> writes:

> attached you can find a patch, that makes svnadmin load --parent-dir XY
> working for tags/branches.
> Just a simple case (assume you have working repository with tags or branches
> in it):
> svnadmin create /path/to/repo2
> svn mkdir /path/to/repo2/newparent
> svnadmin dump /path/to/liverepo | svnadmin load --parent-dir newparent
> /path/to/repo1
>
> Without attached patch, you will get a error for your tags/branches
> about path XY can't be found.

$ svnadmin help load
load: usage: svnadmin load REPOS_PATH
[...]
Valid options:
  --ignore-uuid : ignore any repos UUID found in the stream.
  --force-uuid : set repos UUID to that found in stream, if any.
  --parent-dir arg : load at specified directory in repository

I'm so confused... why on earth does 'svnadmin load' have a
--parent-dir argument at all? We already have 'svndumpfilter' for this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 9 17:50:30 2003

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.