[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: Matt Pounsett <matt_at_conundrum.com>
Date: Mon, 28 Jan 2008 13:16:00 -0500

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-28 19:16:56 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.