Re: Merging/combining two Reviewboard servers together

2021-01-20 Thread Rob Petti
; To unsubscribe from this group and all its topics, send an email to > reviewboard+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/CAE7Vnd%3D8027iQff1GFnQgxYNHN5Jog_AbeMVzhzwHcyZvJ7u7w%40mail.gmail.com > <https://groups.

Re: Cannot load commits from hgweb when using strange branch name

2020-02-12 Thread Rob Petti
.google.com/d/msgid/reviewboard/81cc588e-c12d-4ff5-a76b-466603cbc942%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/81cc588e-c12d-4ff5-a76b-466603cbc942%40googlegroups.com?utm_medium=email_source=footer> > . > -- <https://about.me/robpetti?promo=email_sig_s

Cannot load commits from hgweb when using strange branch name

2020-02-04 Thread Rob Petti
Hi Folks, I'm currently running into the following issue when trying to view changes in a particular mercurial branch. No changes show up and no error message is visible in the UI. The server log dumps this out: 2020-02-04 15:47:22,688 - ERROR - - root - Cannot load commits from hgweb:

Re: "There was an error displaying this diff" when diffing a file that contains a "#" in the filename.

2019-08-27 Thread Rob Petti
return cb(normpath, normrev) If this makes sense, should I open a review with my proposed changes? On Thursday, 22 August 2019 13:34:16 UTC-6, Rob Petti wrote: > > Hi Folks, > > We're having an issue with one of our SVN repositories right now. It > appears almost a

"There was an error displaying this diff" when diffing a file that contains a "#" in the filename.

2019-08-22 Thread Rob Petti
Hi Folks, We're having an issue with one of our SVN repositories right now. It appears almost as if ReviewBoard can't handle files that contain "#" in their names. I've attached a screenshot of the error. Of particular note is that the error seems to suggest that it's truncating the filename

Re: "Unrecognized URL scheme" for http SVN urls

2018-02-01 Thread Rob Petti
subversion to the version provided by the distribution, recompiled pysvn, and everything appears to be working fine now! Thanks for the help! Telling me that it was an error directly from libsvn was enough to set me on the right track. :) ~Rob On Thu, Feb 1, 2018 at 10:45 AM, Rob Petti <rob.pe...@gma

Re: "Unrecognized URL scheme" for http SVN urls

2018-02-01 Thread Rob Petti
en > check the resulting diff for the run-tests.js file. I need the "---", > "+++", and "Index:" lines for that entry. > > Christian > > On Tue, Jan 30, 2018 at 9:41 PM, Rob Petti <rob@gmail.com > > wrote: > >> Hi Christia

"Unrecognized URL scheme" for http SVN urls

2018-01-30 Thread Rob Petti
Hi there, I'm currently using ReviewBoard 2.5.16, and we're running into issues using it with http svn urls. Any time we try to post reviews we get this error back: Unrecognized URL scheme for 'http://10.XX.XX.XX:89/svn/ourproject/16.4.0/run-tests.js' (HTTP 400, API Error 224) I already

Re: Long lines get cut off in diff view

2017-11-24 Thread Rob Petti
ue, but it was non-obvious last time. > > What I did find was resizing the window would trigger a relayout, > resolving the problem. I’d be curious if this works around the issue for > you. > > Christian > > > > On Thu, Nov 23, 2017 at 16:24 Rob Petti <ro

Re: Long lines get cut off in diff view

2017-11-23 Thread Rob Petti
u try re-attaching? > > Christian > > > On Thu, Nov 23, 2017 at 10:09 Rob Petti <rob.pe...@gmail.com> wrote: > >> Hi all, >> >> One of my users is having a strange issue with the diff viewer in >> ReviewBoard 2.5.16. When long lines wrap, part of the text near

Long lines get cut off in diff view

2017-11-23 Thread Rob Petti
Hi all, One of my users is having a strange issue with the diff viewer in ReviewBoard 2.5.16. When long lines wrap, part of the text near the edge of the view gets cut off. They claim it happens in Chrome 62 and Firefox 57, but I was only able to reproduce the problem in IE 11. Any ideas on

Re: error: Setup script exited with error in cryptography setup command: Invalid environment marker: python_version < '3'

2017-11-05 Thread Rob Petti
I just ran into this as well... Thankfully, I managed to fix it by updating to the latest setuptools using pip: pip install -U setuptools ~Rob On Sunday, 29 October 2017 01:18:46 UTC-6, Gabriel Ganam wrote: > > Help :) > > I'm trying to upgrade from 2.5.7 to 2.5.16, and when I ran the command: