DotNetInfo
DotNetInfo

Reputation: 3404

tortoise svn branch from working directory

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,

Upvotes: 0

Views: 693

Answers (1)

Luke Schafer
Luke Schafer

Reputation: 9265

  • 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

Upvotes: 4

Related Questions