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

Newbie question - create projects from an existing project.

From: Lauro Costa G. Borges <laurocgb_at_grad.ufsc.br>
Date: Tue, 29 Jun 2010 14:52:44 -0300

  Hi,

  I have a repository with 1 project, and some of the directories
contain code that I would like to maintain separately, so when someone
makes changes, or wants to make a branch, or tag, I don't have to
take all directories (include those I didn't modify), so, how can I do
that?

  repo/
      tags/
      branches/
      trunk/
           dirA
           dirB
           (...)
           dirN

  What I want is to take dirB out, so when I create a branch (because
of the mades made on dirB, which is another project (and suppose dirA,
dirD, dirF are directories of the same project), only dirB will be on
the new branch, since I didn't modify the other projects. This will
happen for some other directories (for instance dirE, dirG, ...).

   I need to do this because the initial directories tree was not well
planned (as you can easily see), and projects kept being uploaded
without a proper separation.

  I want to copy the entire repository to a second machine, and on
that machine, properly separate the directories which do not belong to
the original project, this way I have the old machine, and the new
one, where I can manage permissions easily, since the layout will be
correct.

  thanks!

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Received on 2010-06-29 19:48:58 CEST

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.