tags:

views:

25

answers:

1

Hi Guys,

I forgot to take branch of my working directory before starting to make whole lot of changes to the project (trunk). I am half way through and want to create a branch which will include all of my changes that I am working on. Is there a better way with svn?

Thanks in advance,

+2  A: 
  • select Branch/Tag on your working copy.
  • Fill out info as normal
  • Select 'Working Copy' under 'Create copy in the repository from'
  • Select 'Switch working copy to new branch/tag' at the bottom
Luke Schafer
Thanks. It's better to confirm before doing something where you are not confident. It's exactly what I wanted.
Nimesh
No problem. That's not something you want to stuff up :)
Luke Schafer