Re: RGB Networks loves Review Board!

2009-06-04 Thread Christian Hammond
Thanks! I added you guys to the list. I hope the description was okay.

If you guys would like to provide a testimonial, I can add that too, but
it's very optional :)

Christian

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


On Wed, Jun 3, 2009 at 5:54 PM, Cong Do c...@rgbnetworks.com wrote:

  You can go ahead and add our name!

 Cong.

 


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



give up with subversion

2009-06-04 Thread sailor...@gmail.com

I tried a couple of days on FC4, but I still can not let reviewboard
work for subversion repository.
The main reason is pysvn.
1. Try to install reviewboard on fc9, all dependency have no problem,
while do not know why reviewboard always fail with permission issue.
try it on FC4, with another whole day's install, all dependency and
reviewboard work except subversion since pysvn is missed. yum install
pysvn do not work.

2. since the FC4's default svn version 1.1.4, I need install pysvn-
extension-1.2.0
there are no rpm or tarball for 1.2.0, I check it out from svn branch.
When I try to compile pysvn-extension, found it need PYCXX_5_3_3.

3. Go to pycxx site, found there is no PYCXX_5_3_3, then I decide to
try the next version PYCXX_5_3_4 and success to install.

4. install pysvn-extension-1.2.0
#python setup.py configure --pycxx-dir=/usr/include/python2.4/CXX --
apr-inc-dir=/usr/local/apr/include/apr-1
Fail to compile due to cxx.o
Do not find way to build this pyCxx.o, give up

5. Try to upgrade svn to 1.6.x, found its dependency apr is conflict
with apache.

6. Till now, 4 days passed, I give up and decide to only let
reviewboard work with cvs though company decide to switch to svn
recently.

That is my failure story.
Maybe it is because of my poor Linux experience, but really
reviewboard is hard to setup for me.

I guess if someone can provide some simple way to install, it will
help reviewboard is used by more guys.Maybe, specific versoin linux
distribution with necessary install component and one script to
install all dependency should be good for normal linux user.

Anyway, as a free software, reviewboard bring a few significant
productivity for software programmer, I can not ask for more.

Thanks all guys involved on reviewboard.
I may try it out future.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: give up with subversion

2009-06-04 Thread Chris Clark

sailor...@gmail.com wrote:
 I tried a couple of days on FC4, but I still can not let reviewboard
 work for subversion repository.
 The main reason is pysvn..
 I guess if someone can provide some simple way to install, it will
 help reviewboard is used by more guys.Maybe, specific versoin linux
 distribution with necessary install component and one script to
 install all dependency should be good for normal linux user.
   

I'm not an FC user so I can't comment on it. I had great success with 
the LTS Server version of Ubuntu. Just a bunch of apt calls. The wiki 
does have some mention on this I think.

However this could be an opportunity for some enterprising person to 
offer (fee base) ReviewBoard hosting.

Chris


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



Can not view the DIFF - ERROR

2009-06-04 Thread kunjal.par...@gmail.com

Hello,

In the review board, for any review, When I click VIEW DIFF, I get
below error.
How to fix this?

try deleting old users with 'user -d'. icense count: 737 users used of
737 licensed.

Traceback (most recent call last):
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/views.py, line 82, in view_diff
files = get_diff_files(diffset, None, interdiffset, highlighting)
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/diffutils.py, line 561, in get_diff_files
enable_syntax_highlighting)
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/diffutils.py, line 500, in generate_files
lambda: get_chunks(filediff.diffset,
  File /usr/local/lib64/python2.5/site-packages/djblets/util/
misc.py, line 47, in cache_memoize
data = lookup_callable()
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/diffutils.py, line 503, in lambda
enable_syntax_highlighting))
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/diffutils.py, line 297, in get_chunks
old = get_original_file(filediff)
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/diffutils.py, line 208, in get_original_file
return cache_memoize(key, lambda: [tool.get_file(file, revision)])
[0]
  File /usr/local/lib64/python2.5/site-packages/djblets/util/
