What is the reason for needing just the folder structure of a repo anyway?
On 10/19/06, Ryan Schmidt <subversion-2006d@ryandesign.com> wrote:
>
> On Oct 19, 2006, at 20:19, Andy Levy wrote:
>
> > On 10/19/06, Ed Price 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
>
> Not helpful because a non-recursive checkout gives you all the files
> in the directory, and none of the directories in the directory. So
> you're still checking out all the files you don't want to be checking
> out.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Fri Oct 20 06:13:32 2006