Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 65502 invoked from network); 20 Oct 2010 13:34:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 13:34:05 -0000 Received: (qmail 55266 invoked by uid 500); 20 Oct 2010 13:34:04 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 54905 invoked by uid 500); 20 Oct 2010 13:34:03 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 54898 invoked by uid 99); 20 Oct 2010 13:34:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 13:34:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.254.192.29] (HELO mail-2.iwbank.it) (80.254.192.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 13:33:57 +0000 Received: from unknown (HELO XCHG646.lan.w2k) ([172.26.2.238]) by mail-2.internal.iwbank.it with ESMTP; 20 Oct 2010 15:33:36 +0200 Received: from MAILER641.lan.w2k ([172.26.2.207]) by XCHG646.lan.w2k ([172.26.2.238]) with mapi; Wed, 20 Oct 2010 15:33:36 +0200 From: Andrea Antonio Maleci To: 'Andy Levy' CC: "users@subversion.apache.org" Date: Wed, 20 Oct 2010 15:33:35 +0200 Subject: RE: can I checkout only a revision files ? Thread-Topic: can I checkout only a revision files ? Thread-Index: ActwWkDJ/65CRmNSTL6kRTc3S7xQYQAAQghw Message-ID: <3473746A3B3FE343B6C2641049DB56D01177AAF5DE@MAILER641.lan.w2k> References: <3473746A3B3FE343B6C2641049DB56D01177AAF5DD@MAILER641.lan.w2k> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 It retrieves entire repository at specified revision, not only the modified= one... -----Original Message----- From: Andy Levy [mailto:andy.levy@gmail.com]=20 Sent: mercoled=EC 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 w= rote: > Is it possible to checkout only files (not patch, but entire files) from = a > specific revision ? Yes, use the --revision option for svn co.