On Mar 17, 2005, at 7:14 AM, Chan Loo Hoe wrote:
> Hi,
>
> i've been using Subversion for a couple of months,
> mostly checking in.
> Now, I'm stuck when i tried to use Branch and Switch.
>
> The problem now is this:
> when i run "svn up", i get the this message:
> svn: Working copy path 'some/file.c' does not exist
> in repository
>
> when i run "svn list -v
> file:///path/to/repos/trunk/some",
> "file.c" is right there in the repository. it is also
> in the working copy.
>
> i also tried "svn cleanup", but nothing happens.
> ...
I have never seen 'cleanup' do anything useful. As far as I can tell
it is a no-op :)
This problem seems to happen on Windows because of filename case
issues. The repository has the case of the filename different from the
working copy, or there are two files in the repo that differ only by
case. It is a problem that happens far to easily on Windows and I
really wish the windows clients would be smarter about it.
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 18 15:19:49 2005