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

Re: can I checkout only a revision files ?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 20 Oct 2010 09:39:51 -0400

On Wed, Oct 20, 2010 at 09:33, Andrea Antonio Maleci <A.Maleci_at_iwbank.it> wrote:
> It retrieves entire repository at specified revision, not only the modified one...

You cannot check out an individual file.

You can update specific files to a particular revision with svn update
--revision <num> FILE

You can export an individiual file at a particular revision with the
same syntax as update (just swap in "export" instead).

The output of svn help <command> can be very informative.

> -----Original Message-----
> From: Andy Levy [mailto:andy.levy_at_gmail.com]
> Sent: mercoledì 20 ottobre 2010 15.25
> To: Andrea Antonio Maleci
> Cc: users_at_subversion.apache.org
> Subject: Re: can I checkout only a revision files ?
>
> On Wed, Oct 20, 2010 at 09:17, Andrea Antonio Maleci <A.Maleci_at_iwbank.it> wrote:
>> Is it possible to checkout only files (not patch, but entire files) from a
>> specific revision ?
>
> Yes, use the --revision option for svn co.
>
Received on 2010-10-20 15:41:10 CEST

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.