我在 Assembla 托管的颠覆存储库中有一个非常旧的源代码文件。这个文件经常更新,我们从来没有遇到过任何问题。
但是,现在,当我更新此文件时,我收到的不是最新版本(我在浏览存储库时可以看到,所以它在服务器上),我收到的是旧版本的文件。当我尝试将文件更新到特定版本(例如 HEAD)时,我收到以下颠覆消息:
svn: E204900: /home/fibo/trabalho/tempSorteie/SorteieFB/grails-app/domain/promocoes/Promocao.groovy was not properly updated; may be it is already removed from the repository along with its parent.
当我尝试显示文件历史记录时,我收到以下消息
Problems while loading file history: svn: E195012: Unable to find repository location for '/home/fibo/trabalho/tempSorteie/SorteieFB/grails-app/domain/promocoes/Promocao.groovy@UNDEFINED' in revision '1,216'
我试图只删除该文件(然后合并我的更改),但该文件是用旧版本恢复的,而不是新版本。
有没有人见过这样的行为?