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

Re: svn status & external definitions

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 6 Dec 2014 11:28:12 +0000

Daniel Becroft wrote on Tue, Dec 02, 2014 at 14:44:06 +1000:
> Hi,
>
> On a fresh checkout from a repository, an 'svn status' will return the
> following:
>
> X alpha
> X beta\B
> X beta\C
>
> These are the folders created by svn:externals properties. No problem here.
>
> However, using an 'svn status --ignore-externals' command does not change
> the output - the external folders continue to be listed.
>
> The help text for this switch just says '--ignore-externals : ignore
> externals definitions'.
>
> Is this intended behaviour?

Not sure..

> If so, is what scenario will this switch do something?

It prevents svn from recursing into the external:

[[[
% svn st
X A2

Performing status on external item at 'A2':
A A2/D
]]]

[[[
% svn st --ignore-externals
X A2
]]]

Daniel
Received on 2014-12-06 12:32:58 CET

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.