Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
At Tuesday 2/1/2007 20:04, Shiv wrote: >What is the cvs command to do the following: > > find all files checked in by all users since a specific date > (e.g. last night)? The command should list the file name (along > with directory name), user who checked in the file and the cvs > comments by the user. I don't think a single cvs command would do that. Buy there are two ways at least: - Enable the audit database; a simple query should give you the info you want. - Or, use this command, but you'll have to parse its output: cvs rlog -d "2006/12/29<now" -S -N ModuleName The "Date<now" must be specified this way, else the shell would interpret the < as a redirection. -- Gabriel Genellina Softlab SRL __________________________________________________ Preguntá. Respondé. Descubrí. Todo lo que querías saber, y lo que ni imaginabas, está en Yahoo! Respuestas (Beta). ¡Probalo ya! http://www.yahoo.com.ar/respuestas