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

RE: Subversion conflating paths.

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2006-01-17 19:01:46 CET

Tess Snider wrote:
> I'm posting here first, because this appears to be a subversion
> problem, rather than a Tortoise problem. Specifically, one of our
> artists came to me complaining that Subversion was telling him that a
> file he was attempting to commit already existed. I decided to go see
> what was going on (whether it was ye olde capitalization error, or
> some other problem). What I found was fairly baffling.
>
> Specifically, the file that Subversion is complaining is already there
> is NOT, in fact, the file he is attempting to commit. It has the same
> name, but it's in a different part of the file tree.
>
> Here is a screenshot, demonstrating the problem:
> http://lilly.csoft.net/~malkyne/images/subversion/screencap.jpg
>
> As you can see, the file it is attempting to send is NOT the same file
> it is complaining about.
>
> This is pretty nuts. Does anyone have any idea why this might be
> happening?
>
> Tess
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

My guess is that the directory he's working in isn't where you think it
is in the repository. Specifically, it looks like his directory:

C:\Tactica\art\environments\cathedral_construct\darkmaps\layouts\darkmap
s\

Is actually pointed to:

/trunk/art/environments/cathdral_construct/darkmaps/layouts/4_yellow/dar
kmaps/

in the repository. This could be the result of a switch command, for
instance. To find out for sure (since he's using Tortoise): Right-click
in the directory, go to Properties, and click on the Subversion tab. At
the top, it lists the URL for the directory. What is it?

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 17 22:19:38 2006

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.