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

Re: Stumped on "No such file or Directory" problem...

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-11-06 06:44:31 CET

On Nov 6, 2005, at 05:50, Stuart Robertson wrote:

> Couple hours of googling and troubleshooting into this, it's time
> to ask for help!
>
> Here's what svn client (1.2.3, bot cygwin and OS X Metissan) says
> when I checkout or update:
>
> svn: Can't copy 'property/templates/.svn/tmp/text-base/
> Propertypricing.tpl.html.svn-base' to 'property/templates/
> Propertypricing.tpl.html.tmp': No such file or directory
>
> I don't see Propertypricing.tpl.html.svn-base in .svn/tmp/text-base
> locally, but I'm not sure if it's talking about my workspace or the
> svn server. I actually have no idea where this one comes from, nor
> do I know how to fix it.
>
> Any ideas? Saw several posts in newsgroups on this, but nothing I
> could make use of.

It is talking about your local working copy, not the server.

Can it be that you have two files in property/templates whose names
differ only in case? Propertypricing.tpl.html and
propertypricing.tpl.html for example? If so, Mac OS X's default HFS+
filesystem cannot handle that. Check with:

$ svn ls http://svn.example.com/path/to/property/templates/

If that's not it, then please confirm: this happens both when you
update an existing working copy and when you create a totally new one?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 6 06:45:57 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.