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

Re: Checkout failed in Linux

From: Miguel Rentes <miguel.rentes_at_efacec.pt>
Date: Tue, 29 Jan 2008 15:55:46 +0000

I did the 2nd solution you proposed and it worked:

- removed all links from a folder
- created the links
- then added one by one with svn add
- finally, did a svn commit

When I got to do a svn checkout in Linux everything worked and all links
were correct. I could also see that they had the svn:special property
attached to every link.

Thanks Matt =)

Matt Pounsett wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2008-Jan-28, at 12:49, Miguel Rentes wrote:
>
>> Hi everyone!
>>
>> I was doing a svn checkout in Linux and that failed with this output:
>>
>> ...
>> A 13.0.0/scatex/runproj/camadas.c
>> A 13.0.0/scatex/runproj/README.txt
>> A 13.0.0/scatex/runproj/print.c
>> A 13.0.0/scatex/runproj/makelinks
>> svn: In directory '13.0.0/scatex/runproj'
>> svn: Can't change perms of file '13.0.0/scatex/runproj/pixmap.c': No
>> such file or directory
>
> I had this crop up once when someone set svn:executable on a symlink.
> I sent one of the developers to fix it, so I'm not certain which way
> was ultimately used, but two possible fixes would be:
> 1) svn propdel svn:executable http://path/to/pixmap.c
> 2) svn rm http://path.to/pixmap.c; svn update; ... then recreate and
> 'svn add' the symlink in your working copy
>
> Matt
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (Darwin)
>
> iD8DBQFHnhvhmFeRJ0tjIxERAnjPAJ0bDKOQ9N0oaQs3KVpaHpgPdyjBRwCeJy/c
> ejgiN+kEUHrL7wIb23W0nPU=
> =96/h
> -----END PGP SIGNATURE-----
>

-- 
Miguel Rentes
/Informatics Engineer/
EFACEC - Sistemas de Electronica, SA
/Scate X Development Team - ES/GR/
*Address:* Rua Eng. Frederico Ulrich apartado 3078
4471-907 Moreira da Maia - Portugal
*Phone:* +351 22 940 20 00 (DDI: 22 940 33 88)
*Fax:* +351 22 948 54 28
*Email:* miguel.rentes_at_efacec.pt <mailto:miguel.rentes_at_efacec.pt>
*Disclaimer <http://efacec.pt/email.jpg>*
Received on 2008-01-29 17:09:18 CET

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.