How to use SVN without a server?

前端 未结 5 2136
花落未央
花落未央 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 02:00

    1. Install TortoiseSVN, right-click on a folder, choose Create Repository Here

    2. Right click on another folder, choose SVN Checkout, and specify the folder from step 1 above for the URL Repository. The first folder is your repository and the second -- is the working copy.

提交回复
热议问题