Issue Details (XML | Word | Printable)

Key: CRUC-282
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Peter McNeil [Atlassian]
Reporter: Wei Khai Wong [Atlassian]
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Crucible

Crucible fails to upload patch file with file information that contain blank spaces between file path and timestamp

Created: 13/Mar/08 12:25 AM   Updated: 09/Apr/08 07:12 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5

Time Tracking:
Not Specified

Participants: Conor MacNeill [Atlassian], Peter McNeil [Atlassian] and Wei Khai Wong [Atlassian]
Since last comment: 21 weeks, 4 days ago
Resolution Date: 09/Apr/08 07:12 PM
Labels:


 Description  « Hide
Crucible fails to upload patch file with file information that contain blank spaces between file path and timestamp. Crucible works fine if the file path and timestamp are separated by tab.
Example:
--- original   timestamp
+++ new      timestamp


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Peter McNeil [Atlassian] added a comment - 17/Mar/08 05:23 AM
Wei Khai, I just read the support case. the Unified diff format requires a tab between the path and the revision/timestamp because spaces are allowed in the path.

The problem here is the editor, not the svn diff. The way to avoid this is simple:

svn diff > patch.txt

We are investigating better ways to support creating patches for reviews which should make this process simpler.


Conor MacNeill [Atlassian] added a comment - 09/Apr/08 07:12 PM
reopen to change fix version