I need to get a snapshot of only files in a certain reversion range
From: Jeff Pierson <jpierson_at_realgreen.com>
Date: 2006-01-26 15:38:34 CET
I know that I can write a script to query files involved in a particular
Example 1: Get all of the highest versioned files in the range of 64 to 66
export -r 64:66 svn://domain/projects/projectname
OR
Example 2: Get only files revised in revision 66
export -r 66:66 svn://domain/projects/projectname
This seems like the most intuitive way to get a dump of files in a reversion
Thanks,
Jeff
-- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.14.22/239 - Release Date: 1/24/2006Received on Thu Jan 26 17:30:50 2006 |
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.