Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I used Visual SVN Manager to create a repository, but I didn't create /trunk /branches and /tags at first. Now, I NEED to add these since the project has grown up ==> branching and merging is essential! What is the best way to do so ?

share|improve this question

1 Answer

up vote 6 down vote accepted

Assuming there isn't a name clash, create trunk, branches and tags directories, move your current source code into trunk, advise everyone to switch their working copies to trunk, and you're good to go.

share|improve this answer
1  
would all the history of development still be there ? What i mean is after this transition, if a developer decided to revert to a previous version in history, would it be possible ? conflicts ? – FearUs Mar 6 '10 at 7:43
1  
Yes, as long as you svn move, rather than svn add+delete, history will be preserved. After the move, you will see a + sign next to the add operation in the log. – Si. Mar 6 '10 at 11:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.