On Wed, Oct 20, 2010 at 09:33, Andrea Antonio Maleci <a.mal...@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.l...@gmail.com]
> Sent: mercoledì 20 ottobre 2010 15.25
> To: Andrea Antonio Maleci
> Cc: users@subversion.apache.org
> Subject: Re: can I checkout only a revision files ?
>
> On Wed, Oct 20, 2010 at 09:17, Andrea Antonio Maleci <a.mal...@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.
>

Reply via email to