Re: How to checkout only the tree structure of a repository
From: Ed Price <ed.price_at_gmail.com>
Date: 2006-10-19 21:15:42 CEST
>> How to checkout only the tree structure of a repository without any
Even easier with "svn ls -R":
svn ls -R $URL | grep '/$' | xargs mkdir
I don't know if that is 100% bulletproof with respect to
-Ed
---------------------------------------------------------------------
|
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.