Re: Disjoint working copy

2014-01-31 Thread Les Mikesell
On Fri, Jan 31, 2014 at 9:18 AM, Ræstad Atle Eivind 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 c

RE: Disjoint working copy

2014-01-31 Thread Ræstad Atle Eivind
> 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$//

Disjoint working copy

2014-01-21 Thread Ræstad Atle Eivind
Hi Is there a way to get full status information for a disjoint working copy without performing "svn st" on each sub working copies? And without the use of external definition? Example: setenv p `pwd` svnadmin create r svn -m "" mkdir file:///$p/r/common file:///$p/r/common