Maintenance mode

2012-04-13 Thread Bart Celary
Hello RB users,

In my RB setup I am often faced with a situation when the SCM server for my 
repositories is having issues (e.g. problem accessing files, etc.). In this 
case I'd like to be able to disable the RB server and show some friendly 
message that the server is having problems. What's your way of dealing with 
this?

Thanks
Bart

-- 
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/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Can't seem to connect to pserver CVS repository

2012-04-13 Thread sagar
Using ReviewBoard version 1.6.5
 
I've tried the following:
 
*:pserver:user:pass@repo-url:/path/to/repo*
** 
*:pserver:user@repo-url:/path/to/repo*
** 
*:pserver:repo-url:/path/to/repo*
 
all with and without the username/password fields filled in.
 
I always get the error:
A repository was not found at the specified path.
 
I'm at a loss. Any ideas on what this could be? I can use the command line 
on the machine to go to the same repository and checkout stuff, using the 
same URIs, and username and password.

-- 
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/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

post-review not detecting repository type

2012-04-13 Thread jfiore
I have two respositories on my system, Perforce and SVN.

I can successfully use post-review to post a numbered changeset (pre-
commit) to ReviewBoard.

When I run:
post-review

from my SVN workspace, it attempts to build a patch from the P4
default changeset and finds no files.
(I have modified some files in my SVN workspace).

in my .reviewboardrc I have:
REVIEWBOARD_URL = http://myServer/reviews/;

I know it was looking for a P4 changeset because previously I had some
files in my default changeset, and it was generating a patch for those
files.

My SVN workspace is not a subdirectory of my P4 Client Root

My workspace is like:
workspace\p4\p4 tree here
workspace\SVN Project Workspace

p4 info yields for the Client Root:
absolute path omitted\workspace\p4\

I am on Windows 7 FWIW.

Any ideas?

-- 
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/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Issue 2571 in reviewboard: post-submit fails on Perforce 2012.1 Beta

2012-04-13 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2571 by gummywub...@gmail.com: post-submit fails on Perforce  
2012.1 Beta

http://code.google.com/p/reviewboard/issues/detail?id=2571

Throws a python exception trying to determine the server version.
From p4 info:
  Server version: P4D/DARWIN90X86_64/2012.1.BETA/411339 (2012/02/01)

I think it's not expecting the .BETA to be there at all.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2572 in reviewboard: post-submit doesn't work with Perforce SSL ports

2012-04-13 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2572 by gummywub...@gmail.com: post-submit doesn't work with  
Perforce SSL ports

http://code.google.com/p/reviewboard/issues/detail?id=2572

Perforce has introduced SSL in 2012.1 (search  
http://www.perforce.com/perforce/r12.1/user/relnotes.txt for SSL for  
specifics).


In short, you must prefix the portspec with ssl: -- this breaks the port  
split logic in perforce.py for RBTools.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.