What you need is probably
svn log -r {2007-05-05T00:00}:{2007-05-05T23:59} -v -q URL
Then, pipe the command on a grep (for instance) to keep only the files pathes.
Note that the -r {date}:{date} option can report revisions that are not exactly in the range (not really practical in this case...)
Read the Subversion book (Chapter 3 / Revision Dates) for more details.
Regards
Christophe
________________________________
From: nikhil gupta [mailto:ng_g20@hotmail.com]
Sent: mercredi, 9. mai 2007 15:23
To: Les Mikesell
Cc: users@subversion.tigris.org
Subject: RE: SVN equivalent for CVS history
Hi Mike,
Thanks for the reply.
My actual target is to compile only those solutions which were updated the previous day. For this I need to have the list of those files first. Apart from this, my organization has development, both at US and India. So, its like the development is on round the clock & we can not cut things off.
Thanks
Nikhil
________________________________
> 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
>
________________________________
Want to look great? Get expert opinion on beauty and skin care. Ask the expert! <http://content.msn.co.in/Lifestyle/AskExpert/Default01.htm>
Received on Wed May 9 15:40:12 2007