[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: JALLOUL Nader <Nader.JALLOUL_at_murex.com>
Date: 2007-02-12 16:55:02 CET

Many thx!

-----Original Message-----
From: Andy Levy [mailto:andy.levy@gmail.com]
Sent: Monday, February 12, 2007 5:40 PM
To: JALLOUL Nader
Cc: users@subversion.tigris.org
Subject: Re: partial checkout

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.
 
*******************************
This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information. If you are not the intended recipient you are not authorised to distribute, copy or use this e-mail or any attachment to it. Murex cannot guarantee that it is virus free and accepts no responsibility for any loss or damage arising from its use. If you have received this e-mail in error please notify immediately the sender and delete the original email received, any attachments and all copies from your system.

---------------------------------------------------------------------
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:56:17 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.