开发者

Integrating AnkhSVN with a VS project

开发者 https://www.devze.com 2023-03-08 16:25 出处:网络
I\'ve downloaded A开发者_Python百科nkhSVN to use for version control. I\'m also using Codesion for my repository.

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:

  1. Open the project in Solution Explorer.
  2. From the File menu in Visual Studio, select Subversion > Change Source Control .
  3. In the Change Source Control window, select the row containing your project or solution, and click Connect.
  4. Click OK.
0

精彩评论

暂无评论...
验证码 换一张
取 消