Notice: this is a static mirror for historical purposes.

View Issue Details Jump to Notes ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
040Source IntegrationWebSVNpublic2009-06-06 21:312009-06-08 06:27
ReporterAndrĂ© Lima 
Assigned ToJohn Reese 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.13 
Target Version0.14Fixed in Version0.14 
Summary040: Repository history parsing truncates filenames and folders with spaces
DescriptionDuring the import of repository history log, any filename containing spaces will be truncated up to the position where the space is present.
Additional InformationIn file SourceWebSVN.php, line 318, the following regular expression is used to match the filename:

/^\s+([a-zA-Z])\s+([\S]+)/

Since the line will only contain an indicator of the action and the filename, the regular expression can be changed to:

/^\s+([a-zA-Z])\s+(.+)$/

This change seems to fix the problem
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (025)
John Reese (administrator)
2009-06-08 06:27

Fix committed to master branch at 2009-06-08 13:20:21.

- Related Changesets
Source Integration: master 273c12f9
Timestamp: 2009-06-08 13:20:21
Author: John Reese
Committer: John Reese
Details ] Diff ]
Fix 040: Modify history parsing to extract filenames with spaces.
mod - SourceSFSVN/SourceSFSVN.php Diff ] File ]
mod - SourceWebSVN/SourceWebSVN.php Diff ] File ]

- Issue History
Date Modified Username Field Change
1969-12-31 16:00 André Lima New Issue
2009-02-28 09:39 Changeset attached master da0506a4 =>
2009-06-08 06:17 John Reese Assigned To => John Reese
2009-06-08 06:17 John Reese Status new => assigned
2009-06-08 06:17 John Reese Target Version => 0.16
2009-06-08 06:27 John Reese Note Added: 025
2009-06-08 06:27 John Reese Status assigned => resolved
2009-06-08 06:27 John Reese Fixed in Version => 0.16
2009-06-08 06:27 John Reese Resolution open => fixed
2009-06-08 06:27 John Reese Changeset attached master 273c12f9 =>


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

hosted with
Linode