我正在尝试从SVN存储库更新我们的实时站点.据我所知,回购中没有任何东西.本身应该与工作副本目录中的任何内容冲突.但是当我尝试在公共根目录上"svn up"时,我收到以下错误:
svn: REPORT request failed on '/svn/oursite/!svn/vcc/default'
svn: Working copy path 'app' does not exist in repository
Run Code Online (Sandbox Code Playgroud)
当我在docroot上运行"svn status"时,我看到以下内容:
docroot$ svn st -N
+S app
+S downloads
+S index.php
(etc.)
Run Code Online (Sandbox Code Playgroud)
根据文件,S标志表示whether the item is switched relative to its parent.这甚至意味着什么,我该怎么做才能解决这个问题?
编辑:我应该提一下,我是唯一一个使用SVN存储库的人.我一直在努力工作,试图在我移动事物的同时打败一个又一个的腐败问题.
(SVN很棒,但肯定很脆弱......如果你只是看错了就好像破了!)
svn ×1