You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Han,Xing" <xi...@isoftstone.com> on 2010/03/15 07:04:40 UTC

Symbolic links

hi,
   Symbolic link is supported in windows now?
   if can, please tell how to do that.

thank you very much!
                                                                       yours Starhan

Re: Symbolic links

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 15, 2010, at 02:04, Han,Xing wrote:

> Symbolic link is supported in windows now?

Not as far as I know.


Re: Symbolic links

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 15, 2010, at 06:59, David Weintraub wrote:

> Symbolic links are not supported directly by Subversion.

Of course they are, on operating systems other than Windows.

Re: Symbolic links

Posted by David Weintraub <qa...@gmail.com>.
Symbolic links are not supported directly by Subversion. The NTFS file
system does allow for symbolic links, but until Windows Vista, there
was no command that could produce symbolic links.

The "mklink" command works in Windows 7 and Windows Vista. You need
System admin rights in order to use this command, so if developers are
not admins on their machines, or if they aren't using WIndows 7 or
Vista, they cannot use the mklink command.

I don't know how Subversion handles mklinks and whether it treats them
the same way as symlinks. For years, I've found it best to avoid
symlinks in the repository. Instead, I create them at build time.

On Mon, Mar 15, 2010 at 3:04 AM, Han,Xing <xi...@isoftstone.com> wrote:
> hi,
>   Symbolic link is supported in windows now?
>   if can, please tell how to do that.
>
> thank you very much!
>                                                                       yours Starhan
>



-- 
David Weintraub
qazwart@gmail.com