You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Guillaume <gu...@wanadoo.fr> on 2004/08/18 20:40:11 UTC

Unsupported special file type

Hello,

I was using svn 1.1.0-rc1 to play with symlinks et upgraded recently to 
1.1.0-rc2. But today I performed a fresh check out and saw svn failing with 
the following message :

svn: Unsupported special file type 'MODE'

This occured while processing a directory containing one symlink. I should add 
that the target file was not yet checked out by svn. I performed this action 
through svnserve with a svn:// URL. I tried a "svnserve verify" on the 
repository but saw no alerts. I've switched back to 1.1.0-rc1 but the error 
was still there. I guess the repository has a been altered in such a way that 
the server cannot manage the versioned symlinks anymore.

SVN gurus, what is wrong there ?

Guillaume

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Unsupported special file type

Posted by Joshua Pieper <jp...@ece.cmu.edu>.
Can you post a reproduction recipe for this?  The error you give shouldn't
be possible except if you manually add the "svn:special" property to a
file or modify the repository version of the file using a non-symlink
supporting svn.

For a workaround to fix your repository in the meantime, just use 'svn rm'
on the URL of the path.

-Josh

On Wed, 18 Aug 2004, Guillaume wrote:

> Hello,
>
> I was using svn 1.1.0-rc1 to play with symlinks et upgraded recently to
> 1.1.0-rc2. But today I performed a fresh check out and saw svn failing with
> the following message :
>
> svn: Unsupported special file type 'MODE'
>
> This occured while processing a directory containing one symlink. I should add
> that the target file was not yet checked out by svn. I performed this action
> through svnserve with a svn:// URL. I tried a "svnserve verify" on the
> repository but saw no alerts. I've switched back to 1.1.0-rc1 but the error
> was still there. I guess the repository has a been altered in such a way that
> the server cannot manage the versioned symlinks anymore.
>
> SVN gurus, what is wrong there ?
>
> Guillaume
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org