Renamed file, now SVN not allowing me to commit?

后端 未结 11 1646
野性不改
野性不改 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:19

    If things really get messed up, the simplest solution is to delete the folder from the repository and then add it back in its current form.

    SVN Wipe and Replace:

    1. Copy the folder containing all of your changes to a temporary location.
    2. Use SVN Delete on the folder and then commit.
    3. Copy the backup copy back to your working copy and commit.

提交回复
热议问题