[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Symlink on Win32

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-06-23 14:17:24 CEST

Stanislav Spiridonov wrote:

>>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.
>
>It is not true. The NTFS 5.0 (Win 2000/XP) supports the SymLinks (knows
>also as "directory junctions"). So are you going to support synlinks on
>Win32 in the next releses?
>
>
Junctions do not behave like symlinks: a) they always use absolute
paths; b) they only work for directories, not for files; c) 99.9% of
Windows apps are not aware that junctions even exist.

So no, we're not going to support symlinks on Windows.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 23 14:19:14 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.