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

前端 未结 30 2167
鱼传尺愫
鱼传尺愫 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

    I did this and it worked for me:
    1. Take a back-up of your file. You can simply copy your code to a text file.
    2. Right Click the file you want to commit >> Team >> Show History. 3. In "Show History" Panel you will see all the revisions of that file. Right click on latest revision of the file >> Get Revision: It will override your local changes.
    4. Now, merge your code with the latest file with the back-up file (step#1).
    5. Synchronise and Commit the newly merged file.

提交回复
热议问题