misc.py, line 47, in cache_memoize
data = lookup_callable()
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
diffviewer/diffutils.py, line 208, in lambda
return cache_memoize(key, lambda: [tool.get_file(file, revision)])
[0]
  File /usr/local/lib64/python2.5/site-packages/reviewboard/scmtools/
perforce.py, line 89, in get_file
raise P4Error('\n'.join(line[1:] for line in error[1:]))
P4Error: ry deleting old users with 'user -d'.
icense count: 737 users used of 737 licensed.


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



Re: Mail features

2009-06-04 Thread Vesterbaek

 You can go ahead and join groups with this method and still not
 receive emails. We only email people individually if there is no
 mailing list associated with the group. People can join the group but
 not the mailing list and shouldn't see the emails.

We do not have an internal mailing list system, only lotus notes
(sigh) groups which are created by the it-department. These are quite
static and not something the individual users can change. I would
therefore find it useful that users can configure this in review-
board.

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



Re: Using rss feeds instead of emails

2009-06-04 Thread Vesterbaek

As an alternative to sending out emails, which we are discussing in
another thered, I'd like to give this post a bump. Any inputs,
thoughts?

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



Re: Using rss feeds instead of emails

2009-06-04 Thread Christian Hammond
It's possible to do. Someone would need to write that code. I would see it
as being pretty much an RSS view of the review request page.

Christian

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


On Thu, Jun 4, 2009 at 11:11 AM, Vesterbaek vesterb...@gmail.com wrote:


 As an alternative to sending out emails, which we are discussing in
 another thered, I'd like to give this post a bump. Any inputs,
 thoughts?

 -- Jeppe
 


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



Re: Can not view the DIFF - ERROR

2009-06-04 Thread Christian Hammond
It looks like your Perforce server has used up its maximum user seat count
for the license. You'll need to use either an existing user or extend your
license. This is beyond Review Board, and you'll need to talk to your
Perforce administrator.

Christian

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


On Thu, Jun 4, 2009 at 9:34 AM, kunjal.par...@gmail.com 
kunjal.par...@gmail.com wrote:


 Hello,

 In the review board, for any review, When I click VIEW DIFF, I get
 below error.
 How to fix this?

 try deleting old users with 'user -d'. icense count: 737 users used of
 737 licensed.

 Traceback (most recent call last):
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/views.py, line 82, in view_diff
files = get_diff_files(diffset, None, interdiffset, highlighting)
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/diffutils.py, line 561, in get_diff_files
enable_syntax_highlighting)
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/diffutils.py, line 500, in generate_files
lambda: get_chunks(filediff.diffset,
  File /usr/local/lib64/python2.5/site-packages/djblets/util/
 misc.py, line 47, in cache_memoize
data = lookup_callable()
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/diffutils.py, line 503, in lambda
enable_syntax_highlighting))
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/diffutils.py, line 297, in get_chunks
old = get_original_file(filediff)
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/diffutils.py, line 208, in get_original_file
return cache_memoize(key, lambda: [tool.get_file(file, revision)])
 [0]
  File /usr/local/lib64/python2.5/site-packages/djblets/util/
 misc.py, line 47, in cache_memoize
data = lookup_callable()
  File /usr/local/lib64/python2.5/site-packages/reviewboard/
 diffviewer/diffutils.py, line 208, in lambda
return cache_memoize(key, lambda: [tool.get_file(file, revision)])
 [0]
  File /usr/local/lib64/python2.5/site-packages/reviewboard/scmtools/
 perforce.py, line 89, in get_file
raise P4Error('\n'.join(line[1:] for line in error[1:]))
 P4Error: ry deleting old users with 'user -d'.
 icense count: 737 users used of 737 licensed.


 


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



Re: give up with subversion

2009-06-04 Thread Christian Hammond
Hi,

Sorry you're having trouble installing Review Board. Like any Linux
application or web service, the install experience can be easy or hard
depending on which distribution you're trying to install it on.

FC4 is quite old, which is why you're hitting these issues. It doesn't
surprise me that its dependencies aren't available. I don't understand what
you were seeing with FC9, so I can't help there until I know more.

If you could show me the errors you're seeing for compiles, I may be able to
offer some advice.

