Whats the easiest way to setup a local subversion server?

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

    I used TortoiseSVN, created a directory (C:\Repositories) then used the menu command "Create Repository Here...".

    0 讨论(0)
  • 2021-02-05 19:18

    I recommend using subversion as a local host for the files with tortoise tortoise for browse integration or/and ankhsvn for intergration with vs2008.

    0 讨论(0)
  • 2021-02-05 19:23

    http://www.visualsvn.com/ That should help with your integration issues

    0 讨论(0)
  • 2021-02-05 19:27

    I would recommend Toirtoise SVN its fairly easy to setup and use.

    Here is the documentation, its a must!

    0 讨论(0)
  • 2021-02-05 19:28

    Just create a local svn repository and use a file:// based urls for them source code. Shouldn't need to have a specific. running, server instance for this.

    0 讨论(0)
  • 2021-02-05 19:34

    Check for http://www.visualsvn.com/ for the server and TortoiseSVN for the client. Check for AnkhSVN for integration with Visual studio 2008.

    0 讨论(0)
提交回复
热议问题