firas
firas

Reputation: 1503

svn create trunk and branches

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 ?

Upvotes: 4

Views: 867

Answers (1)

si618
si618

Reputation: 16848

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.

Upvotes: 7

Related Questions