SVN equivalent for CVS history
From: nikhil gupta <ng_g20_at_hotmail.com>
Date: 2007-05-09 09:27:45 CEST
Hi There,My organization is moving from CVS to SVN. We have SVN 1.4.2 installed. Now, for the building of the code, we have a requirement which is as follows:we want to get a list of files which were checked-in on the last working day & then update only those files for the daily build. In CVS we had "cvs history -a -c -D 2007-05-05" to get the list.Is there any way that we can accomplish the above requirement using SVN? I tried "SVN status -u -v <working copy>" but that gives me the list of all the files in the repository irrespective of the date & as the product repository is pretty large, it takes time to get the list & then update.ThanksNikhil
|
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.