It looks to me that your version of SVN is just too old for pysvn. This goes
back to FC4 being too old. I think you'll need a more recent distribution.

If you're in complete control of which distribution to install, I know for
sure that the install is easy on Ubuntu, and would recommend that for the
best experience.

Christian

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


On Thu, Jun 4, 2009 at 7:39 AM, sailor...@gmail.com sailor...@gmail.comwrote:


 I tried a couple of days on FC4, but I still can not let reviewboard
 work for subversion repository.
 The main reason is pysvn.
 1. Try to install reviewboard on fc9, all dependency have no problem,
 while do not know why reviewboard always fail with permission issue.
 try it on FC4, with another whole day's install, all dependency and
 reviewboard work except subversion since pysvn is missed. yum install
 pysvn do not work.

 2. since the FC4's default svn version 1.1.4, I need install pysvn-
 extension-1.2.0
 there are no rpm or tarball for 1.2.0, I check it out from svn branch.
 When I try to compile pysvn-extension, found it need PYCXX_5_3_3.

 3. Go to pycxx site, found there is no PYCXX_5_3_3, then I decide to
 try the next version PYCXX_5_3_4 and success to install.

 4. install pysvn-extension-1.2.0
 #python setup.py configure --pycxx-dir=/usr/include/python2.4/CXX --
 apr-inc-dir=/usr/local/apr/include/apr-1
 Fail to compile due to cxx.o
 Do not find way to build this pyCxx.o, give up

 5. Try to upgrade svn to 1.6.x, found its dependency apr is conflict
 with apache.

 6. Till now, 4 days passed, I give up and decide to only let
 reviewboard work with cvs though company decide to switch to svn
 recently.

 That is my failure story.
 Maybe it is because of my poor Linux experience, but really
 reviewboard is hard to setup for me.

 I guess if someone can provide some simple way to install, it will
 help reviewboard is used by more guys.Maybe, specific versoin linux
 distribution with necessary install component and one script to
 install all dependency should be good for normal linux user.

 Anyway, as a free software, reviewboard bring a few significant
 productivity for software programmer, I can not ask for more.

 Thanks all guys involved on reviewboard.
 I may try it out future.
 


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



Re: give up with subversion

2009-06-04 Thread Christian Hammond
On Thu, Jun 4, 2009 at 8:55 AM, Chris Clark chris.cl...@ingres.com wrote:


 sailor...@gmail.com wrote:
  I tried a couple of days on FC4, but I still can not let reviewboard
  work for subversion repository.
  The main reason is pysvn..
  I guess if someone can provide some simple way to install, it will
  help reviewboard is used by more guys.Maybe, specific versoin linux
  distribution with necessary install component and one script to
  install all dependency should be good for normal linux user.
 

 I'm not an FC user so I can't comment on it. I had great success with
 the LTS Server version of Ubuntu. Just a bunch of apt calls. The wiki
 does have some mention on this I think.

 However this could be an opportunity for some enterprising person to
 offer (fee base) ReviewBoard hosting.


It's an idea we're experimenting with. We just need to figure out what it
would cost us and whether enough people would pay for it (and what they'd
pay) to make it profitable or even self-sustainable.

Christian

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



Reviewboard API examples

2009-06-04 Thread James Turnbull

Hi all

Does anyone have examples of using the Reviewboard API?  Especially if
it's in Ruby... :)

I'm hoping some people have got some code I can steal/adapt rather
than write from scratch.  Google hasn't shown much up.

Thanks

James Turnbull
--~--~-~--~~~---~--~~
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 1146 in reviewboard: Provide option in my account to disable email notifications of the changes I make myself.

2009-06-04 Thread codesite-noreply

Updates:
Status: Duplicate
Mergedinto: 477

Comment #1 on issue 1146 by trowbrds: Provide option in my account to  
disable email notifications of the changes I make myself.
http://code.google.com/p/reviewboard/issues/detail?id=1146

(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 477 in reviewboard: Per reviewer email control

2009-06-04 Thread codesite-noreply


Comment #8 on issue 477 by trowbrds: Per reviewer email control
http://code.google.com/p/reviewboard/issues/detail?id=477

Issue 1146 has been merged into this issue.

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