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

Res: Fwd: How to checkout only the tree structure of a repository

From: Alex Lopes Pereira <alex_pvc_at_yahoo.com.br>
Date: 2006-10-20 14:21:46 CEST

Ed, the following command correctly creates directories svn ls -R $URL | grep '/$' | xargs \\n mkdir But as were said it just export and dont checkout. Any other idea? Thanks, Alex On 10/19/06, Ed Price <ed.price_at_gmail.com> wrote: > > > svn ls -R $URL | grep '/$' | xargs mkdir > > > But will that get you an actual checkout, or just a directory > > structure which matches that in subversion at $URL? > > Good point, it's just an "export" not a "checkout". > > No idea how to do an actual check out... Best I can come up with so far is a whole mess of non-recursive checkouts based on the output of svn ls --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.org _______________________________________________________ O Yahoo! está de cara nova. Venha conferir! http://br.yahoo.com
Received on Fri Oct 20 14:22:26 2006

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.