Anonymous | Login | Signup for a new account | 2012-09-13 19:31 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
040 | Source Integration | WebSVN | public | 2009-06-06 21:31 | 2009-06-08 06:27 | |||
Reporter | André Lima | |||||||
Assigned To | John Reese | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Product Version | 0.13 | |||||||
Target Version | 0.14 | Fixed in Version | 0.14 | |||||
Summary | 040: Repository history parsing truncates filenames and folders with spaces | |||||||
Description | During the import of repository history log, any filename containing spaces will be truncated up to the position where the space is present. | |||||||
Additional Information | In 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
John Reese (administrator) 2009-06-08 06:27 |
Fix committed to master branch at 2009-06-08 13:20:21. |
![]() |
|||
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 ] | ||
![]() |
|||
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 |