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

Re: svn repository issue

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Sun, 4 Jan 2009 22:04:38 -0600

On Jan 4, 2009, at 21:56, Yong Shiuh Rong wrote:

> i am not sure if i have done the correct way, but when i tried the
> following:
> sudo svnadmin load --parent-dir /svn/repos/abc/def < /svn/dumprepos/
> abc/def.dump
>
> svnadmin: Repository argument required

You need to give it the path to the repository, as always, and if
using the --parent-dir argument, then also give it the path within
the repository where you want to load this dumpfile.

svnadmin load /svn/repos/abc --parent-dir def < /svn/dumprepos/abc/
def.dump

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-27 21:48:43 CET

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.