Re: Parallel branches/tags/trunk directories
From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 11 Aug 2011 16:17:46 -0400
Okay solutions:
Since you're dealing with an older version of Subversion, you might
Maybe something like this might work out better for you. Use "svn ls
svn ls -R http://myserver/svn/proj | grep "/trunk/$"
That's probably faster than using "svn co --depths" a bunch of times.
Completely untested, but you get the idea:
svn ls -R $URL | grep "/trunk/$" | while read directory
-- David Weintraub qazwart_at_gmail.comReceived on 2011-08-11 22:18:18 CEST |
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.