Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Subversion support symlinks?

Subversion support symlinks
0
10 Posted

Does Subversion support symlinks?

0

Subversion does not currently support symlinks, and there are no concrete plans to support them. The obstacle has been that symbolic links are not portable across all the platforms Subversion runs on. Therefore, any design for symlink support has to account for how the symlinks will behave in a working copy checked out into an environment that doesn’t support symlinks. If you have a proposal, please share it with the developers at dev@subversion.tigris.org.

0

Subversion 1.1 (and later) has the ability to put a symlink under version control, via the usual svn add command. Details: the Subversion repository has no internal concept of a symlink. It stores a “versioned symlink” as an ordinary file with an ‘svn:special’ property attached. The svn client (on unix) sees the property and translates the file into a symlink in the working copy. Win32 has no symlinks, so a win32 client won’t do any such translation: the object appears as a normal file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123