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

Re: Obstructed update; object of the same name already exists

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-12 13:42:46 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> "Matthias Bauchinger" <matthias.bauchinger@chello.at> writes:
> > the output of svn when trying to update is:
> > F:\CG23\FakedReality>svn up
> > U Source/Core/Engine/Identifier.cpp
> > U Source/Core/Engine/Identifier.h
> > U Source/Core/Engine/Actor.cpp
> > U Source/Core/Engine/Actor.h
> > svn: Obstructed update
> > svn: failed to add directory 'External': object of the same name already
> > exists
> >
> > hint: after "U Source/Core/Engine/Actor.h" it takes about 20 seconds til
> > the "Obstructed update"-message apairs....
> >
> > Yes, this is very puzzling.....
>
> Can you do
>
> $ svn ls blah://blahblah.../Source/Core/Engine
>
> and
>
> $ svn proplist -v blah://blahblah.../Source/Core/Engine
>
> and show us the output of each, please? That will help us determine
> if this is a bug in the externals code or in your usage of the
> externals feature.

There is no "Fetching external item into ..." message so it may not be
an svn:externals bug. Also, I think 'External' is located in the same
directory as 'Source', if that is the case then the commands we want
to see are

   $ svn ls -rHEAD .
   $ svn pl -v -rHEAD .
   $ svn st -u .
   $ ls . # or whatever is the Windows equivalent (dir?)

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 12 13:43:33 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.