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

Re: A clean checkou give error

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-06 16:40:11 CEST

On Jul 6, 2006, at 16:15, emerson cargnin wrote:

> I'm getting this error when I try to checkout from behind a VPN. The
> thing is: just happens in the middle of the check out, what is really
> weird:
>
> [exec] svn: Your .svn/tmp directory may be missing or corrupt;
> run 'svn cleanup' and try again
> [exec] svn: Can't open file
> 'modules\com.yell.echannel.infrastructure\src\java\com\yell\echannel
> \infrastructure\sap\exceptions\.svn\tmp\text-base
> \InvalidSortcodeOrApplicationNumberApplicationException.java.svn-
> base':
> The system cannot find the path specified.

Possibilities:

* That's a really long path (186 characters). Doesn't Subversion use
relative paths, and doesn't Windows have problems with relative paths
longer than 255 characters? I realize 186 is not greater than 255,
but maybe this problem is still relevant?

* Can there be a case collision? Do you have another file in the same
directory whose name is also
"InvalidSortcodeOrApplicationNumberApplicationException.java" but
where the capitalization is different?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 6 16:42:51 2006

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.