[Cdash] Problem with ViewVC and new file

Amitha Perera amitha.perera at kitware.com
Thu Oct 9 19:03:48 UTC 2008


Julien Jomier wrote:
> If there is a way to get the 
> previous revision of a file with svn that would be OK and hopefully we 
> won't have hundreds of file checked in every day.

svn log -l 2 FileName

will give at most 2 entries.  If the second doesn't exist, the file is 
new.  Otherwise, the second entry is the revision at which the file was 
last changed.

Amitha.



More information about the CDash mailing list