Fwd: how to add svn repository to review board

2009-07-28 Thread cracklinux crack
Hi, Thanks for your reply. But don't have DNS server so how can i do providing WAN or LAN ip and already we are using svn on top we want it. but iam able to access fields available on front page add repository field also iam able to access and add but after going to dash board at bottom it shows L

Re: No module named crypt

2009-07-28 Thread neil
Done= issue 1244 http://code.google.com/p/reviewboard/issues/detail?id=1244 On Jul 29, 1:57 pm, Christian Hammond wrote: > No, it's not. We should fix this so it's only imported as needed. > > Would you mind filing a bug? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Bo

Re: No module named crypt

2009-07-28 Thread Christian Hammond
No, it's not. We should fix this so it's only imported as needed. Would you mind filing a bug? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Jul 28, 2009 at 6:40 PM, neil wrote: > > Great thanks.

Re: No module named crypt

2009-07-28 Thread neil
Great thanks. Commented out import crypt in reviewboard/accounts/backends.py I then get error about import nis in the same file Commented that out and appears to work OK Is commenting out the nis likely to break something? On Jul 29, 1:05 pm, Dan Savilonis wrote: > crypt is only available in

Re: No module named crypt

2009-07-28 Thread Dan Savilonis
crypt is only available in unix versions of python. Perhaps no one has tried using LDAP on a Windows install. This module isn't needed for for LDAP, so you could try removing the import from backends.py to verify whether you can set up LDAP authentication. Dan On Jul 28, 6:43 pm, neil wrote: >

Re: No module named crypt

2009-07-28 Thread neil
The win32 installer for 2.5 does not appear to include crypt On Jul 28, 5:40 pm, Christian Hammond wrote: > Where did you install Python from? It should be part of Python. The Python > 2.5 or 2.6 installer from python.org includes it. > > Christian > > -- > Christian Hammond - chip...@chipx86.co

Re: email not working

2009-07-28 Thread Christian Hammond
Hi Chris, I meant more that the configuration of the mail server may disallow e-mails with certain conditions (using a person's e-mail as the From: address without originating from their client, for instance). Some mail servers have caused problems like this in the past, though I don't know the so

Re: Sourcegear Vault

2009-07-28 Thread Christian Hammond
There are some threads on the mailing list about doing this, but they're not exactly step-by-step tutorials. The best reference right now is the scmtools/*.py files. Basically, you'll create a subclass of SCMTool that does the following: 1) Grabs a file from a repository, given a file path and re

Re: Setting up a Mercurial Repository

2009-07-28 Thread Sebastien Douche
On Tue, Jul 28, 2009 at 22:05, Christian Hammond wrote: > First thing to check is that you have the mercurial Python bindings. This > will fail if you don't. Hi Christian Python bindings? Mercurial *is* written with Python :). Only needs to install Mercurial (on the same Python of course). --

Re: Setting up a Mercurial Repository

2009-07-28 Thread Sebastien Douche
On Tue, Jul 28, 2009 at 12:29, Clemens Ballarin wrote: >> I tried the following settings Hi Clemens >   Name: TestServer >   Path: /public/TestServer/.hg Wrong :). Try this: Name: TestServer Path: /public/TestServer/ > This doesn't seem to work.  When I click on "New Review Request" all I > ge

Re: Sourcegear Vault

2009-07-28 Thread schuijo
I couldn't locate a Python API for Vault, but they do have a command line tool. Is there a document or thread detailing how to implement the interface? Thanks! On Jul 28, 3:00 pm, Christian Hammond wrote: > Not to my knowledge. Some have talked about wanting it, but I don't know if > anyone's

Re: Setting up a Mercurial Repository

2009-07-28 Thread Christian Hammond
Hi, It sounds like probably we're missing a tool. We're going to be better about errors for this in the next release :) First thing to check is that you have the mercurial Python bindings. This will fail if you don't. You can get better debug information by modifying your site's conf/settings_lo

Re: Sourcegear Vault

2009-07-28 Thread Christian Hammond
Not to my knowledge. Some have talked about wanting it, but I don't know if anyone's working on it. If you'd like to work on it, we'll provide guidance. The only real requirement is that there's a command line tool or Python API for grabbing a file from a remote server. Everything else can be done

Re: how to add svn repository to review board

2009-07-28 Thread Christian Hammond
Hi, The ServerName is configured as review.ocv.com, but you're trying to go to http://192.168.2.21/svn/review-board/review.ocv.com/, which is wrong. You should be using http://review.ocv.com (assuming it's set up in DNS as well). As for the repository for the SVN server, you need a full URL, not

Sourcegear Vault

2009-07-28 Thread schuijo
Is anyone working on support for Sourcegear's Vault? Thanks! --~--~-~--~~~---~--~~ 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

Re: About post-review and mercurial

2009-07-28 Thread frankabel
You are right Dan, post-review script isn't working. I really don't need it cause I'm working with mercurial and postreview extension, but I have a pretty standard setup(ubuntu 9.04 and so on) so if you want take me to debug I will do what you need to get the problem solved. Cheers Frank Abel On

Setting up a Mercurial Repository

2009-07-28 Thread Clemens Ballarin
Hi all, I'm new to review board and this mailing list. I try to set up review board for an existing local mercurial repository. Unfortunately, the manual is very silent about mercurial, so I did not get very far (but I managed to set up a CVS repository, so the review board installation

how to add svn repository to review board

2009-07-28 Thread cracklinux crack
hi , i have problem with review board on centos 5.3 with svn $rb-site install /svn/review/review.ocv.com Domain Name: review.ocv.com Root Path [/]: /svn/review-board/ Media URL [media/]: (1) mysql Database Type: 1 Database Name [reviewboard]: reviewboard Database Server [localhost]: localhos

Re: Post-review report script erro

2009-07-28 Thread Steve
Thanks. i had download the new version. This problem had solved. thanks. On Jul 28, 3:25 pm, Christian Hammond wrote: > If you grab the latest nightly for RBTools > (http://downloads.review-board.org/nightlies/), I believe this is fixed. > > Christian > > -- > Christian Hammond - chip...@chipx8

Re: Post-review report script erro

2009-07-28 Thread Christian Hammond
If you grab the latest nightly for RBTools ( http://downloads.review-board.org/nightlies/), I believe this is fixed. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Jul 28, 2009 at 12:15 AM, Steve wro

Post-review report script erro

2009-07-28 Thread Steve
Hi All When i use post-review post my code review quest to review board. there have some error as follow: == D:\Tools\Review Board Set>post-review 237965 --server=http://it:8002/ sa/ -- username=steve --password=XXX --summary=Test --descript