Using an external ssh or cvs/svn commands

2011-02-16 Thread pete
Is there a way to configure reviewboard to use an EXTERNAL ssh command or EXTERNAL cvs/svn commands? I need to access cvs and svn servers using ssh, but the ssh connections are NOT on port 22 and they do NOT support public key authentication, instead they support Kerberos authentication.This m

Set the bug tracker url globally?

2010-08-11 Thread Pete C
Is there a way to set the bug tracker url in one place such as the site configuration rather than within each repository setting? cheers, Pete -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org

determine git commit sha1 id of last diff revision

2010-10-12 Thread Pete C
h post-review it would make it much easier. I can always stick revision 'b' into the description and then parse it out of the description for subsequent diff revisions but then it will only work for reviews posted with my tool and not for reviews posted directly with post-review. Cheers,

Re: determine git commit sha1 id of last diff revision

2010-10-13 Thread Pete C
x27;b' sha1 id from the REST api I could automate determining the revision-range so you only have to do: post-review -r 455 Cheers, Pete On Oct 12, 6:39 pm, Stephen Gallagher wrote: > On Oct 12, 1:17 pm, Pete C wrote: > > > After posting a review #455 for a particular branc

Using SVN Protocol

2016-11-21 Thread Pete Singleton
won't let me add the same repository from the Admin page. Thanks, Pete -- 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.review

Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
It was PySVN (specified on the installation instructions). On Monday, 21 November 2016 17:19:02 UTC, David Trowbridge wrote: > > Pete, > > That definitely should be working. Did you set up your installation using > PySVN or subvertpy? We've had issues with the latter. > &

Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
same ones that work from the command line and are valid SVN users. Pete On Monday, 21 November 2016 17:17:56 UTC, Pete Singleton wrote: > > Is it possible to use the SVN:// protocol with RB? I am receiving an > error when entering the repository URL ("A repository was not found

Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
Hi, I don't believe so no. (I'd need to check with our sysadmin guys but I'm pretty sure there's nothing else). I've been reading a few other posts on here, and we have SELinux enabled on the ReviewBoard VM, could this be a problem? Pete On 22 November 2016 at 09:35,

Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
Ok, that was the problem - we have set SELinux to 'permissive' and I can now add the repository. Thanks! Pete On Tuesday, 22 November 2016 09:44:19 UTC, Christian Hammond wrote: > > Hi Pete, > > It's very likely SELinux. You can verify by temporarily turning it off a

Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
t.log' as well) and paste the results > here. I'll interpret it and see whether: > 1) It can be fixed by setting an SELinux Boolean or > 2) It should be fixed by extending the SELinux policy shipped in the > distribution. > On Tue, Nov 22, 2016 at 5:06 AM Pete Singleton >