Re: How to programmatically add repo into rb?

2013-08-21 Thread Qi LUO
thanks, 

-- 
Qi LUO
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Thursday, 22 August, 2013 at 1:23 PM, David Trowbridge wrote:

> To create new repositories, you can do a POST on the repository list resource:
> 
> http://www.reviewboard.org/docs/manual/1.7/webapi/2.0/resources/repository-list/#POST
> 
> -David
> 
> 
> On Wed, Aug 21, 2013 at 8:28 PM, Qi Luo  (mailto:qilu...@gmail.com)> wrote:
> > I've read web api, but there are only get, update, delete operations. Did I 
> > miss sth or is it not supported for now?
> > 
> > 
> > -- 
> > 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 
> > (mailto:reviewboard%2bunsubscr...@googlegroups.com)
> > For more options, visit this group at 
> > http://groups.google.com/group/reviewboard?hl=en
> > --- 
> > You received this message because you are subscribed to the Google Groups 
> > "reviewboard" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to reviewboard+unsubscr...@googlegroups.com 
> > (mailto:reviewboard%2bunsubscr...@googlegroups.com).
> > For more options, visit https://groups.google.com/groups/opt_out.
> 
> -- 
> 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 
> (mailto:reviewboard+unsubscr...@googlegroups.com)
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en
> --- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "reviewboard" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/reviewboard/tj5sInud_0w/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> reviewboard+unsubscr...@googlegroups.com 
> (mailto:reviewboard+unsubscr...@googlegroups.com).
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to migrate reviewboard from Windows server(1.5) to Linux server(1.7)

2013-08-21 Thread Eric Johnson
Hi Patrick,

Your email is a little unclear on details.

Did you see a 505 error when loading the MySQL data into the database? It would 
probably be useful to know exactly which steps you did, and what you see that 
is different from what you expect/

Did you install the same version of ReviewBoard on the Linux server (1.5), 
rather than a newer version? If you installed a newer version, did you follow 
the instructions for upgrade?

Were I in your shoes, I would first create a clean new install of ReviewBoard 
1.5 on the Linux server, and verify that works before trying to migrate the 
data.

Then migrate the data. Test again.

Only then upgrade to a newer version. Test again.

Eric

On Aug 21, 2013, at 8:30 PM, patrick zhao wrote:

> In our company, we installed reviewboard on a windows server, and the rb 
> version is 1.5.
> Recently we have a more powerful linux server, so we decide to install the 
> latest reviewboard on it and migrate data from old server to this new server.
> How could I do it?
> I tried to only dump load mysql db, but it failed with 505 type error.
> 
> Thanks!
> 
> -- 
> 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
> --- 
> You received this message because you are subscribed to the Google Groups 
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to programmatically add repo into rb?

2013-08-21 Thread David Trowbridge
To create new repositories, you can do a POST on the repository list
resource:

http://www.reviewboard.org/docs/manual/1.7/webapi/2.0/resources/repository-list/#POST

-David


On Wed, Aug 21, 2013 at 8:28 PM, Qi Luo  wrote:

> I've read web api, but there are only get, update, delete operations. Did
> I miss sth or is it not supported for now?
>
>
>  --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


How to migrate reviewboard from Windows server(1.5) to Linux server(1.7)

2013-08-21 Thread patrick zhao
In our company, we installed reviewboard on a windows server, and the rb 
version is 1.5.
Recently we have a more powerful linux server, so we decide to install the 
latest reviewboard on it and migrate data from old server to this new 
server.
How could I do it?
I tried to only dump load mysql db, but it failed with 505 type error.

Thanks!

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


How to programmatically add repo into rb?

2013-08-21 Thread Qi Luo
I've read web api, but there are only get, update, delete operations. Did I 
miss sth or is it not supported for now?


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: "Diff currently unavailable" frequently happenend, but not always

2013-08-21 Thread Qi LUO
Removing last “;” fixed most ‘diff unavailbale’, so far so good, except I still 
had one file named ‘index.html’ failed to diff. I didn’t find any ‘fetching 
file from’ string in reviewboard.log

--  
Qi LUO
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Thursday, 22 August, 2013 at 3:33 AM, Christian Hammond wrote:

