Re: Question on checking out multiple projects

2012-03-15 Thread Les Mikesell
On Thu, Mar 15, 2012 at 8:05 AM, Mark-E wrote: > > The section is setup like this in SVN: > > Archive/project1/trunk > Archive/project2/trunk > Archive/project3/trunk > > What I would like to be able to do is use svn co to check out the trunk > folder for each project without specifically issuing

Re: Question on checking out multiple projects

2012-03-15 Thread Stefan Sperling
On Thu, Mar 15, 2012 at 05:40:23PM +0400, Konstantin Kolinko wrote: > 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. You can also use --depth empty in the first command to avoid having all immedi

Re: Question on checking out multiple projects

2012-03-15 Thread Mark-E
>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 wildcard

Re: Question on checking out multiple projects

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Mark-E : > > I am using OpenGrok as a search engine for SVN. > > I have an Archived section of obsolete code that users still want to be able > to search. > It is currently not searchable in our grok installation. > > The section is setup like this in SVN: > > Archive/project1/trunk > Arc