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

svnadmin load --parent-dir fails

From: Rodney Schuler <rschuler_at_gmail.com>
Date: 2007-02-01 19:06:56 CET

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)

[log without --parent-dir]

svnadmin --version
svnadmin, version 1.4.3 (r23084)
   compiled Jan 18 2007, 07:47:40

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

svnadmin create c:\temp\working-svn\ServerDev
svnadmin load c:\temp\working-svn\ServerDev
<<< Started new transaction, based on original revision 1
     * adding path : apache ... done.

------- Committed revision 1 >>>

<<< Started new transaction, based on original revision 2
     * adding path : subversion ... done.

------- Committed revision 2 >>>

<<< Started new transaction, based on original revision 3
     * adding path : apache/htdocs ... done.

------- Committed revision 3 >>>

[etc through the versions...]
[log with --parent-dir]

svnadmin --version
svnadmin, version 1.4.3 (r23084)
   compiled Jan 18 2007, 07:47:40

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 1 19:07:39 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.