<div dir="ltr">For new files, you just want to view the new revision (as opposed to doing a diff)...<br><br><div>In Mathieu's original example, that would map to this URL:</div><div><a href="http://gdcm.svn.sourceforge.net/viewvc/gdcm/trunk/Source/MediaStorageAndFileFormat/gdcmSerieHelper.cxx?revision=4442&view=markup">http://gdcm.svn.sourceforge.net/viewvc/gdcm/trunk/Source/MediaStorageAndFileFormat/gdcmSerieHelper.cxx?revision=4442&view=markup</a></div>
<div>...instead of an r1/r2 diff URL...</div><div><br></div><div>(I will also copy this into the bug report.)</div><div><br></div><div><br></div><div>Dave</div><div><br></div><div><br><div class="gmail_quote">On Thu, Oct 9, 2008 at 3:03 PM, Amitha Perera <span dir="ltr"><<a href="mailto:amitha.perera@kitware.com">amitha.perera@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">Julien Jomier wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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.<br>
</blockquote>
<br></div>
svn log -l 2 FileName<br>
<br>
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.<br><font color="#888888">
<br>
Amitha.</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Cdash mailing list<br>
<a href="mailto:Cdash@public.kitware.com" target="_blank">Cdash@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
</div></div></blockquote></div><br></div></div>