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
7 weeks 3 days ago
8 weeks 1 day ago
19 weeks 1 day ago
20 weeks 4 days ago
29 weeks 2 days ago
29 weeks 4 days ago
30 weeks 3 days ago
31 weeks 2 days ago
31 weeks 3 days ago
31 weeks 4 days ago