Grace Go wrote:
Thank you Toby.

Is it possible to move the labels folder that got migrated to another folder
like this:

From:
-project -trunk
     -labels

To:
-project
  -labels

So I wanted to move and delete that folder labels and place it in the same
structure as tags.

The easiest way to accomplish that is to move the directory after the import to Subversion using "svn move URL1 URL2".

It's probably possible to modify the dumpfile after the fact as well, but that would probably require writing some sort of custom tool. svndumpfilter can remove certain branches but it can't move them from one location to another.

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to