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

Re: question on symbolic links and windows

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 17 Sep 2008 13:30:18 -0400

On Wed, Sep 17, 2008 at 13:19, Steve Whitson <steven.whitson_at_gmail.com> wrote:
> I have the need to support symbolic links in my repository. But, when
> checked out on windows I'm not getting the regular file the symlink points
> to, but instead end up with a text file having content "link
> ../somefile.txt".
>
> For example, my repsoitroy has the following structure as a test
> ./test.txt
> ./testfolder/test.txt -> ../test.txt
>
> When this is checked out on windows the file .\test.txt is fine, but the
> file testfolder\test.txt contains the text "link ../test.txt".
>
> What am I doing wrong?

Nothing. Symlinks don't work on Windows. NTFS lacked the ability to
create true *NIX-like symlinks until Vista was released, and
Subversion doesn't attempt to guess at whether that functionality is
available or not - it assumes that it's not if you're on Windows.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-17 19:31:00 CEST

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

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