Important changes for Djblets and Review Board SVN

2009-07-29 Thread Christian Hammond
Hi everyone,

Tonight we moved Djblets SVN over to Git, and this will impact users who are
using or developing against Review Board SVN. You'll need to make some
changes to your tree to get things working again.

Information on this change, and how to update your tree, is up on
http://review-board.org/news/2009/07/29/djblets-svn-has-moved/

Right now, http://reviews.review-board.org/ isn't set up to work with this
new tree, but we'll get that working soon.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



improvements

2009-07-29 Thread gbjbaanb

Hi everyone.

I'm a very new user of ReviewBoard, I've just set it up, and as you
asked for information on how I intend to use it, and suggestion for
improvement... I'd thought I'd post now while my initial thoughts are
still fresh.

So far... I've got it set up and it looks good, there were a few pains
getting going though:

1. in my setup, I only have a single DNS entry for the webserver. I'm
using it in a corporate environment, and I don't want to set up a new
box just for RB, so I thought I'd install it on the existing web
server (which runs a few other development-related sites such as
mantis). Unfortunately the installer assumes that it will be running
as a vhost, and takes over the entire web on port 80. If this could be
changed to a directory instead of a vhost, I think that would be a
good improvement to make. Currently I have it running on a different
port, as I cannot affect the other sites (and I'm not too hot on
mod_python requirements)

2. When installing, the dependancy on PyLucene made me decide not to
bother with search :) Would it be a good idea to try using Clucene
instead as it might be easier to get installed, and possibly faster/
efficient to run?

3. When I installed it, I immediately had a 'taking a nap' error.
Looking at the logs showed a problem with the python egg cache.
Setting the environment variable inside the vhost directive fixed
this, but it was an annoyance that it didn't work out of the box.
Also, the error message could be worded better, 'taking a nap'
suggests a delay, not a fatal error!

4. LDAP support. I access active directory from a linux box, no
problem with that except that the corporate AD doesn't allow anonymous
reads. Most other sites I use from my linux server (eg wikipedia,
mantis) allow you to set a ldap proxy user to connect with. That user
then attempts to search for the user specified and logs you in. I
couldn't see any option for this in the web UI, is it supported?

5. As a guide, would it be possible to automatically generate review
requests from a (in my case) subversion commit? Is there any way to
generate a diff and post it to RB in a post-commit hook? For example,
when committing in svn, I have a hook set up to post data to Mantis
using curl if certain requirements are met, this allows me to
automatically close bugs. It would be great if I could do something
similar with RB.

Anyway, I'm going to play some more, thanks for all your hard work.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



Stripping comments from patches -- not so good

2009-07-29 Thread joyjit

When one submits a patch file (in unified diff format), reviewboard
seems to throw away the comments that are embedded in the patch file.
This is not good.

It would be nice to have reviewboard accept those comments and add it
to the Description field.

And it would also be nice for reviewboard to preserve the patch in its
entirety when one chooses Download Diff from the web gui..

Thanks
Joyjit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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 1239 in reviewboard: Error 500 when New review request

2009-07-29 Thread codesite-noreply


Comment #7 on issue 1239 by chinbillybilbo: Error 500 when New review  
request
http://code.google.com/p/reviewboard/issues/detail?id=1239

Different bug, but same thread: I'm not sure why this is here:

 try:
 hostname, port = repository_path.split(:)
 info = socket.gethostbyaddr(hostname)
 repository_path = %s:%s % (info[0], port)
 except (socket.gaierror, socket.herror):
 pass

But the p4 server name is different to the host (not sure why). P4PORT is
A.company.local but gethostbyaddr returns B.company.local, which is not  
what is
registered in RB. The above code does not work.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1239 in reviewboard: Error 500 when New review request

2009-07-29 Thread codesite-noreply


Comment #8 on issue 1239 by xukaiV: Error 500 when New review request
http://code.google.com/p/reviewboard/issues/detail?id=1239

I finally find the solution, I looked the Linux install instruction, and  
find that it
needs pysvn, so I installed the pysvn, and the issus is solved !

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1245 in reviewboard: Can not load CSS, js and other media files

2009-07-29 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #1 on issue 1245 by chipx86: Can not load CSS, js and other media  
files
http://code.google.com/p/reviewboard/issues/detail?id=1245

Is this a brand new install? And did you run rb-site install?

Was this installed in a dedicated subdomain, or a subdirectory?

Can you provide your Apache config file?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 100 in reviewboard: Allow for reviews based on an existing committed revision in the web UI

2009-07-29 Thread codesite-noreply


Comment #17 on issue 100 by cybrocop: Allow for reviews based on an  
existing committed revision in the web UI
http://code.google.com/p/reviewboard/issues/detail?id=100

I would like to also comment that this feature would be VERY useful for us.

The post-review process is cumbersome and requires all developers to have  
python
installed on their machines and another script to maintain/update.

Instead of drop down boxes the user should simply type-in the revision  
number. This
is both simple to implement and more useful if there are too many revisions.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1246 in reviewboard: Last Updated column always shows same timestamp as Diff Updated.

2009-07-29 Thread codesite-noreply

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

New issue 1246 by josh.hamacher: Last Updated column always shows same  
timestamp as Diff Updated.
http://code.google.com/p/reviewboard/issues/detail?id=1246

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0

What's the URL of the page containing the problem?
Any user's dashboard.

What steps will reproduce the problem?
1. Set up the dashboard to show Diff Updated and Last Updated fields.
2. Create a review.
3. Wait several minutes.
4. Go into the review and edit the testing field, for example.
5. Refresh the dashboard.  Note how the Last Updated field still reflects
the same timestamp as Diff Updated despite the edit just made to the  
review.

What is the expected output? What do you see instead?
I'd expect Last Updated to show the time when any change was made to the
review, not just a diff update.  This was actually the behavior in 1.0
alpha 4 (and possibly newer releases, but that was the last one we used
before upgrading).

What operating system are you using? What browser?
N/A

Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1223 in reviewboard: The URL of this Review Board server should not be restricted

2009-07-29 Thread codesite-noreply

Updates:
Status: Confirmed
Labels: Milestone-Release1.1 EasyFix Component-Settings

Comment #1 on issue 1223 by chipx86: The URL of this Review Board server  
should not be restricted
http://code.google.com/p/reviewboard/issues/detail?id=1223

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1245 in reviewboard: Can not load CSS, js and other media files

2009-07-29 Thread codesite-noreply


Comment #2 on issue 1245 by xukaiV: Can not load CSS, js and other media  
files
http://code.google.com/p/reviewboard/issues/detail?id=1245

(No comment was entered for this change.)

Attachments:
apache-modpython.conf  1.2 KB
httpd.conf  17.6 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1245 in reviewboard: Can not load CSS, js and other media files

2009-07-29 Thread codesite-noreply


Comment #3 on issue 1245 by xukaiV: Can not load CSS, js and other media  
files
http://code.google.com/p/reviewboard/issues/detail?id=1245

Yes, this is a brand new install, and I have run the rb-site install. I  
attach the
config file, thank you very much :)

Attachments:
apache-modpython.conf  1.2 KB
httpd.conf  17.6 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---