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

Re: svn status "S"

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-10-01 01:46:44 CEST

Chuck wrote:
> Apologies for the HTML.
>
>> The item marked "S" is a working copy from a different branch to the
>> directory containing it.
>>
>> If that's not clear, then show us the output of:
>
> Still not clear because I have not created any branches.
>
>> "svn info thing-that-is-S", and
>> "svn info parent-directory-of-S-thing",
>> which will enable an explanation in the context of your specific
>> situation.
>
> Here is "thing-that-is-S"
>
> C:\cc_storage\medcofc_gRAD_Dev\klein>svn info
> gRAD\webApplication\WEB-INF\classes
> Path: gRAD\webApplication\WEB-INF\classes
> URL: svn://detsdev002/grad/trunk/gRAD/source
...
>
> And here is "parent-directory-of-S-thing"
>
> C:\cc_storage\medcofc_gRAD_Dev\klein>svn info gRAD\webApplication\WEB-INF\
> Path: gRAD\webApplication\WEB-INF
> URL: svn://detsdev002/grad/trunk/gRAD/webApplication/WEB-INF
...

So, "gRAD/webApplication/WEB-INF" in your WC points to
"gRAD/webApplication/WEB-INF" in your repository.

However the subdirectory "gRAD/webApplication/WEB-INF/classes" in your WC
does not point to the equivalent path in the repository. Instead, it points
to "gRAD/source". It is 'switched' - it points to a location in the
repository different to its parent WC directory.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 1 01:48:49 2004

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.