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

Re: Tagging a directory

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-07-27 22:29:17 CEST

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

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.