svn: Symbolic links are not supported on this platform - Windows 8.1

廉价感情. 提交于 2020-01-16 00:53:26

问题


I have a folder with few images as Symbolic links now when i try to check in the folder it gives me the below error:

Trying to use an unsupported feature
svn: Commit failed (details follow):
svn: Symbolic links are not supported on this platform

I am using SVN - http://subclipse.tigris.org/update_1.8.x and i am on Windows 8.1 OS.

I have looked into many posts related to the above query but i havent found any soultion or fix to this, as i have to check in the symlinks.

And also can i check in the same by switching from windows to linux ?


回答1:


Subversion does not support symlinks on Windows. If you created symlinks on your filesystem in Windows (they are supported by the OS/NTFS), Subversion can't handle them. Since you're probably going to be using this project on both Windows and Linux (since you're committing from Windows, and asking about Linux), you won't be able to use symlinks. If you want to eliminate duplicated files in the repository, use file externals in place of symlinks.



来源:https://stackoverflow.com/questions/22980708/svn-symbolic-links-are-not-supported-on-this-platform-windows-8-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!