Re: Ignore filenames during checkout?
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Thu, 17 Dec 2009 02:07:39 -0600
On Dec 17, 2009, at 01:45, David Cheng-Ping Wang wrote:
> I'm doing a checkout of a 6 year old repository that was once used
You can use a sparse working copy, the features of which are documented here:
http://svnbook.red-bean.com/en/1.5/svn.advanced.sparsedirs.html
You need Subversion 1.5 or greater.
For example:
svn co --depth empty $REPO_URL/project/trunk project
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
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.