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

Re: Question on checking out multiple projects

From: Mark-E <meramo_at_hbs.edu>
Date: Thu, 15 Mar 2012 07:13:00 -0700 (PDT)

>That is not possible. But you may look into the "sparse checkout" feature.
>
>To set it up you can
>1) do "svn co --depth immediates" for the repository root
>2) and follow it by "svn up --set-depth" for the subfolders that you
>are interested in.
>
>If you are on Unixes then you can use wildcards with "svn up", because
>it operates on the local filesystem and unix shell does expand
>wildcards there.
>
>That would be something like the following (but read the docs first!)
>
>svn co --depth immediates https://repository/Archive/ Archive
>svn co up --set-depth immediates Archive/*
>svn co up --set-depth infinity Archive/*/trunk
>
>
>Warning: do not use "sparse checkout" if your server is 1.4.x or
>older. It is not really supported by those old server versions.
>
>Best regards,
>Konstantin Kolinko

Thanks for the tips Konstantin, I appreciate the help. I'll give it a try.

Regards,
Mark

-- 
View this message in context: http://old.nabble.com/Question-on-checking-out-multiple-projects-tp33509611p33510088.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2012-03-15 15:13:32 CET

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.