[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: Mon, 5 Jan 2009 01:38:32 -0600

On Jan 5, 2009, at 01:29, Yong Shiuh Rong wrote:

> On Mon, Jan 5, 2009 at 3:12 PM, Ryan Schmidt wrote:
>
>> On Jan 5, 2009, at 00:32, Yong Shiuh Rong wrote:
>>
>>> On Mon, Jan 5, 2009 at 12:04 PM, Ryan Schmidt wrote:
>>>
>>>> svnadmin load /svn/repos/abc --parent-dir def < /svn/dumprepos/
>>>> abc/def.dump
>>>
>>> after i run it again with the command you gave me
>>>
>>> <<< Started new transaction, based on original revision 1
>>> svnadmin: File not found: transaction '14-k', path 'def/branches'
>>>
>>> this is what i get...
>>
>> Does the dumpfile include the revision that created def/branches?
>> If not, create that directory in the new repository before loading
>> the dump. The same might apply to tags and trunk as well.
>
> when i do a list now
>
> :/svn/repos/abc> ls
> conf db format hooks locks README.txt
>
> i can only see the above,

That's quite normal. You can read README.txt, which explains:

"This is a Subversion repository; use the 'svnadmin' tool to examine
it. Do not add, delete, or modify files here unless you know how
to avoid corrupting the repository."

> i need to use svnadmin to create the branches, trunk and tags?

svnadmin can't create directories in a repository (see "svnadmin
help"); you'll need to use, for example, "svn mkdir file:///svn/repos/
abc/def/branches".

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-05 14:00:59 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.