[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 12:53:31 CET

On Thursday 13 December 2007, Gonzalez Diaz, Xoan wrote:
> I am importing a tree of directories and having a strange error (with both,
> command line interface and Tortoise).
>
> When the process find a .dnx file (Rational® Application Developer for
> WebSphere® Software diagram) it stops with the following error:
>
> Symbolic links are not supported in this platform.
>
>
> I find that file, with the icon indicating there is no program associated
> to open it, but with a little black circle at the bottom right. If I open
> that file (withou modifying it) with Ultraedit and close, that circle
> dissapears. Then, I try again the "import" and all works fine.

That black circle should contain an arrow (maybe it's obscured by the rest of
the icon). This arrow means that the 'file' is in fact a symbolic link to a
file. Using the context-menu you could look up the properties and there you
would find where the symbolic link points to. Opening the link and then
saving replaces the symbolic link with a copy of the file, therefore
the 'black circle' is gone.

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. ;|

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 12:55:15 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.