Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm a lone wolf dev with visualsvn on my own server. Nobody else ever.

Some time ago (months ago) I created a branch and began coding on that branch.
Now the code is cooler than cool and I want my state of things no to just be the trunk without any silly merging. I don't care about the old trunk code at all.

I probably didn't ever need to branch.

Does anyone know the syntax for this?

Thanks

:Ron
Posted

1 solution

If you are a lone developer then switch to GIT source control instead, as it does not require a "central server" and is way faster in commits.

Generally use the Tortoise series of tools (tortoisesvn, tortoisegit) as it has a very user friendly interface and make things easier to work with.

To merge branches in svn see : http://svnbook.red-bean.com/en/1.7/svn.branchmerge.basicmerging.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900