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