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

Re: Commit failed , Can't Move

From: Graham Leggett <minfrin_at_sharp.fm>
Date: 2005-02-21 10:37:26 CET

Aji Issac said:

> I am very new to subverion , I was reading the docs
> and have managed to configure it. Now I am using
> subversion for one of my projects along with few other
> programmers. But I was working on another project ,
> over there whenever I try to commit it says,
>
> Commit failed (details follow): Can't Move
> 'Z:/www/.svn/tmp/text-base/index.php.svn-base.3.tmp to
> Z:/www/.svn/tmp/text-base/index.php.svn-base':
> The System cannot find the file specified

Unfortunately svn doesn't give an error message with a clue as to what the
problem is :(

It's probably a file that exists in your repository that has the same name
as another file, only different case. Try and check this out on Windows or
Mac (with HFS+) where the filesystems are case insensitive, and you get
the above cryptic error.

Eg:

index.php
Index.PHP

Regards,
Graham

--
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 21 10:39:41 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.