Ah, this was because of the infamous Windows case-insensitive filename
issue. Someone had managed to get an image.png and image.PNG both
checked into the repository, preventing the repository from being
checked out on Windows because Windows can't distinguish between the two.
Garret
Garret Wilson wrote:
> I'm using Eclipse 3.4 with Subclipse 1.4 (Subversion 1.5.0 on client
> and server). I cannot check out the latest reversion of our team's
> repository. It downloads a lot of resources (mostly .png and .gifs)
> and then it fails with the following message:
>
> 'SVN Update' has encountered a problem.
> org.tigris.subversion.javahl.ClientException:
> Problem running log
> svn: In directory
> 'C:\projects\myproject\resources\images\.svn\tmp\text-base\Acme_logo-_no_box_small.PNG.svn-base':
> The system cannot find the file specified.
> Can't open file
> svn: In directory
> 'C:\projects\myproject\resources\images\.svn\tmp\text-base\Acme_logo-_no_box_small.PNG.svn-base':
> The system cannot find the file specified.
>
> TortoiseSVN 1.5 results in the same message. So does the Subversion
> 1.5.0 client.
>
> It always stops at this one file. I've cleaned the local repository
> (which also fails unless I remove the images resources subtree first)
> both with Subclipse and TortoiseSVN.
>
> Garret
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-08 16:18:04 CEST