Renamed file, now SVN not allowing me to commit?

后端 未结 11 1650
野性不改
野性不改 2020-12-24 05:14

I\'m developing a ColdFusion website using Aptana. We\'re using SVN for version control.

I renamed a few files and am now trying to commit one of them, but I\'m gett

11条回答
  •  误落风尘
    2020-12-24 05:30

    Various clients seem to handle this better than others..

    AnkhSVN for Visual Studio encounters this error and can't deal with it.

    TortiseSVN (shell extension) works though - it knows to delete the old file and add the new one.

    So if you're on Windows an easy way to work around this is to use TortiseSVN from Explorer to do a commit on the directory (which deletes the old file name and adds the new one).

提交回复
热议问题