Re: Failed to upgrade from 1.0.9 to 1.5

2011-01-11 Thread Terry Zhong
Hi Christian, Thanks for the reply. rb-site manage /var/reviewboard evolve -- --hint gives option error, however, I tried something else. The instance has been running for over 2 years, I don't know the exact version I install at first but I believe it's 0.9.x. It has been upgraded all the way to

Re: Failed to upgrade from 1.0.9 to 1.5

2011-01-11 Thread Christian Hammond
Hi Terry, Just for future reference, you specifically need the -- before the --hint. This tells rb-site to ignore the --hint and to instead pass it on to the evolve management command. What version of Django do you have running on there? Christian -- Christian Hammond - chip...@chipx86.com

Re: Failed to upgrade from 1.0.9 to 1.5

2011-01-11 Thread Christian Hammond
What I think is happening is that it's attempting to apply the database migration for lengthening the raw URL field's maximum size without having applied the addition of that field first. It's possible that this is due to some confusion in your database's migration history. Can you go to:

Re: Failed to upgrade from 1.0.9 to 1.5

2011-01-11 Thread Terry Zhong
Hi Christian, Your instinct is correct. I printed out the mutations in the evolve process, and find the faulting field 'raw_file_url' is 'AddField' in hinted version and 'ChangeField' in stored version. I don't know why this is happening but it seems that the evolve history contained an entry of

Question about postreview.py get_repository_info

2011-01-11 Thread Dan
Hi Here I have a problem with postreview.py when publish a review request, could anyone please have a look? My enviroment is Reviewboard 1.5.1 and SVN. I downloaded postreview.py from https://github.com/reviewboard/rbtools/blob/184334a7a5ddc24172ae2aa0364f13aabe037470/rbtools/postreview.py, and

Re: GIT Repository - Local vs Remote Setup

2011-01-11 Thread NicBinkley
thanks for the reply but something still isn't jiving with our setup. Installation information: ReviewBoard - version 1.5.1 GIT and GITWeb - version 1.7.0.4 We're using gitosis to control access to the repositories. Your example shows an http address for the path - does that mean that

Re: GIT Repository - Local vs Remote Setup

2011-01-11 Thread Christian Hammond
Hi, The http one is just an example. I'll give you a real-world example. http://reviews.reviewboard.org uses the following for our Review Board Git repo: Path: git://github.com/reviewboard/reviewboard.git Mirror Path: g...@github.com:reviewboard/reviewboard.git Raw file URL mask: