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.
我已经在 Vista 上安装了最新版本的 Cygwin,安装时使用了 SVN、Make 和 GCC。当我从包含一些符号链接的存储库中进行 SVN 检出时,符号链接不会转换为 Cygwin 上的符号链接,而是将它们保留为常规 ascii 文件,其中包含“链接 ../../blah/blah” .
符号链接文件的 SVN proplist 说它们是 svn:special ,当我从 Ubuntu 上的同一个存储库中签出时,它都可以正常工作。
任何提示将不胜感激。
问候
你确定你在运行 Cygwin'ssvn吗?(你可以用' which svn'检查)
svn
which svn
如果您碰巧正在运行 win32 svn.exe,您也会在 Cygwin 上获得 win32 行为(发生在我身上)。
svn.exe