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

Re: partial checkout

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-02-12 16:40:09 CET

On 2/12/07, JALLOUL Nader <Nader.JALLOUL@murex.com> wrote:
> Object: to be able to checkout a repository while applying a "fileset"
> (choosing what are the sub-folders to retreive).
>
> Details:
>
> - in the documentation of svn-ant they say that we can have a nested fileset
> element in the svn-checkout task
>
> (but when I add the fileset It returns an error saying that
> checkout doesn't allaw filset as a nested element)
>
> - Is there a way of doing the following for exemple:
>
> -checkout non-recursively a repository "rep" in a working copy
> "wc"
>
> -checkout in rep/sub in wc/sub (this way wc/sub is a new working
> copy different then wc)
>
> -do something that makes wc/sub a part of wc

Have you tried the following?

svn co --non-recursive $REPURL$ wc
cd wc
svn up sub

I think I did this exact thing on Friday.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 16:40:49 2007

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.