Re: can I checkout only a revision files ?
From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 20 Oct 2010 09:47:16 -0400
On Wed, Oct 20, 2010 at 9:17 AM, Andrea Antonio Maleci
You can use the -r parameter on a checkout or update to specify the
$ # Checks out the directory, but with no files
$ # Now update the file you want
Or, you can checkout just a directory, but without the subdirectories:
$svn co -r $rev --depth files http://svn/repos/project/dir localdir
-- David Weintraub qazwart_at_gmail.comReceived on 2010-10-20 15:47:56 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.