How can I force subversion to commit an unchanged file?

后端 未结 11 1090
孤街浪徒
孤街浪徒 2020-12-02 16:32

I want subversion to commit a file even if it\'s unchanged. Is there a way to do this?

11条回答
  •  無奈伤痛
    2020-12-02 17:12

    I have the same problem with a trueCrypt volume.

    I added a new property (as suggested above) "forceCommit1" and them I was able to commit the volume file. but only the property was commited not the contents of the file.

    I removed the file and added it again to the svn

提交回复
热议问题