Comment #20 on issue 2916 by davidpfa...@gmail.com: Review Board does not respect line endings
http://code.google.com/p/reviewboard/issues/detail?id=2916

Our current release process is to merge the approved patch into /trunk, and this issue creates extra steps when merging the downloaded patch.

I use 'svn patch' to apply the patch file, which works without errors, but all of the newly inserted lines, as well as the surrounding 'context' lines are converted to unix-style line-endings.

I then need to use either unix2dos or Eclipse "File -> Convert Line Delimiters To -> Windows" to fix the line-endings before committing the changes.

RB should preserve the uploaded patch without modifications.

If it needs a normalized version of the patch for internal processing, it should probably create a working copy.

If storage space is a concern, you might also consider deleting the working copies when the review is closed, re-creating them as needed from the original assets if the review is re-opened.

You might also be able to short-cut the creation of the working copy of the original patch file is already in the correct format.

Thank you for your time,

-David Farrell

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to