How can I force subversion to commit an unchanged file?

后端 未结 11 1094
孤街浪徒
孤街浪徒 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:01

    I thought you could do it from the command line?

    svn ci -force 
    

    I don't have a repository here to check that on, so I might be wrong.

提交回复
热议问题