Thanks for your suggestion Bob. I never thought this is so simple.
I am using Eclipse with subversion. I have copied the contents to the new project using the following approach. - Checked out Branch_A into Eclipse workspace - Selected Team->Branch/Tag. Set the "Copy to URL" as http://<<servername>>/Project_B/branches/Branch_A_copy (I tried to copy this directly to http://<<servername>>/Project_B/trunk which failed saying "already exists") - Then merge the content from "Branch_A_copy" to "trunk" of project B. I would like to have your opinion if there is a more efficient way to do it. Thanks & Regards, Yoga On Thu, Aug 5, 2010 at 1:11 PM, Bob Archer <bob.arc...@amsi.com> wrote: > > We have a unique scenario related to managing projects in SVN. > > > > Here is my scenario. > > > > I have project A. > > Now I have created a branch for this project - Branch_A. > > > > I would like to know if there is a way I can copy the content of > > Branch_A (along with its history) & create a new project B. > > > > Thanks in advance. > > > > Sure... just copy Branch A to Project B just like you would branch trunk. > Both are copy operations and there is no real difference. > > BOb > >