Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从存储库中签出时,签出svn co后出现以下错误:
svn co
svn: warning: W155010: The node '/path/to/dir' was not found. svn: E200009: Could not display info for all targets because some targets don't exist
但是,该目录存在,并且所有文件都已准确签出,我该如何解决?是服务器端的问题吗?
刚遇到一个类似的案例。请确保您的存储库中没有 /path/to/dir 作为符号链接。
ls -l /路径/到/
lrwxrwxrwx 1 foo bar 13 Sep 30 13:19 dir -> ../../other_dir
在上述情况下,您应该在真实路径上执行 svn 操作。