Subversion unreliable: “please update the out of d

2019-09-20 08:37发布

I realize that Subversion can really cause some unreliable backup this is first time happening. I have the above message and don't know what to do.

I was in Visual Studio. I move a directory under an other folder. Then I rename it.

What should I do ? I searched on Internet there doesn't seem any solution.

1条回答
小情绪 Triste *
2楼-- · 2019-09-20 08:43

Drop into the shell. Try svn update from the top level. If that works, do an svn status and look for files labelled with 'C' (for 'conflict'). If you see those, do a svn resolve --accept working <filename> for each file in conflict. Then see if you can do what you expect.

查看更多
登录 后发表回答