> According to the file it downloaded, it's fetching an index page from gitweb 
> and not a raw copy of the file.
>  
> This may be unrelated, but that last ";" shouldn't be needed.  
>  
> Open your reviewboard.log and look for the "Fetching file from" line with 
> that URL, when it's broken. See what it is. Then open it in your browser and 
> see if you're getting a gitweb page.  
>  
> Christian
>  
> --  
> Christian Hammond - chip...@chipx86.com (mailto:chip...@chipx86.com)
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
>  
> On Tue, Aug 20, 2013 at 11:50 PM, Qi Luo  (mailto:qilu...@gmail.com)> wrote:
> > Hi all,  
> >  
> >  I set up my private git server on Ubuntu 12.04, git version 1.7.x, 
> > reviewboard 1.7.11
> >  After long testing and config, I finally can do review. However, it 
> > didn't work stable. Much people had same issue but there's not a clear 
> > solution.
> >  
> > the post-review log showed no hint
> >  
> > > >>> RBTools 0.5.2
> > > >>> Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
> > > [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
> > > >>> Running on Darwin-12.4.0-x86_64-i386-64bit
> > > >>> Home = /Users/qiluo
> > > >>> Current Directory = 
> > > >>> /Users/qiluo/Dev/gitrepos/luoq/cordova-plugin-weibo
> > > >>> Checking the repository type. Errors shown below are mostly harmless.
> > > DEBUG:root:Checking for a Subversion repository...
> > > DEBUG:root:Running: svn info g...@git.xxx.com 
> > > (mailto:g...@git.xxx.com):cordova-plugin-weibo.git --non-interactive
> > > DEBUG:root:Command exited with rc 1: ['svn', 'info', 'g...@git.xxx.com 
> > > (mailto:g...@git.xxx.com):cordova-plugin-weibo.git', '--non-interactive']
> > > svn: E205000: Try 'svn help info' for more information
> > > svn: E205000: Syntax error parsing peg revision 'git.xxx.com 
> > > (http://git.xxx.com):cordova-plugin-weibo.git'
> > > ---
> > > DEBUG:root:Checking for a Git repository...
> > > DEBUG:root:Running: git rev-parse --git-dir
> > > DEBUG:root:Running: git config core.bare
> > > DEBUG:root:Running: git rev-parse --show-toplevel
> > > DEBUG:root:Running: git symbolic-ref -q HEAD
> > > DEBUG:root:Running: git config --get git-p4.port
> > > DEBUG:root:Command exited with rc 1: ['git', 'config', '--get', 
> > > 'git-p4.port']
> > > ---
> > > DEBUG:root:Running: git config --get branch.master.merge
> > > DEBUG:root:Running: git config --get branch.master.remote
> > > DEBUG:root:Running: git config --get remote.origin.url
> > > DEBUG:root:repository info: Path: g...@git.xxx.com 
> > > (mailto:g...@git.xxx.com):cordova-plugin-weibo.git, Base path: , Supports 
> > > changesets: False
> > > >>> Finished checking the repository type.
> > > >>> HTTP GETting api/info/
> > > DEBUG:root:Running: git merge-base origin/master refs/heads/master
> > > DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff 
> > > --ignore-submodules --no-renames 
> > > f6d94c01dfe4e79a556516747344c8ff51c78c46..refs/heads/master -M
> > > DEBUG:root:Running: git log --pretty=format:%s HEAD^..
> > > DEBUG:root:Running: git log --pretty=format:%s%n%n%b 
> > > f6d94c01dfe4e79a556516747344c8ff51c78c46..
> > > >>> HTTP GETting api/
> > > >>> HTTP GETting http://review.xxx.com/reviews/api/info/
> > > >>> Using the new web API
> > > >>> Attempting to create review request on g...@git.xxx.com 
> > > >>> (mailto:g...@git.xxx.com):cordova-plugin-weibo.git for None
> > > >>> HTTP POSTing to http://review.xxx.com/reviews/api/review-requests/: 
> > > >>> {'repository': 'g...@git.xxx.com 
> > > >>> (mailto:g...@git.xxx.com):cordova-plugin-weibo.git'}
> > > >>> Review request created
> > > >>> Attempting to set field 'target_groups' to 'ReviewCCGroup' for review 
> > > >>> request '4409'
> > > >>> HTTP PUTting to 
> > > >>> http://review.xxx.com/reviews/api/review-requests/4409/draft/: 
> > > >>> {'target_groups': 'ReviewCCGroup'}
> > > >>> Attempting to set field 'summary' to 'modified test' for review 
> > > >>> request '4409'
> > > >>> HTTP PUTting to 
> > > >>> http://review.xxx.com/reviews/api/review-requests/4409/draft/: 
> > > >>> {'summary': 'modified test'}
> > > >>> Attempting to set field 'description' to 'modified test' for review 
> > > >>> request '4409'
> > > >>> HTTP PUTting to 
> > > >>> http://review.xxx.com/reviews/api/review-requests/4409/draft/: 
> > > >>> {'description': 'modified test'}
> > > >>> Uploading diff, size: 1931
> > > >>> HTTP POSTing to 
> > > >>> http://review.xxx.com/reviews/api/review-requests/4409/diffs/: {}
> > > Review request #4409 posted.
> > >  
> > > http://review.xxx.com/reviews/r/4409/
> > >  
> >  
> 

Re: when install reviewboard on centOS, I get this error

2013-08-21 Thread xuhzou


在 2013年8月22日星期四UTC+8上午3时38分04秒,Christian Hammond写道:
>
> On Wed, Aug 21, 2013 at 4:06 AM, Stephen Gallagher <
> ste...@gallagherhome.com > wrote:
>
>> On 08/21/2013 04:41 AM, xuh...@gmail.com  wrote:
>> >
>> >   *it seems many people meet same problem, but don't find a good 
>> solution*
>> >
>> >
>> >
>> >   it seems many people meet that problem, but can't find a good solution
>> >
>> >
>> >   Manual server updates required
>> >
>> > A recent upgrade requires manual updates to be made on this server.
>> > After these changes are made, you should restart your server.
>> >
>> > If you have any questions or problems, please contact us on our mailing
>> > list .
>> >
>> >
>> >   Data directory changes
>> >
>> > Your site's data directory isn't properly set up. This directory is
>> > where Review Board will store various state and configuration needed to
>> > access repositories.
>> >
>> > Your data directory is currently
>> > at: /space/work/tflex_builder/192.168.58.238/data
>> >
>> >
>> >   Permission problems
>> >
>> > The data directory must be writable by the web server. On
>> > Linux/Unix/Mac, you can fix this by typing:
>> >
>> > $ sudo chown -R root "/space/work/tflex_builder/192.168.58.238/data
>> "
>> >
>> > On Windows, right-click the data directory and change the ownership
>> > to root and restart the server.
>> >
>> >
>> >   Extensions media directory changes
>> >
>> > Your site's extensions media directory isn't properly set up. This
>> > directory is where Review Board will store various extension media 
>> files.
>> >
>> > Your extensions media directory is currently
>> > at:/space/work/tflex_builder/192.168.58.238/htdocs/media/ext
>> >
>> >
>> >   Permission problems
>> >
>> > The directory must be writable by the web server. On Linux/Unix/Mac, you
>> > can fix this by typing:
>> >
>> > $ sudo chown -R root "/space/work/tflex_builder/
>> 192.168.58.238/htdocs/media/ext"
>> >
>> > On Windows, right-click the data directory and change the ownership to 
>> root.
>> >
>>
>>
>> Well, the obvious question here is whether you followed the 'chown'
>> instructions above, since it should be telling you exactly what you need
>> to do for ReviewBoard to start working. (You will also need to restart
>> apache httpd).
>>
>>  
> It concerns me that the server is running as root. This is a very bad 
> thing, and you should revisit your server setup.
>
> If root is unable to access that directory, make sure it exists. If it 
> does not, then something weird happened with your rb-site install.
>
> If it does exist, and SELinux is enabled, that may be the cause.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>

It does exist and  SELinux is disable

>
>  
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: when install reviewboard on centOS, I get this error

2013-08-21 Thread xuhzou


在 2013年8月22日星期四UTC+8上午9时42分20秒,xuh...@gmail.com写道:
>
>
>
> 在 2013年8月22日星期四UTC+8上午3时38分04秒,Christian Hammond写道:
>>
>> On Wed, Aug 21, 2013 at 4:06 AM, Stephen Gallagher <
>> ste...@gallagherhome.com> wrote:
>>
>>> On 08/21/2013 04:41 AM, xuh...@gmail.com wrote:
>>> >
>>> >   *it seems many people meet same problem, but don't find a good 
>>> solution*
>>> >
>>> >
>>> >
>>> >   it seems many people meet that problem, but can't find a good 
>>> solution
>>> >
>>> >
>>> >   Manual server updates required
>>> >
>>> > A recent upgrade requires manual updates to be made on this server.
>>> > After these changes are made, you should restart your server.
>>> >
>>> > If you have any questions or problems, please contact us on our mailing
>>> > list .
>>> >
>>> >
>>> >   Data directory changes
>>> >
>>> > Your site's data directory isn't properly set up. This directory is
>>> > where Review Board will store various state and configuration needed to
>>> > access repositories.
>>> >
>>> > Your data directory is currently
>>> > at: /space/work/tflex_builder/192.168.58.238/data
>>> >
>>> >
>>> >   Permission problems
>>> >
>>> > The data directory must be writable by the web server. On
>>> > Linux/Unix/Mac, you can fix this by typing:
>>> >
>>> > $ sudo chown -R root "/space/work/tflex_builder/
>>> 192.168.58.238/data"
>>> >
>>> > On Windows, right-click the data directory and change the ownership
>>> > to root and restart the server.
>>> >
>>> >
>>> >   Extensions media directory changes
>>> >
>>> > Your site's extensions media directory isn't properly set up. This
>>> > directory is where Review Board will store various extension media 
>>> files.
>>> >
>>> > Your extensions media directory is currently
>>> > at:/space/work/tflex_builder/192.168.58.238/htdocs/media/ext
>>> >
>>> >
>>> >   Permission problems
>>> >
>>> > The directory must be writable by the web server. On Linux/Unix/Mac, 
>>> you
>>> > can fix this by typing:
>>> >
>>> > $ sudo chown -R root "/space/work/tflex_builder/
>>> 192.168.58.238/htdocs/media/ext"
>>> >
>>> > On Windows, right-click the data directory and change the ownership to 
>>> root.
>>> >
>>>
>>>
>>> Well, the obvious question here is whether you followed the 'chown'
>>> instructions above, since it should be telling you exactly what you need
>>> to do for ReviewBoard to start working. (You will also need to restart
>>> apache httpd).
>>>
>>>  
>> It concerns me that the server is running as root. This is a very bad 
>> thing, and you should revisit your server setup.
>>
>> If root is unable to access that directory, make sure it exists. If it 
>> does not, then something weird happened with your rb-site install.
>>
>> If it does exist, and SELinux is enabled, that may be the cause.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>  
>>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: when install reviewboard on centOS, I get this error

2013-08-21 Thread xuhzou


在 2013年8月22日星期四UTC+8上午3时38分04秒,Christian Hammond写道:
>
> On Wed, Aug 21, 2013 at 4:06 AM, Stephen Gallagher <
> ste...@gallagherhome.com > wrote:
>
>> On 08/21/2013 04:41 AM, xuh...@gmail.com  wrote:
>> >
>> >   *it seems many people meet same problem, but don't find a good 
>> solution*
>> >
>> >
>> >
>> >   it seems many people meet that problem, but can't find a good solution
>> >
>> >
>> >   Manual server updates required
>> >
>> > A recent upgrade requires manual updates to be made on this server.
>> > After these changes are made, you should restart your server.
>> >
>> > If you have any questions or problems, please contact us on our mailing
>> > list .
>> >
>> >
>> >   Data directory changes
>> >
>> > Your site's data directory isn't properly set up. This directory is
>> > where Review Board will store various state and configuration needed to
>> > access repositories.
>> >
>> > Your data directory is currently
>> > at: /space/work/tflex_builder/192.168.58.238/data
>> >
>> >
>> >   Permission problems
>> >
>> > The data directory must be writable by the web server. On
>> > Linux/Unix/Mac, you can fix this by typing:
>> >
>> > $ sudo chown -R root "/space/work/tflex_builder/192.168.58.238/data
>> "
>> >
>> > On Windows, right-click the data directory and change the ownership
>> > to root and restart the server.
>> >
>> >
>> >   Extensions media directory changes
>> >
>> > Your site's extensions media directory isn't properly set up. This
>> > directory is where Review Board will store various extension media 
>> files.
>> >
>> > Your extensions media directory is currently
>> > at:/space/work/tflex_builder/192.168.58.238/htdocs/media/ext
>> >
>> >
>> >   Permission problems
>> >
>> > The directory must be writable by the web server. On Linux/Unix/Mac, you
>> > can fix this by typing:
>> >
>> > $ sudo chown -R root "/space/work/tflex_builder/
>> 192.168.58.238/htdocs/media/ext"
>> >
>> > On Windows, right-click the data directory and change the ownership to 
>> root.
>> >
>>
>>
>> Well, the obvious question here is whether you followed the 'chown'
>> instructions above, since it should be telling you exactly what you need
>> to do for ReviewBoard to start working. (You will also need to restart
>> apache httpd).
>>
>>  
> It concerns me that the server is running as root. This is a very bad 
> thing, and you should revisit your server setup.
>
> If root is unable to access that directory, make sure it exists. If it 
> does not, then something weird happened with your rb-site install.
>
> If it does exist, and SELinux is enabled, that may be the cause.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>  
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: when install reviewboard on centOS, I get this error

2013-08-21 Thread xuhzou


在 2013年8月21日星期三UTC+8下午7时06分15秒,Stephen Gallagher写道:
>
> On 08/21/2013 04:41 AM, xuh...@gmail.com  wrote: 
> > 
> >   *it seems many people meet same problem, but don't find a good 
> solution* 
> > 
> > 
> > 
> >   it seems many people meet that problem, but can't find a good solution 
> > 
> > 
> >   Manual server updates required 
> > 
> > A recent upgrade requires manual updates to be made on this server. 
> > After these changes are made, you should restart your server. 
> > 
> > If you have any questions or problems, please contact us on our mailing 
> > list . 
> > 
> > 
> >   Data directory changes 
> > 
> > Your site's data directory isn't properly set up. This directory is 
> > where Review Board will store various state and configuration needed to 
> > access repositories. 
> > 
> > Your data directory is currently 
> > at: /space/work/tflex_builder/192.168.58.238/data 
> > 
> > 
> >   Permission problems 
> > 
> > The data directory must be writable by the web server. On 
> > Linux/Unix/Mac, you can fix this by typing: 
> > 
> > $ sudo chown -R root "/space/work/tflex_builder/192.168.58.238/data" 
>
> > 
> > On Windows, right-click the data directory and change the ownership 
> > to root and restart the server. 
> > 
> > 
> >   Extensions media directory changes 
> > 
> > Your site's extensions media directory isn't properly set up. This 
> > directory is where Review Board will store various extension media 
> files. 
> > 
> > Your extensions media directory is currently 
> > at:/space/work/tflex_builder/192.168.58.238/htdocs/media/ext 
> > 
> > 
> >   Permission problems 
> > 
> > The directory must be writable by the web server. On Linux/Unix/Mac, you 
> > can fix this by typing: 
> > 
> > $ sudo chown -R root "/ space/work/tflex_builder/
> 192.168.58.238/htdocs/media/ext" 
> > 
> > On Windows, right-click the data directory and change the ownership to 
> root. 
> > 
>
>
> Well, the obvious question here is whether you followed the 'chown' 
> instructions above, since it should be telling you exactly what you need 
> to do for ReviewBoard to start working. (You will also need to restart 
> apache httpd). 
>
I have followed the 'chown' instruction and restart, but it still can't 
work and show the same problem

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: when install reviewboard on centOS, I get this error

2013-08-21 Thread Christian Hammond
On Wed, Aug 21, 2013 at 4:06 AM, Stephen Gallagher <
step...@gallagherhome.com> wrote:

> On 08/21/2013 04:41 AM, xuh...@gmail.com wrote:
> >
> >   *it seems many people meet same problem, but don't find a good
> solution*
> >
> >
> >
> >   it seems many people meet that problem, but can't find a good solution
> >
> >
> >   Manual server updates required
> >
> > A recent upgrade requires manual updates to be made on this server.
> > After these changes are made, you should restart your server.
> >
> > If you have any questions or problems, please contact us on our mailing
> > list .
> >
> >
> >   Data directory changes
> >
> > Your site's data directory isn't properly set up. This directory is
> > where Review Board will store various state and configuration needed to
> > access repositories.
> >
> > Your data directory is currently
> > at: /space/work/tflex_builder/192.168.58.238/data
> >
> >
> >   Permission problems
> >
> > The data directory must be writable by the web server. On
> > Linux/Unix/Mac, you can fix this by typing:
> >
> > $ sudo chown -R root "/space/work/tflex_builder/192.168.58.238/data"
> >
> > On Windows, right-click the data directory and change the ownership
> > to root and restart the server.
> >
> >
> >   Extensions media directory changes
> >
> > Your site's extensions media directory isn't properly set up. This
> > directory is where Review Board will store various extension media files.
> >
> > Your extensions media directory is currently
> > at:/space/work/tflex_builder/192.168.58.238/htdocs/media/ext
> >
> >
> >   Permission problems
> >
> > The directory must be writable by the web server. On Linux/Unix/Mac, you
> > can fix this by typing:
> >
> > $ sudo chown -R root "/space/work/tflex_builder/
> 192.168.58.238/htdocs/media/ext"
> >
> > On Windows, right-click the data directory and change the ownership to
> root.
> >
>
>
> Well, the obvious question here is whether you followed the 'chown'
> instructions above, since it should be telling you exactly what you need
> to do for ReviewBoard to start working. (You will also need to restart
> apache httpd).
>
>
It concerns me that the server is running as root. This is a very bad
thing, and you should revisit your server setup.

If root is unable to access that directory, make sure it exists. If it does
not, then something weird happened with your rb-site install.

If it does exist, and SELinux is enabled, that may be the cause.

Christian

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

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RB-Bug: multiple groups with same name

2013-08-21 Thread David Trowbridge
I've filed issue 3066 to track this, but it's unlikely to be fixed
immediately.

To "resolve" this bug, I recommend just deleting or renaming one of the
groups. Why were you doing that to begin with?

-David


On Wed, Aug 21, 2013 at 3:54 AM, Varun Jain wrote:

> Thanks David,
>
> We are creating the groups through admin UI & database backend is mysql.
>
> Amazingly Review Board 1.7.7.1 is allowing us to create multiple groups
> with same name.
>
> We are expecting that RB should not allow any more to create multiple
> groups with same name.
>
> Please let us know how shall we proceed further to get rid of this issue.
>
> -varun
>
>
>
> On Tuesday, 20 August 2013 02:27:32 UTC+5:30, David Trowbridge wrote:
>
>> Varun,
>>
>> Review Board should *not* allow you to create multiple groups with the
>> same name.
>>
>> How did you create the groups? (admin UI or API?)
>> What database backend are you using?
>>
>> -David
>>
>>
>> On Mon, Aug 19, 2013 at 2:59 AM, Varun Jain  wrote:
>>
>>> Hi Team,
>>>
>>> Review Board allows to create multiple group with same but if there are
>>> multiple groups present then we cant use that RB group any where. e.g when
>>> we type that group in search bar we get Error 500 page stating something
>>> broke!! Also that review group can't be added in any code-review request.
>>> Please let us know how to resolve this bug.
>>>
>>> Thanks,
>>> Varun
>>>
>>> --
>>> 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...@**
>>> googlegroups.com
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to reviewboard...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>
>>  --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: "Diff currently unavailable" frequently happenend, but not always

2013-08-21 Thread Christian Hammond
According to the file it downloaded, it's fetching an index page from
gitweb and not a raw copy of the file.

This may be unrelated, but that last ";" shouldn't be needed.

Open your reviewboard.log and look for the "Fetching file from" line with
that URL, when it's broken. See what it is. Then open it in your browser
and see if you're getting a gitweb page.

Christian

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


On Tue, Aug 20, 2013 at 11:50 PM, Qi Luo  wrote:

> Hi all,
>
>  I set up my private git server on Ubuntu 12.04, git version 1.7.x,
> reviewboard 1.7.11
>  After long testing and config, I finally can do review. However, it
> didn't work stable. Much people had same issue but there's not a clear
> solution.
>
> the post-review log showed no hint
>
> >>> RBTools 0.5.2
>> >>> Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
>> [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
>> >>> Running on Darwin-12.4.0-x86_64-i386-64bit
>> >>> Home = /Users/qiluo
>> >>> Current Directory =
>> /Users/qiluo/Dev/gitrepos/luoq/cordova-plugin-weibo
>> >>> Checking the repository type. Errors shown below are mostly harmless.
>> DEBUG:root:Checking for a Subversion repository...
>> DEBUG:root:Running: svn info g...@git.xxx.com:cordova-plugin-weibo.git
>> --non-interactive
>> DEBUG:root:Command exited with rc 1: ['svn', 'info', 
>> 'g...@git.xxx.com:cordova-plugin-weibo.git',
>> '--non-interactive']
>> svn: E205000: Try 'svn help info' for more information
>> svn: E205000: Syntax error parsing peg revision 'git.xxx.com:
>> cordova-plugin-weibo.git'
>> ---
>> DEBUG:root:Checking for a Git repository...
>> DEBUG:root:Running: git rev-parse --git-dir
>> DEBUG:root:Running: git config core.bare
>> DEBUG:root:Running: git rev-parse --show-toplevel
>> DEBUG:root:Running: git symbolic-ref -q HEAD
>> DEBUG:root:Running: git config --get git-p4.port
>> DEBUG:root:Command exited with rc 1: ['git', 'config', '--get',
>> 'git-p4.port']
>> ---
>> DEBUG:root:Running: git config --get branch.master.merge
>> DEBUG:root:Running: git config --get branch.master.remote
>> DEBUG:root:Running: git config --get remote.origin.url
>> DEBUG:root:repository info: Path: g...@git.xxx.com:cordova-plugin-weibo.git,
>> Base path: , Supports changesets: False
>> >>> Finished checking the repository type.
>> >>> HTTP GETting api/info/
>> DEBUG:root:Running: git merge-base origin/master refs/heads/master
>> DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff
>> --ignore-submodules --no-renames
>> f6d94c01dfe4e79a556516747344c8ff51c78c46..refs/heads/master -M
>> DEBUG:root:Running: git log --pretty=format:%s HEAD^..
>> DEBUG:root:Running: git log --pretty=format:%s%n%n%b
>> f6d94c01dfe4e79a556516747344c8ff51c78c46..
>> >>> HTTP GETting api/
>> >>> HTTP GETting http://review.xxx.com/reviews/api/info/
>> >>> Using the new web API
>> >>> Attempting to create review request on 
>> >>> g...@git.xxx.com:cordova-plugin-weibo.git
>> for None
>> >>> HTTP POSTing to http://review.xxx.com/reviews/api/review-requests/:
>> {'repository': 'g...@git.xxx.com:cordova-plugin-weibo.git'}
>> >>> Review request created
>> >>> Attempting to set field 'target_groups' to 'ReviewCCGroup' for review
>> request '4409'
>> >>> HTTP PUTting to
>> http://review.xxx.com/reviews/api/review-requests/4409/draft/:
>> {'target_groups': 'ReviewCCGroup'}
>> >>> Attempting to set field 'summary' to 'modified test' for review
>> request '4409'
>> >>> HTTP PUTting to
>> http://review.xxx.com/reviews/api/review-requests/4409/draft/:
>> {'summary': 'modified test'}
>> >>> Attempting to set field 'description' to 'modified test' for review
>> request '4409'
>> >>> HTTP PUTting to
>> http://review.xxx.com/reviews/api/review-requests/4409/draft/:
>> {'description': 'modified test'}
>> >>> Uploading diff, size: 1931
>> >>> HTTP POSTing to
>> http://review.xxx.com/reviews/api/review-requests/4409/diffs/: {}
>> Review request #4409 posted.
>>
>> http://review.xxx.com/reviews/r/4409/
>>
>>
>  the web client said
>
>   Diff currently unavailable. *Error:* The patch to 'test/index.html'
>> didn't apply cleanly. The temporary files have been left in
>> '/tmp/reviewboard.mK_pIc' for debugging purposes. `patch` returned:
>> patching file /tmp/reviewboard.mK_pIc/tmp8SEwvB Hunk #1 FAILED at 24. Hunk
>> #2 FAILED at 42. Hunk #3 FAILED at 76. 3 out of 3 hunks FAILED -- saving
>> rejects to file /tmp/reviewboard.mK_pIc/tmp8SEwvB-new.rej
>
>
> I also attached the tmp file.
>
> What weird was I can occasionally do the review, not never. I also
> restarted memcached several time.
> My raw file url mask is
>
> http://git.xxx.com/gitweb/?p=cordova-plugin-weibo.git;a=blob_plain;f=
>> ;h=;
>>
>
> Please help, thanks
>
> --
> 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/
> -~--~~~~

Re: RB- Bug: Expand to header in diff viewer page is not coming for perl file

2013-08-21 Thread Christian Hammond
Can you provide a sample perl file that it does not work with that you
think it should?

Can you also take a screenshot?

- Christian

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


On Wed, Aug 21, 2013 at 5:36 AM, satish singh  wrote:

> Diff-viewer expansion to a function/class is not working for perl files,
> it working for rest of the file types, can anyone provide some pointers for
> this.
> Where to look for the issue ?
>
> Review board recently upgraded to 1.7.7.1 from 1.6.3
>
> Thanks.
>
>
> On Wednesday, 21 August 2013 16:30:53 UTC+5:30, Varun Jain wrote:
>>
>> Hi Team,
>>
>> We are not able to see any expand to header button for Perl files that
>> can be seen for all other files.
>>
>> Please let us know if anyone is experiencing same issue.
>>
>> Thanks,
>> Varun
>>
>>
>>  --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RB- Bug: Expand to header in diff viewer page is not coming for perl file

2013-08-21 Thread satish singh
Diff-viewer expansion to a function/class is not working for perl files, it 
working for rest of the file types, can anyone provide some pointers for 
this.
Where to look for the issue ?

Review board recently upgraded to 1.7.7.1 from 1.6.3

Thanks.

On Wednesday, 21 August 2013 16:30:53 UTC+5:30, Varun Jain wrote:
>
> Hi Team,
>
> We are not able to see any expand to header button for Perl files that can 
> be seen for all other files.
>
> Please let us know if anyone is experiencing same issue.
>
> Thanks,
> Varun
>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: when install reviewboard on centOS, I get this error

2013-08-21 Thread Stephen Gallagher
On 08/21/2013 04:41 AM, xuh...@gmail.com wrote:
> 
>   *it seems many people meet same problem, but don't find a good solution*
> 
> 
> 
>   it seems many people meet that problem, but can't find a good solution
> 
> 
>   Manual server updates required
> 
> A recent upgrade requires manual updates to be made on this server.
> After these changes are made, you should restart your server.
> 
> If you have any questions or problems, please contact us on our mailing
> list .
> 
> 
>   Data directory changes
> 
> Your site's data directory isn't properly set up. This directory is
> where Review Board will store various state and configuration needed to
> access repositories.
> 
> Your data directory is currently
> at: /space/work/tflex_builder/192.168.58.238/data
> 
> 
>   Permission problems
> 
> The data directory must be writable by the web server. On
> Linux/Unix/Mac, you can fix this by typing:
> 
> $ sudo chown -R root "/space/work/tflex_builder/192.168.58.238/data"
> 
> On Windows, right-click the data directory and change the ownership
> to root and restart the server.
> 
> 
>   Extensions media directory changes
> 
> Your site's extensions media directory isn't properly set up. This
> directory is where Review Board will store various extension media files.
> 
> Your extensions media directory is currently
> at:/space/work/tflex_builder/192.168.58.238/htdocs/media/ext
> 
> 
>   Permission problems
> 
> The directory must be writable by the web server. On Linux/Unix/Mac, you
> can fix this by typing:
> 
> $ sudo chown -R root 
> "/space/work/tflex_builder/192.168.58.238/htdocs/media/ext"
> 
> On Windows, right-click the data directory and change the ownership to root.
> 


Well, the obvious question here is whether you followed the 'chown'
instructions above, since it should be telling you exactly what you need
to do for ReviewBoard to start working. (You will also need to restart
apache httpd).

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RB- Bug: Expand to header in diff viewer page is not coming for perl file

2013-08-21 Thread Varun Jain
Hi Team,

We are not able to see any expand to header button for Perl files that can 
be seen for all other files.

Please let us know if anyone is experiencing same issue.

Thanks,
Varun


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RB-Bug: multiple groups with same name

2013-08-21 Thread Varun Jain
Thanks David,

We are creating the groups through admin UI & database backend is mysql.

Amazingly Review Board 1.7.7.1 is allowing us to create multiple groups 
with same name.

We are expecting that RB should not allow any more to create multiple 
groups with same name.

Please let us know how shall we proceed further to get rid of this issue.

-varun


On Tuesday, 20 August 2013 02:27:32 UTC+5:30, David Trowbridge wrote:
>
> Varun,
>
> Review Board should *not* allow you to create multiple groups with the 
> same name.
>
> How did you create the groups? (admin UI or API?)
> What database backend are you using?
>
> -David
>
>
> On Mon, Aug 19, 2013 at 2:59 AM, Varun Jain 
> > wrote:
>
>> Hi Team,
>>
>> Review Board allows to create multiple group with same but if there are 
>> multiple groups present then we cant use that RB group any where. e.g when 
>> we type that group in search bar we get Error 500 page stating something 
>> broke!! Also that review group can't be added in any code-review request.
>> Please let us know how to resolve this bug.
>>
>> Thanks,
>> Varun
>>
>> -- 
>> 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...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


when install reviewboard on centOS, I get this error

2013-08-21 Thread xuhzou
*it seems many people meet same problem, but don't find a good solution*

it seems many people meet that problem, but can't find a good solution
Manual server updates required

A recent upgrade requires manual updates to be made on this server. After 
these changes are made, you should restart your server.

If you have any questions or problems, please contact us on our mailing 
list
.
Data directory changes

Your site's data directory isn't properly set up. This directory is where 
Review Board will store various state and configuration needed to access 
repositories.

Your data directory is currently at: 
/space/work/tflex_builder/192.168.58.238/data
Permission problems

The data directory must be writable by the web server. On Linux/Unix/Mac, 
you can fix this by typing:

$ sudo chown -R root "/space/work/tflex_builder/192.168.58.238/data"

On Windows, right-click the data directory and change the ownership to root and 
restart the server.
Extensions media directory changes

Your site's extensions media directory isn't properly set up. This 
directory is where Review Board will store various extension media files.

Your extensions media directory is currently at:
/space/work/tflex_builder/192.168.58.238/htdocs/media/ext
Permission problems

The directory must be writable by the web server. On Linux/Unix/Mac, you 
can fix this by typing:

$ sudo chown -R root 
"/space/work/tflex_builder/192.168.58.238/htdocs/media/ext"

On Windows, right-click the data directory and change the ownership to root.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.