Hi Igor, I'm sorry I haven't been able to get to this yet. Been busy with some customers with support contracts lately, and my backlog's been growing.
What I have noticed is that the reject file's showing a different encoding than the source file, indicating that maybe the patch in question isn't properly UTF-8 (or the code fetched from the repository isn't UTF-8). Is there a way I could also get the patch in question? (Remember that these are publicly indexed -- private support is something we offer, but only with a support contract.) Christian -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> On Mon, Aug 15, 2016 at 11:52 PM, Igor Zilberman <[email protected]> wrote: > > Hi, > > Attached. > Thanks. > > понедельник, 15 августа 2016 г., 22:45:18 UTC+3 пользователь Christian > Hammond написал: >> >> Can you zip up those files and send them that way? Encodings can be >> messed with when transmitting over e-mail. >> >> Christian >> >> -- >> Christian Hammond >> President/CEO of Beanbag <https://www.beanbaginc.com/> >> Makers of Review Board <https://www.reviewboard.org/> >> >> On Mon, Aug 15, 2016 at 1:08 AM, Igor Zilberman <[email protected]> >> wrote: >> >>> Hi Christian, >>> >>> Thank you for your reply! >>> >>> I am using 2.5.3 with RBTools 0.7.5. >>> Repository type is ClearCase. >>> Ive attached part of the xml file and the rej file. >>> >>> Regarding the last q I am not sure, but in the advanced settings of this >>> repository, Encoding field is empty. >>> >>> Thanks. >>> >>> понедельник, 15 августа 2016 г., 2:54:03 UTC+3 пользователь Christian >>> Hammond написал: >>>> >>>> Hi Igor, >>>> >>>> What version of Review Board are you using, and what type of repository? >>>> >>>> Would it be possible to get a sample of one of the files that is >>>> failing, along with the matching section from the reject file in that temp >>>> directory? >>>> >>>> Are the special characters indeed UTF-8 in the repository, or is the >>>> repository converting them to UTF-8 on checkout? >>>> >>>> Christian >>>> >>>> -- >>>> Christian Hammond >>>> President/CEO of Beanbag <https://www.beanbaginc.com/> >>>> Makers of Review Board <https://www.reviewboard.org/> >>>> >>>> On Sun, Aug 14, 2016 at 5:54 AM, Igor Zilberman <[email protected]> >>>> wrote: >>>> >>>>> I am getting error trying to see the diff: >>>>> >>>>> The patch to 'pathtofile/somefile.xml@@/path/CHECKEDOUT' didn't apply >>>>> cleanly. The temporary files have been left in '/tmp/reviewboard.BWp42z' >>>>> for debugging purposes. >>>>> `patch` returned: >>>>> This may be a bug in the software, a temporary outage, or an issue >>>>> with the format of your diff. >>>>> >>>>> Please try again, and if you still have trouble, >>>>> contact support. >>>>> >>>>> This file contains unicode characters. >>>>> >>>>> I had an issue to post this file: >>>>> CRITICAL: 'ascii' codec can't decode byte 0xed in position 298: >>>>> ordinal not in range(128) >>>>> >>>>> So after adding sitecustomize.py: >>>>> >>>>> # encoding=utf8 >>>>> import sys >>>>> >>>>> reload(sys) >>>>> sys.setdefaultencoding('utf8') >>>>> >>>>> >>>>> I was able to post but now I cant see the diff in reviewboard. >>>>> >>>>> Thanks. >>>>> >>>>> -- >>>>> Supercharge your Review Board with Power Pack: >>>>> https://www.reviewboard.org/powerpack/ >>>>> Want us to host Review Board for you? Check out RBCommons: >>>>> https://rbcommons.com/ >>>>> Happy user? Let us know! https://www.reviewboard.org/users/ >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "reviewboard" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >> -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
