Cygwin SVN 符号链接签出已损坏
我在 Vista 上安装了最新版本的 Cygwin,安装中包含 SVN、Make 和 GCC。当我从包含一些符号链接的存储库中签出 SVN 时,符号链接不会转换为 Cygwin 上的符号链接,而是仅保留为常规 ascii 文件,其中包含“link ../../blah/blah” 。
符号链接文件的 SVN proplist 表示它们是 svn:special,当我从 Ubuntu 上的同一存储库检出时,一切都按预期工作。
任何提示将不胜感激。
问候
I've installed the latest version of Cygwin on Vista with SVN, Make and GCC in the installation. When I SVN checkout from a repository with some symbolic links in it, the symbolic links are not converted to symbolic links on Cygwin, rather they are just left as regular ascii files with "link ../../blah/blah" inside them.
SVN proplist of the symbolic link files says they are svn:special and when I check out from the same repository on Ubuntu it all works as desired.
Any hints would be appreciated.
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定正在运行 Cygwin 的
svn
吗? (你可以用“which svn
”来检查)如果你碰巧正在运行 win32
svn.exe
,你也会在 Cygwin 上得到 win32 行为(发生在我身上) )。Are you sure you're running Cygwin's
svn
? (you can check with 'which svn
')If you happen to be running the win32
svn.exe
you'll get the win32 behavior on Cygwin as well (happened to me).