MantisBT - CDash
View Issue Details
0007771CDashpublic2008-10-02 11:482009-03-28 17:18
Julien Jomier 
Julien Jomier 
normaltweakalways
closedfixed 
1.2 
1.4 
0007771: Nightly changes should store previous revision
svn log --xml -r {2008-09-29}:{2008-09-30} -v 2>&1
Entries marked with 'A' are added, entry with 'M' are simply modified.
<?xml version="1.0"?>
<log>
<logentry
   revision="4437">
<author>malat</author>
<date>2008-09-26T16:35:35.122027Z</date>
<paths>
<path
   action="M">/trunk/Applications/Cxx/gdcmimg.cxx</path>
<path
   action="M">/trunk/Applications/Cxx/gdcmconv.cxx</path>
</paths>
<msg>ENH: add option to specify the series-uid/study-uid</msg>
</logentry>
<logentry
   revision="4438">
<author>malat</author>
<date>2008-09-29T09:42:18.510283Z</date>
<paths>
<path
   action="M">/trunk/CMakeLists.txt</path>
<path
   action="M">/trunk/Applications/Cxx/CMakeLists.txt</path>
</paths>
<msg>ENH: add a way to remove prop on executable</msg>
</logentry>
<logentry
   revision="4439">
<author>malat</author>
<date>2008-09-29T11:53:19.482837Z</date>
<paths>
<path
   action="M">/trunk/Utilities/Insight/itkGDCMImageIO2.cxx</path>
<path
   action="M">/trunk/Source/DataStructureAndEncodingDefinition/gdcmTag.cxx</path>
<path
   action="M">/trunk/Utilities/Insight/itkGDCMImageIO2.h</path>
<path
   action="M">/trunk/Source/DataStructureAndEncodingDefinition/gdcmTag.h</path>
</paths>
<msg>ENH: work toward backward compat</msg>
</logentry>
<logentry
   revision="4440">
<author>malat</author>
<date>2008-09-29T13:11:45.503243Z</date>
<paths>
<path
   action="M">/trunk/Source/MediaStorageAndFileFormat/gdcmImageReader.cxx</path>
<path
   action="M">/trunk/Source/MediaStorageAndFileFormat/gdcmStringFilter.cxx</path>
</paths>
<msg>ENH: less verbose by default</msg>
</logentry>
<logentry
   revision="4441">
<author>malat</author>
<date>2008-09-29T13:55:05.445528Z</date>
<paths>
<path
   action="M">/trunk/Utilities/Insight/itkGDCMImageIO2.cxx</path>
</paths>
<msg>ENH: remove warning</msg>
</logentry>
<logentry
   revision="4442">
<author>malat</author>
<date>2008-09-29T14:27:40.936467Z</date>
<paths>
<path
   action="M">/trunk/Source/MediaStorageAndFileFormat/CMakeLists.txt</path>
<path
   action="M">/trunk/Source/MediaStorageAndFileFormat/gdcmStringFilter.h</path>
<path
   action="A">/trunk/Source/MediaStorageAndFileFormat/gdcmSerieHelper.cxx</path>
<path
   action="A">/trunk/Source/MediaStorageAndFileFormat/gdcmSerieHelper.h</path>
</paths>
<msg>ENH: backward compat for ITK</msg>
</logentry>
<logentry
   revision="4446">
<author>malat</author>
<date>2008-09-29T20:19:59.963168Z</date>
<paths>
<path
   action="M">/trunk/Applications/Cxx/gdcmraw.cxx</path>
</paths>
<msg>ENH: in case of bad pattern return error</msg>
</logentry>
<logentry
   revision="4447">
<author>malat</author>
<date>2008-09-29T20:21:22.315033Z</date>
<paths>
<path
   action="M">/trunk/CMakeLists.txt</path>
</paths>
<msg>ENH: need to strip more exe</msg>
</logentry>
<logentry
   revision="4448">
<author>malat</author>
<date>2008-09-29T20:41:44.244973Z</date>
<paths>
<path
   action="M">/trunk/CMakeLists.txt</path>
</paths>
<msg>ENH: improve message</msg>
</logentry>
</log>
No tags attached.
Issue History
2008-10-02 11:48Julien JomierNew Issue
2008-10-09 15:43David ColeNote Added: 0013822
2009-02-03 13:47Julien JomierNote Added: 0014766
2009-02-03 13:47Julien JomierStatusnew => resolved
2009-02-03 13:47Julien JomierFixed in Version => 1.4
2009-02-03 13:47Julien JomierResolutionopen => fixed
2009-02-03 13:47Julien JomierAssigned To => Julien Jomier
2009-03-28 17:18Julien JomierStatusresolved => closed

Notes
(0013822)
David Cole   
2008-10-09 15:43   
For new files, you just want to view the new revision (as opposed to doing a diff)...

In Mathieu's original example, that would map to this URL:
http://gdcm.svn.sourceforge.net/viewvc/gdcm/trunk/Source/MediaStorageAndFileFormat/gdcmSerieHelper.cxx?revision=4442&view=markup [^]

...instead of an r1/r2 diff URL...
(0014766)
Julien Jomier   
2009-02-03 13:47   
This should work now. We were not recording if a new file was added.