Comment #3 on issue 3755 by jonathan...@gmail.com: rbtools post command ignores --update flag
https://code.google.com/p/reviewboard/issues/detail?id=3755

rbt post -u has always popped up with the review to update, and I type "yes" and everything works great.

I don't always use --diff-filename but I have to whenever working with UTF-16 files. SVN does not handle UTF-16 line endings correctly and generates broken-looking diffs. But git-svn generates correct diffs, so I have to manually break them with this workflow:

1. rbt diff > patch
2. format-svn-diff.sh patch
3. rbt post --diff-filename patch

format-svn-diff.sh is a script I wrote that copies UTF-16 files to an SVN working directory, generates an SVN diff, and then copies the result back into the patch.

I would love if rbtools could handle all this automatically, but I don't expect y'all to workaround someone else's bug.

--
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/d/optout.

Reply via email to