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

How to split a project with trunk, branches and tags strutures?

From: Pierre Couderc <pierre_at_couderc.eu>
Date: Tue, 25 Mar 2008 17:10:37 +0100

Is there simple solution to split a project using the standard structure
   with trunk, branches and tags:
my p1 and p2 project are in a standard struture :

trunk
   p1
   p2
branch
   B1
      p1
      p2
   B2
      p1
      p2
    ...
-I omit tags to make it simple)
I want to create 2 repositories one for p1 and one for p2 on another
server :
trunk
   p1
branch
   B1
      p1
   B2
      p1
...
and on another server :
trunk
   p2
branch
   B1
      p2
   B2
      p2
    ...

Is there a solution with svndumpfilter?

I do not success making the list of all branches and tags simply

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-25 17:48:07 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.