RE: Rearranging archive
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 28 Apr 2010 12:39:39 -0400
> I have had trouble in the past using Tortoise on the server then
Ok, I see the problem... I set up a repo and tested this my self. If you try to copy it all to trunk then there is a problem.
I was able to move the folders/files one at a time. Like this:
svn mkdir file:///c:/Users/Development/TestRepository
svn mv file:///c:/Users/Development/TestRepository/folder1 file:///c:/Users/Development/TestRepository/trunk
repeat for each folder/file in the root of your project.
Here is another way... you will need svnadmin to do it... You well need to create a new empty repository...
mkdir TempDump
Ah yes, you have to be careful with versions. I really suggest you use 1.6 for everything. Also, you really shouldn't be using the file:// protocol on shared repositories.
BOb
|
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.