Move a file in CVS without resetting the revision number

前端 未结 6 714
谎友^
谎友^ 2021-02-08 13:24

Lately I\'ve be moving source files around in our source tree. For example placing a bunch of files into a common assembly. I\'ve been doing this my deleting the file from CVS

6条回答
  •  执笔经年
    2021-02-08 13:47

    Isn't this one of the known flaws with CVS - no inbuilt mechanism for moving files? It has been a long time since I used it however, so maybe there is now a solution.

    Subversion will allow you to move files, but that will be tracked as well so the new file gets the most recent revision number.

提交回复
热议问题