问题
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