Whats the easiest way to setup a local subversion server?

后端 未结 8 1787
失恋的感觉
失恋的感觉 2021-02-05 19:01

I\'m really not well versed in these things, I just want to setup an svn server locally on my computer. Also I\'d like to set it up and integrate it directly into Visual Studio

8条回答
  •  春和景丽
    2021-02-05 19:37

    I would second Visual SVN server which is free and will have you up and running in a few minutes. It hooks up SVN over HTTP however and for a local Subversion installation that might not be necesary.

    If you'd rather run just setup Subversion 'manualy' the following is a walk through of the process with focus on Visual Studio usage: http://www.west-wind.com/presentations/subversion/

提交回复
热议问题