post-review script

2010-09-05 Thread Josh Joy
Hi,

I'm able to install reviewboard and run the application. Though when I try
to execute the post-review script I receive the following error. Which
module do I need to install?

Traceback (most recent call last):
  File svn-hook-postcommit-review, line 69, in module
import svn.fs
ImportError: No module named svn.fs


http://github.com/reviewboard/reviewboard/raw/master/contrib/tools/svn-hook-postcommit-review


Thanks,
Josh

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

Re: post-review script

2010-09-05 Thread Christian Hammond
Hi Josh,

Make sure you have the 'svn' Python module. Note that this is different from
pysvn (I'm not sure why we don't use pysvn, but this is a third party
contribution).

The 'svn' module is from the actual Subversion guys, and your distro should
definitely have it. If you're running Debian or Ubuntu, you can install the
python-subversion package. I'm not sure about other distros. I'm not
seeing a package for it using easy_install.

Christian

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


On Sun, Sep 5, 2010 at 9:24 AM, Josh Joy joshjd...@gmail.com wrote:

 Hi,

 I'm able to install reviewboard and run the application. Though when I try
 to execute the post-review script I receive the following error. Which
 module do I need to install?

 Traceback (most recent call last):
   File svn-hook-postcommit-review, line 69, in module
 import svn.fs
 ImportError: No module named svn.fs



 http://github.com/reviewboard/reviewboard/raw/master/contrib/tools/svn-hook-postcommit-review


 Thanks,
 Josh

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

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

Re: RB integration with Redmine bug tracker

2010-09-05 Thread Chetan
Sorry forgot to add the actual link which i tried and not working.

As we have to just point to the issues when i give the link
http://xx.xx.x.xxx:xxx/issues/%s; in RB project bug tracker url it
only takes
http://xx.xx.x.xxx:xxx/;

Some urls are not takenwhat cud be the reason for this.


On Sep 6, 9:48 am, Chetan chetan@gmail.com wrote:
 Mr. Christian you are right... i was trying to post a new bug/
 defect/change_request.

 So how does linking help?

 One more problem is when i give http://xx.xx.x.xxx:xxx/projects/
 test_project/issues/%s in the bug url and click on SAVE it doesnt
 take the same link instead it changes to either http://
 xx.xx.x.xxx:xxx/projects/test_project/%s/issues/%s or http://
 xx.xx.x.xxx:xxx/projects/test_project

 Why is this problem occuring i cud not figure out.

 On Sep 3, 12:48 am, Thilo-Alexander Ginkel th...@ginkel.com wrote:



  On Thursday 02 September 2010 21:09:59 Christian Hammond wrote:

   I want to first make sure we're both clear on what you're trying to do and
   what you can do. Review Board can't post to bug trackers today. It's a way
   to link to existing bug trackers, so that if someone references an 
   existing
   filed bug in a review request, we can provide a handy link to it. In this
   case, to link, you'd probably want something like
  http://xx.xx.x.xxx:xxx/projects/test_project/issues/%s
   (where %s is the placeholder for the bug number).

  The bug URL for Redmine should read:
    http(s)://host:port/issues/%s

  [Assuming you installed Redmine in the root directory of the respective
  (virtual) host.]

  Regards,
  Thilo- Hide quoted text -

 - Show quoted text -

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


Re: Issue 1718 in reviewboard: DoesNotExist: Profile matching query does not exist.

2010-09-05 Thread reviewboard


Comment #3 on issue 1718 by Jan.Koprowski: DoesNotExist: Profile matching  
query does not exist.

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

Here is a patch: http://reviews.reviewboard.org/r/1717/

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



Re: Issue 1517 in reviewboard: Review Board needs a better error response when using short SHA1s with git diffs

2010-09-05 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 1517 by chipx86: Review Board needs a better error  
response when using short SHA1s with git diffs

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

Fixed on master (7eb6fcc)

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



Re: Issue 1564 in reviewboard: javascript error: Error: 'rows[...]' is null or not an object in diffviewer, prevents file diffs to be shown (spinning wheel)

2010-09-05 Thread reviewboard

Updates:
Labels: -Milestone-Release1.5 Milestone-Release1.5.x

Comment #3 on issue 1564 by chipx86: javascript error: Error: 'rows[...]'  
is null or not an object in diffviewer, prevents file diffs to be shown  
(spinning wheel)

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

Pushing out to 1.5.x.

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



Re: Issue 1540 in reviewboard: Add basic sanity checks to git repo URL mask checking

2010-09-05 Thread reviewboard

Updates:
Labels: -Milestone-Release1.5 Milestone-Release1.5.x

Comment #2 on issue 1540 by chipx86: Add basic sanity checks to git repo  
URL mask checking

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

Hoping to make this better in an early 1.5.x. For now, companies are  
waiting for a final release to upgrade, and while this UI and current  
validation isn't ideal, it doesn't really prevent people from using it.


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



Re: Issue 1718 in reviewboard: DoesNotExist: Profile matching query does not exist.

2010-09-05 Thread reviewboard

Updates:
Status: Confirmed
Owner: chipx86
	Labels: -Priority-Medium Priority-High Milestone-Release1.5  
Component-Reviews


Comment #4 on issue 1718 by chipx86: DoesNotExist: Profile matching query  
does not exist.

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

(No comment was entered for this change.)

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



Re: Issue 1718 in reviewboard: DoesNotExist: Profile matching query does not exist.

2010-09-05 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 1718 by chipx86: DoesNotExist: Profile matching query  
does not exist.

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

Fixed on master (37538ed)

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