Hey Richard, Looking at your log, character 28 is a forward slash (the one in the <http://... <http://.../>> bit). The password prompt is getting mixed in with the log entry and is trying to be parsed as XML, resulting in the exception you were running into. I’ll have a look to see if this stuff can be excluded when we parse log so this situation can be avoided.
Regards, Barret > On Apr 10, 2015, at 3:15 AM, Richard Parks <[email protected]> wrote: > > Hi Griffin, > > You're absolutely spot on, it was prompting for my svn password and then > failing, if I rbt diff or post and give it --svn-username it works fine. > > It would be good to find out if this is a bug with RBTools or if it is a > problem with the way we run our linux cluster and/or svn repo here. > > Thanks so much Griffin. > > On Friday, 10 April 2015 02:51:29 UTC+1, Griffin Myers wrote: > Hi Richard, > > Am I correct that "rbt diff" is prompting you for your svn password? If so, > then there is likely a bug in here. Do you have any better luck if you try: > > rbt diff --debug --svn-password <your password> 12192 12208 > > You might also need --svn-username, but it looks like it already has the > correct username for you. > > Thanks, > Griffin > > On Thursday, April 9, 2015 at 4:22:23 AM UTC-4, Richard Parks wrote: > Hi Griffin, > > Thanks for your help on this as well, here's the svn log: > > svn log -r 12192 -l 1 --xml > <?xml version="1.0" encoding="UTF-8"?> > <log> > Authentication realm: <http://mycompanysvnrepo:80> Subversion repositories > (mydepartment) > Password for 'myusername': > <logentry > revision="12192"> > <author>myusername</author> > <date>2015-04-02T13:17:52.412260Z</date> > <msg>My description of what I'm working on here</msg> > </logentry> > </log> > > > > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > <https://www.reviewboard.org/powerpack/> > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ <https://rbcommons.com/> > Happy user? Let us know! https://www.reviewboard.org/users/ > <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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
