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

svn status and svn:externals

From: Gareth Bryan <gareth.bryan_at_gmail.com>
Date: 2005-08-15 13:48:50 CEST

Hi,

Appologies if this is an RTFM question (I have, but can't spot the answer)...

What is the reason for the status command showing 'X' for (external)
subdirectories but showing normal when the command is run directly on
that subdir?

To clarify, assume that ./lib/thirdParty is external (in my case diff
project in same repos)

'svn status ./lib' returns:

    X lib/thirdparty

whereas 'svn status ./lib/thirdparty' returns nothing?

Using the API (javahl in my case), the API equiv of the second command
returns SVNStatusKind.NORMAL when I was naively expecting
SVNStatusKind.EXTERNAL?

Is the only way to determine whether or not a directory path is
external to run a status command on its parent directory?

Regards,

Gareth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 15 13:50:32 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.