On 27-Jul-05, at 9:41 AM, Matthias Fechner wrote:
>
> now i go to my local dir a tried to execute svn update, to get the
> tagged version, but i get the errormessage:
> svn: Working copy '.' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
>
> I did a svn cleanup, but i get the following errormessage:
> svn: In directory 'tags\release-0.1\src'
> svn: Can't open file 'tags\release-0.1\src\.svn\tmp\text-base
> \Doxyfile.svn-base'
> : The system cannot find the file specified.
>
> What is wrong here?
Sounds like what happens when there is a mixed-case issue with a file
name. I see from teh backslashes that you are on Windows where the
filesystem is not case sensitive. Check the filenames in the repo
with 'svn ls URL' to make sure that there are no files that differ
only by case. (e.g. Doxyfile and DoxyFile)
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 22:30:11 2005