Subversion supports symbolic link, as stated in http://subversion.tigris.org/. Here is the quote:
Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies.
it's simple to test this. In a directory where you have svn code checked out, do
% ln -s file file_link
% svn add file_link
% svn ci
Then from somewhere else update or checkout this portion of svn, and you will see the soft link exist.
Recent comments
2 weeks 5 days ago
3 weeks 6 days ago
7 weeks 4 days ago
32 weeks 4 days ago
33 weeks 3 days ago
44 weeks 3 days ago
45 weeks 5 days ago
1 year 2 weeks ago
1 year 2 weeks ago
1 year 3 weeks ago