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

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

From: Ed Price <ed.price_at_gmail.com>
Date: 2006-10-20 15:12:48 CEST

For "dir-structure-only" *export*, I suggested:

> svn ls -R $URL | grep '/$' | xargs -d \\n mkdir

Alex writes:
> But as were said it just export and dont checkout.
> Any other idea?

I'm afraid I have no idea how to make a dir-structure-only
*working copy*.

I think it is impossible with the current Subversion client.

(As somone else observed, non-recursive checkouts don't
help because they do the opposite, they keep files and
skip subdirs.)

-Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 20 15:13:42 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.