> 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