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

Re: svnadmin load does not creat files

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 7 Sep 2009 11:14:07 +0300 (Jerusalem Daylight Time)

Mark Reibert wrote on Sun, 6 Sep 2009 at 21:27 -0700:
> happens when you simply:
>
> svnadmin create /svr/repos/two
> svnadmin load /srv/repos/two --parent-dir /branches/one/ < one.dump.8000_pc

Mark, I think you meant:

  svnadmin create /srv/repos/two
  svn mkdir file:///srv/repos/two/branches/one/
  svnadmin load /srv/repos/two --parent-dir /branches/one/ < one.dump.8000_pc

otherwise it would complain of /branches/one/ not existing.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391765

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-07 10:15:53 CEST

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.