How do you overcome the svn 'out of date' error?

前端 未结 30 2184
鱼传尺愫
鱼传尺愫 2020-12-12 08:51

I\'ve been attempting move a directory structure from one location to another in Subversion, but I get an Item \'*\' is out of date commit error.

I ha

30条回答
  •  情歌与酒
    2020-12-12 09:38

    Thank you. That just resolved it for me. svn update --force /path to filename/

    If your recent file in the local directory is the same, there are no prompts. If the file is different, it prompts for tf, mf etc... chosing mf (mine full) insures nothing is overwritten and I could commit when done.

    Jay CompuMatter

提交回复
热议问题