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

RE: svn symlink support on windows

From: Bert Huijben <bert_at_vmoo.com>
Date: Fri, 9 Jul 2010 18:11:56 +0200

> -----Original Message-----
> From: mateuf [mailto:mateufg_at_googlemail.com]
> Sent: vrijdag 9 juli 2010 11:08
> To: users_at_subversion.apache.org
> Subject: svn symlink support on windows
>
> Getting tired of reading svn doesn't properly do symlinks on windows
> cause win doesn't support them. Can someone categorically claim mklink
> on current windoze isn't up to the job?
> I know it is a command line and it requires admin rights. I don't bite
> command line - just find an underlying API - if mklink does it
> properly then any sw should be able to.
> Are admin rights a problem? I'd imagine this must be quite a common
> case for other scenarios on win. Surely this can be overcome?

(See also several mails on this list about the same subject)

The (Windows Vista+) API also requires administrative privileges and more
importantly requires you tell tell if the symlink is going to point at a
file or at a directory while creating the symlink. And this information
isn't stored in subversion as on unix it can point to anything.

And nobody has come up with a good design to work around/with these issues.

        Bert
Received on 2010-07-09 18:13:36 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.