Problem with uploading consecutive diffs with updates

2012-05-02 Thread Robert Dailey
So I'm using Perforce and I upload my initial reviews (as well as follow up changes and updates) using this command. Note that this is a "Custom Tool" in P4V: %C --server=http://reviewboard.company.com --p4-client=$c --p4-port=$p --username=user --password=password %C is the changelist number in

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-02 Thread Christian Hammond
The Project Name is the "foo" in "foo.git". The owner field would be the account owning the repo. So, github.com/foo/bar.git would use "foo" as the owner and "bar" as the project. Christian On May 2, 2012, at 10:03, Can Özmen wrote: > Hi Christian & Dan, > > I'm on 1.6.6 and trying to set u

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-02 Thread Can Özmen
Hi Christian & Dan, I'm on 1.6.6 and trying to set up a Private Org. Repo on Github. I've got an API token via the web interface. I've generated a key pair and uploaded the public part as a deploy key to the repo I want to connect to ((RB asked me to confirm the host afterwards)). But I'm gett

Re: Review Board 1.6.6 released

2012-05-02 Thread Can Özmen
Hey, I did Option B and I'm now on 1.6.6. Great :-) Thanks for the help. That was quick. I really appreciate it. P.S. rb-site died on me complaining about not finding libreadline5.so even when libreadline6 was installed. But I was logged in as bitnami and the bitnami environment was not loaded

Re: Review Board 1.6.6 released

2012-05-02 Thread victoria
On Wed, May 2, 2012 at 1:36 PM, Can Özmen wrote: > Hello, > > I was able to install 1.6.6 with the -U option. Both the .egg and rb-site > script seems to be updated correctly. > > I then had to install libreadline5 via apt-get to get rb-site working. > > But rb-site still fails with: >   pkg_resou

Re: Post Review script fails to submit SVN deleted files

2012-05-02 Thread xiangfeng shen
Hi, You can use svn diff to generate diff file. such as: svn diff > text.diff Then login Review Board and click "ew Review Request" by add the Repository and text.diff file. regards. carl shen 2012/5/1 David Virtser > Hi, > > When I try to run manually post review script in order to submit a n

Re: Review Board 1.6.6 released

2012-05-02 Thread Can Özmen
Hello, I was able to install 1.6.6 with the -U option. Both the .egg and rb-site script seems to be updated correctly. I then had to install libreadline5 via apt-get to get rb-site working. But rb-site still fails with: pkg_resources.DistributionNotFound: ReviewBoard==1.6.6 Is there way to s

Re: Review Board Bitnami stack blog post

2012-05-02 Thread victoria
On Apr 1, 3:22 pm, Jim Priest wrote: > I'm doing a presentation of Review Board at an upcoming development > conference and was tinkering around with Review Board on Bitnami. > > The installation process was very easy - hopefully this will open the door > to more Review Board users who were inti

Re: Review Board 1.6.6 released

2012-05-02 Thread victoria
On May 1, 7:11 pm, Can Özmen wrote: > Thank you Victoria, > > easy_install could only find 1.6.5 from Bitnami's repo the last I checked. > I'll wait a few days more I guess. > Hi, With easy_install you should download ReviewBoard from the official repository. I tested the steps on my side and