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

Re: Disjoint working copy

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 31 Jan 2014 10:54:17 -0600

On Fri, Jan 31, 2014 at 9:18 AM, Ręstad Atle Eivind
<atle.rastad_at_saabgroup.com> wrote:
>> Is there a way to get full status information for a disjoint working copy without performing "svn st" on each sub working copies?
>
> A workaround on Linux with svn client 1.7 or newer is to use a command similar to:
> find . -type d -name "\.svn" | sed 's/\.svn$//' | xargs svn st
>

Is that really easier than setting an external property?

-- 
  Les Mikesell
     lesmikesell_at_gmail.com
Received on 2014-01-31 17:54:50 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.