svnvisual-studio-2012ankhsvn

How to unversion a Visual Studio Solution committed with AnkhSVN


I am using VS2012, ASP.NET 4.5

I have tried an initial commit which failed. Some files seem to be committed ie have blue ticks. I would like to start over, so I need to unversion the current solution (several projects), and basically start again. I want the solution as I had it before I started to try and commit it to SVN.


Solution

    1. Copy your folder to another location.
    2. Delete the .svn folder at the root of that folder structure, if it exists.
    3. Try adding and committing that folder.

    If it doesn't work then you need to find out why not. Why didn't it work the first time?