How can I force subversion to commit an unchanged file?

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

    As to answer why one would like to do forced commits. I've seen cases where someone used a commit message that was wrong or unclear. It's nice if you can perform a forced commit, where you can correct this mistake. That way the updated commit message goes into the repository, so it won't get lost.

提交回复
热议问题