Adding version control to an existing project

前端 未结 22 1094
天涯浪人
天涯浪人 2020-12-30 02:52

I am working on a project that has grown to a decent size, and I am the only developer. We currently don\'t use any version control, but I definitely need to start.

22条回答
  •  死守一世寂寞
    2020-12-30 03:39

    The question is clearly on Subversion (SVN is the alias).

    These are the steps:

    1) Create a New Repository (if needed,  if using VisualSVN Server then very easy)
    2) Right click on the Folder of which you want to put the folders and files into your repository 
    3) With having the right click menu  go to TortoiseSVN
    4) Choose IMPORT 
    5) Place in trunk (best practice)
    
    e.g.   https://computername:8443/svn/MyCoolCode/trunk
    

提交回复
热议问题