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

Re: svn 1.5 sparse checkout question

From: Mark E. Hamilton <mhamilt_at_sandia.gov>
Date: Tue, 08 Apr 2008 14:02:22 -0600

Mark Phippard wrote:
> The checkout part is wrong. You want to do this:
>
> $ svn checkout --depth=empty svn+ssh://sierra-trac/svnroot/sierra/trunk .
> $ svn update --set-depth=infinity framework
> $ svn update --set-depth=immediates utility
> $ svn update --set-depth=infinity aria
>
> Note that I simply mixed the usage of infinity and immediates to show
> that you can do something like that.

Okay, thanks. I don't know why I assumed that 'svn checkout' could be
used for the products; reviewing the documentation does clearly show
'svn update'.

Is the --set-depth=infinity necessary, or is is the default? I did an
update with and without it, and in both cases it checked out the entire
hierarchy.

-- 
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-08 22:03:07 CEST

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.