Re: Problem : A repository was not found at the specified path.

2011-09-26 Thread Mathias Schnydrig
Hello, when I do an svn info I get: Path: . URL: svn://svnServer.local/.../trunk Repository Root: svn://svnServer.local/.../ Repository UUID: b802f934-c87b-436e-8b01-e42a254ff852 Revision: 1037 Node Kind: directory Schedule: normal Last Changed Author: user0 Last Changed Rev: 1037 Last Changed

Re: Upgrading database/site from 1.0 to 1.6.1

2011-09-26 Thread insysion
Hi Christian, Please find attached the console output when I try to upgrade my old site. As I said, if I tried to point a fresh 1.6.1 site at the supposedly upgraded database it claims that Manual server updates required Review Board. I think I'm going to trying dumping and loading the JSON

Re: Trouble uploading git diff file

2011-09-26 Thread Paul Lynch
This turned out to be due to a permissions error. Some of the files in the git repository were not readable by the webserver user. Once I fixed that, the upload to ReviewBoard worked fine. Thank you for your help, Christian! --Paul On Sep 23, 6:38 pm, Paul Lynch plynch...@gmail.com wrote:

JSON api get-review-request-by-changenum

2011-09-26 Thread jack jack
I am writing a wrapper to get the review-request by changenum. I wanted to know, does this json api call is still valid for RB server 1.6. http://www.reviewboard.org/docs/manual/1.5/webapi/1.0/reference/apicalls/get-review-request-by-changenum/ if not then please point me to the version where i

JSON api get-review-request-by-changenum

2011-09-26 Thread jack jack
I am writing a wrapper to get the review-request by changenum. I wanted to know, does this json api call is still valid for RB server 1.6. http://www.reviewboard.org/docs/manual/1.5/webapi/1.0/reference/apicalls/get-review-request-by-changenum/ if not then please point me to the version where i

Re: Review Board 1.5.1 viewdiff says could not resolve hostname.

2011-09-26 Thread vijay bhaskar
Hi Christian, I am able to perform svn checkout for another user (other than root) after adding http_proxy address and port in $~/.subversion/servers (users home directory/.subversion/servers) . I chown'd and given write permission to servers file. Still viewdiff is showing same error. Any other

Re: JSON api get-review-request-by-changenum

2011-09-26 Thread Christian Hammond
Hi Jack, No, that old API was removed. This will work, though: http://www.reviewboard.org/docs/manual/1.5/webapi/2.0/resources/review-request-list/ Basically, you can pass ?changenum= to get a list with that changenum (and you can also narrow down by repository and other criteria). Christian

Re: Review Board 1.5.1 viewdiff says could not resolve hostname.

2011-09-26 Thread Christian Hammond
Hi, What distro are you using? This thread might be helpful: http://old.nabble.com/Subversion-1.6-on-Fedora%3A-Cannot-resolve-hostname-td23547309.html Also, are you using Apache? Does your RB-generated config file have SetEnv HOME ... in it? Christian -- Christian Hammond -

Re: Upgrading database/site from 1.0 to 1.6.1

2011-09-26 Thread Christian Hammond
Hi, There are many different Manual Update pages. I need to know exactly what you're seeing. Can you attach it as an HTML page? Christian On Monday, September 26, 2011, insysion s.tai...@insysion.net wrote: Hi Christian, Please find attached the console output when I try to upgrade my old

changing backends Re: Upgrading database/site from 1.0 to 1.6.1

2011-09-26 Thread Chris Clark
Christian Hammond wrote: [RE changing backend databases] Unofficially, you can do the following: On the old site: rb-site manage /path/to/site dumpdata dbdump.json On the new: . loaddata dbdump.json There are no guarantees it'll work, but give it a try. Note: They will both need to be

Re: changing backends Re: Upgrading database/site from 1.0 to 1.6.1

2011-09-26 Thread Christian Hammond
On Mon, Sep 26, 2011 at 9:58 AM, Chris Clark chris.cl...@actian.com wrote: Christian Hammond wrote: [RE changing backend databases] Unofficially, you can do the following: On the old site: rb-site manage /path/to/site dumpdata dbdump.json On the new: . loaddata dbdump.json There are

Re: API LDAP Authentiaction

2011-09-26 Thread Jeff Ward
So, in lack of a response, I've moved my review board server in an attempt to fix this. I still can't host on a subdomain, but I'm now using root plus a port (in this case ). LDAP authentication still doesn't work with the API, and it looks like no query for authentication is being sent to

