Re: How to checkout only the tree structure of a repository
From: Ed Price <ed.price_at_gmail.com>
Date: 2006-10-19 22:12:47 CEST
(Resend, please keep on list!)
> It almost worked. It splitted the name of the directory into some directory
Drat, foiled by spaces in filenames!
Reading xargs man page...... How about this:
svn ls -R $URL | grep '/$' | xargs -d \\n mkdir
-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.