How to use SVN without a server?

前端 未结 5 2138
花落未央
花落未央 2021-02-07 01:04

the idea is to use SVN (Tortoise) but, the thing is I dont have and dont want to use a server, cuz this will be used with only one person, is a college project.

I have a

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-07 01:56

    Access your repository using file:// or, alternatively, use svnserve. From Svnserve Based Server:

    Subversion includes Svnserve - a lightweight stand-alone server which uses a custom protocol over an ordinary TCP/IP connection. It is ideal for smaller installations, or where a full blown Apache server cannot be used.

    The mentioned link provides installation instructions (actually, svnserve is part of subversion, there is nothing special to install). You can learn more in the official documentation.

提交回复
热议问题