Re: Migrating from MySQL to PostgreSQL

2011-09-26 Thread Mark
I recently migrated our SQLite RB database to PostgreSQL. You probably have two options, first you could use rb-site manage . dumpdata however that didn't work for me (I think it was because our database was too big). I ended up having to create a new reviewboard instance, delete all the records

Re: JSON api get-review-request-by-changenum

2011-09-26 Thread jack jack
Thanks Christian, Could you please point me with sample code for the usage of these new webapi. On Mon, Sep 26, 2011 at 9:53 PM, Christian Hammond chip...@chipx86.comwrote: Hi Jack, No, that old API was removed. This will work, though:

Re: Post-review thinks CVS diff file is empty

2011-09-26 Thread Christian Hammond
Hi Matthew, It's entirely possible that that error is misleading. Looking at the code, it's possible that the same error code could be generated when there's also an unexpected error on Review Board's end. If you have access to the reviewboard server logs, look for a line starting with Error

Re: Post-review thinks CVS diff file is empty

2011-09-26 Thread Matthew
I appreciate the quick help. After enabling logging and running the commands again I get the output below. I notice the absolute module reference points into the cvs repository. After checking in the repository, there is no Version.java, although there is Version.java,v. I don't know if it's

Re: Post-review thinks CVS diff file is empty

2011-09-26 Thread Christian Hammond
Hi Matthew, So I've seen this issue mentioned before with Review Board, but also with CVS in general. It's possible it's us. Can you perhaps privately e-mail me with the Path and Mirror Path field info on your Repository entry? Here's a link to someone who's hit it with just plain ol' CVS and

post-review svn - Your review request still exists, but the diff is not attached

2011-09-26 Thread Nelson Jones
I am using svn. I got Your review request still exists, but the diff is not attached when I issue post-review. I have two repositories. repository1 for cvs and repository2 for svn. For some reason, it always trying to create request on repository1 and not repository2. What do I do to make

How to retrive the subversion's check in list from reviewboard when create a new request?

2011-09-26 Thread James Tang
Hi, I'm new to reviewboard, and I build a reviewboard server on my host. Can you tell me how to retrive the subversion's check in list when I create a new request? Does the post-review tools necessary? I committed my source code with visual studio. Thanks. -- Want to help the Review Board

Re: post-review svn - Your review request still exists, but the diff is not attached

2011-09-26 Thread Nelson Jones
I deleted repository1. But post-review will still attempt to create review request on repository1. On Sep 26, 10:28 pm, Nelson Jones huawen@gmail.com wrote: I am using svn. I got Your review request still exists, but the diff is not attached  when I issue post-review. I have two

Re: post-review svn - Your review request still exists, but the diff is not attached

2011-09-26 Thread Christian Hammond
What do you have in your .reviewboardrc file? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Sep 26, 2011 at 8:22 PM, Nelson Jones huawen@gmail.com wrote: I deleted repository1. But post-review

RBTools 0.3.4 released

2011-09-26 Thread Christian Hammond
Hey everyone, RBTools 0.3.4 is released. It's a small bug fix release, which may be useful to those using Git, RBCommons, or Python 2.7. See http://www.reviewboard.org/news/2011/09/26/rbtools-034-released/ for more information. Christian -- Christian Hammond - chip...@chipx86.com Review Board

Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-26 Thread James Tang
I run post-review in command line in Windows, below is the result: C:\Users\XXXpost-review -d RBTools 0.3.3 Home = C:\Users\Tang\AppData\Roaming The current directory does not contain a checkout from a supported source code repository. It seems post-review will search the user data folder for

Re: Issue 2304 in reviewboard: [Page not found] after upgrade to 1.6.1

2011-09-26 Thread reviewboard
Comment #6 on issue 2304 by eddiehor...@gmail.com: [Page not found] after upgrade to 1.6.1 http://code.google.com/p/reviewboard/issues/detail?id=2304 I think the problem is not in 1.6.1 but possibly in Django 1.3.1. I started a new installation of Reviewboard 1.6 on a new ubuntu host,

Re: Issue 2306 in reviewboard: No tracking for who closes/submitted reviews

2011-09-26 Thread reviewboard
Updates: Status: Confirmed Labels: -Type-Defect Type-Enhancement Milestone-Release1.7 Component-Reviews Comment #1 on issue 2306 by chip...@gmail.com: No tracking for who closes/submitted reviews http://code.google.com/p/reviewboard/issues/detail?id=2306 Only admins can close it,