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

RE: svnadmin load --parent-dir fails

From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2007-02-02 09:50:55 CET

 

> -----Original Message-----
> From: Rodney Schuler [mailto:rschuler@gmail.com]
> Sent: jeudi, 1. février 2007 19:07
> To: users@subversion.tigris.org
> Subject: svnadmin load --parent-dir fails
>
> I can successfully load my dump file into a new fsfs
> repository without the --parent-dir option. If I supply the
> --parent-dir option the load fails. What am I doing wrong
> here? (I am running the commands in a .bat script on Windows XP)

[snip]
 
> svnadmin create c:\temp\working-svn\ServerDev svnadmin load
> --parent-dir foo/bar c:\temp\working-svn\ServerDev <<<
> Started new transaction, based on original revision 1
> * adding path : foo/bar/apache ...svnadmin: File not found:
> transaction '0-1', path 'foo/bar/apache'
>
> [end of log]
> the svnadmin: File not found... part is on stderr. The
> rest is on stdout.

I think that the problem is just that the directories foo and bar do not exist in your repository. They must be created before the "svnadmin load".

Regards
Christophe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 2 09:51:22 2007

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.