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

Re: Strange error importing projects

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-12-13 14:04:29 CET

On Thursday 13 December 2007, Andy Levy wrote:
> On Dec 13, 2007 6:53 AM, Ulrich Eckhardt <eckhardt@satorlaser.com> wrote:
> > FYI: Subversion doesn't support symbolic links on win32 because these
> > links are not implemented by the OS' filesystem level but rather they are
> > normal files (.lnk) that are only interpreted differently by the MS
> > Windows Explorer and some related tools. Many other programs also don't
> > support those, including e.g. the OS itself, which you will find if you
> > ever try to make a symlink to a DLL work. ;|
>
> LNK files are NOT symlinks. Not even close. They don't serve the same
> purpose and do far more than act as a pointer to a file.

Ahem, .LNK files are what MS Windows calls 'links'. Since they hold the path
to the target but are not otherwise directly connected to them, they are IMHO
pretty similar to Unix symlinks. I think they contain further information
(execution dir for executables etc), is that what you are referring to when
you say they do far more than act as pointer to a file?

> Please don't confuse the issue by stating that Windows uses LNK files
> to implement symlinks.

Wait, I didn't say that! I said that the MS Windows Explorer (i.e. the
graphical shell) interprets .LNK files similar to symlinks while MS Windows
(i.e. the OS core itself) doesn't do that. Note the distinction between the
operating system and the shell!

I'm in fact a bit puzzled by your statement, as I'm not sure what you mean,
could you elaborate on that?

regards

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 13 14:05:04 2007

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.