Import on TortoiseSVN?

后端 未结 5 1751
慢半拍i
慢半拍i 2021-01-12 12:27

I am trying to set up TortoiseSVN. I am using the Windows version and using the context menu, you right click and it has some options.

For initially getting my files

5条回答
  •  遥遥无期
    2021-01-12 12:57

    The reason I don't like using import is that you don't end up with a working copy after doing the import. When I have been working on some code and decide I want to add it to a new repository, I just check out the new (empty) repository over top of my existing code. Once you have done that, you have turned your code into a working copy and you can now add and commit (or ignore) any files you want. Much simpler than import, IMO.

提交回复
热议问题