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

Re: How to checkout only the tree structure of a repository

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-19 20:29:05 CEST

On Oct 19, 2006, at 12:08, Alex Lopes wrote:

> How to checkout only the tree structure of a repository without any
> files?

I don't think you can. You'd probably have to write a script that
gets the directory listing with "svn ls", makes directories for all
the directories found in the listing, then recursively descends into
each directory and does the same thing.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 19 20:30:16 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.