Whats the easiest way to setup a local subversion server?

后端 未结 8 1762
失恋的感觉
失恋的感觉 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:34

    Rick Strahl, FTW!

    Another great walk-through on setting up SVN with Windows comes from Jeff Atwood of Coding Horror:

    Setting up Subversion on Windows

    In a nutshell:

    1. Download/Install SVN, configure as windows service
    2. Install TortoiseSVN (or your SVN GUI of choice). I recommend sticking with Tortoise, since there have been anecdotal horror stories of using SVN clients integrated with VS
    3. Create a repository (either through CLI or GUI client

提交回复
热议问题