Notice: this is a static mirror for historical purposes.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
174Source IntegrationSFSVNpublic2010-09-28 01:202010-09-28 01:20
ReporterTobias Schlauch 
Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
StatusnewResolutionopen 
Product Version0.13 
Target VersionFixed in Version 
Summary174: Links showing difference between files or file display are always shown.
DescriptionYou are checking for instance for files that are deleted within a change set the following way:

if ( $p_file->action == 'D' ) {
    return '';
}

But within the action property not 'D' is used but 'rm'. Similar things happen in case of:
'A' -> add
'M' -> 'mod'
'R' -> 'mv'

This conversion is done in the SourceSVN.php private function process_svn_log.

Therefore the links are always shown and cause erros in the used web application used to display differences etc.

This also concerns the SourceForge plugin.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-09-28 01:20 Tobias Schlauch New Issue


Copyright © 2000 - 2012 MantisBT Group
Time: 0.1263 seconds.
memory usage: 8,315 KB
Powered by Mantis Bugtracker

hosted with
Linode