Import on TortoiseSVN?

后端 未结 5 1743
慢半拍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 13:07

    Export is not what you think it is. It's used to get the files that are already in the repository without the extra versioning data.

    For my initial import, I usually just

    1. Create a new repository.
    2. Checkout the empty repository.
    3. Copy my files in empty, checkout directory.
    4. Commit.

    I've never had an issue doing it this way.

    This is essentially the same as the Import in place section of the TortoiseSVN manual. Except that I copy the files in after checkout to avoid the warning.

提交回复
热议问题