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
Description
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:
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.
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.
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.