Integrating AnkhSVN with a VS project
I've downloaded A开发者_Python百科nkhSVN to use for version control. I'm also using Codesion for my repository.
Probably a silly question, but how do I get it to work with an existing project? Basically, how can I set the repository URL for my project and then start using AnkhSVN to check in/out changes?
Make sure you have it enabled in VS first (Tools -> Options -> Source Control -> plugin selection)
Connect your project to it via File -> Subversion -> Change Source Control (pick your project)
Their documentation is pretty good also.
From http://help.collab.net/index.jsp?topic=/com.collabnet.doc.anksvn_001/action/ankh_getting_started.html:
- Open the project in Solution Explorer.
- From the File menu in Visual Studio, select Subversion > Change Source Control .
- In the Change Source Control window, select the row containing your project or solution, and click Connect.
- Click OK.
精彩评论