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

Re: having problem when updating

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 11 Jul 2008 02:54:05 -0500

On Jul 10, 2008, at 09:01, Justinas Urbanavicius wrote:

> Hi, i'm having a strange problem when updating from the repository
> my local working copy.
>
> svn update
> svn: Can't copy 'libs/FCKeditor/editor/dialog/fck_spellerpages/
> spellerpages/.svn/text-base/spellchecker.js.svn-base' to 'libs/
> FCKeditor/editor/dialog/fck_spellerpages/spellerpages/.svn/tmp/
> spellchecker.js.tmp.tmp': No such file or directory
>
> the strange thing is this tmp.tmp extension, can anyone help me fix
> this?

Do you have a case collision? Two files in a directory whose names
differ only in case? Like spellchecker.js and SpellChecker.JS? And
are you checking out on Windows or Mac OS X where the default file
system is case-insensitive and therefore cannot accommodate that
situation?

Use "svn ls" on the repository URL to the spellerpages directory to
determine if you have a case collision. If you do, you can use "svn
cat" to see each file and "svn rm" to remove a duplicate or "svn mv"
to rename one of them.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-11 09:54:35 CEST

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.