Make an existing folder into a repository

后端 未结 4 601
眼角桃花
眼角桃花 2021-02-05 08:04

I\'ve decided that modifying files directly in notepad is probably dangerous and it was about time to have some proper source control (I am quite new to source control). I have

4条回答
  •  生来不讨喜
    2021-02-05 08:53

    An even simpler way than Robert's Answer (although lifting from it):

    1. Open the repository browser of TortoiseSVN and create a new directory for the project you want to check-in.

    2. Check-out this newly created empty directory from SVN as the directory you are wanting to add (ignore the warning about checking out into a non-empty directory).

    3. Execute 'SVN Commit...' on the directory you are wanting to commit, selecting the files you want to add from the commit window.

提交回复
热议问题