RE: SVN equivalent for CVS history
From: nikhil gupta <ng_g20_at_hotmail.com>
Date: 2007-05-09 15:23:10 CEST
Hi Mike,
> Date: Wed, 9 May 2007 08:13:59 -0500> From: lesmikesell@gmail.com> To: ng_g20@hotmail.com> CC: users@subversion.tigris.org> Subject: Re: SVN equivalent for CVS history> > nikhil gupta wrote:> > 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> > I don't have an answer for this, but I'm curious as to why you wouldn't > just let svn (or cvs) update everything that is not current (or specify > the time you want) in one operation. If you want to cut things off at > midnight or something, I'd probably just schedule an update on the build > machine to happen then.> > -- > Les Mikesell> lesmikesell@gmail.com> > ---------------------------------------------------------------------> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org> For additional commands, e-mail: users-help@subversion.tigris.org>
|
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.