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

svnadmin load Problem

From: Keaven Pineau <keaven.pineau_at_opsens.com>
Date: Fri, 15 May 2015 07:55:18 -0700 (PDT)

Hi everyone, I am trying to move a project folder with several sub-folders in it from on repo to another.

using tortoisesvn 1.8.11 build 26392 64-bits
Visual SVN Server 3.3.1
Windows 7 64bits

My current repo

/1
  /Project A
  /Project B
/2
  /Project C
    /...
  /Project D
/3

New Repo same layout except for my missing Project C.

Here is the commands I did

- svnadmin dump c:\repo\currentrepo > c:\dump\full.dmp
- svndumpfilter --drop-empty-revs --renumber-revs include Project C < full.dmp > projectc.dmp
- svnadmin load --ignore-uuid c:\repo\newrepo < c:\dump\ projectc.dmp

Now the problem... Everything is executing without errors except that once my load is finished it is deleting my whole project c path from my new repo. During the load I can see it in my new repo on the server interface and once finished it disappeared.

I seems related to my svndumpfilter command because if I do simply a full load of the current repo everything work flawlessly.

Something I need to add is that for some reason in my project C layout I do have another folder named project C further.

/currentrepo/2/projectc/trunk/projectc

Any ideas what could cause this?

Thank you

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3117579

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-05-15 17:12:38 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.