Re: error 500 after running update

2013-02-08 Thread iamagui
Hi there Clive,

I am not an expert but trying to share my experience. Did you take a back 
up of your ReviewBoard before the upgrade. Below are the steps I followed 
and our ReviewBoard test upgrade was successful. I think you have to do the 
'rb-site upgrade' after 'easy_install -U ReviewBoard'. Change the path(s) 
according to your ReviewBoard 

==
•easy_install -U ReviewBoard

•rb-site upgrade /var/www/reviewboard

•chown -R www-data /var/www/reviewboard/htdocs/media/ext

•cd /etc/apache2/sites-available/

•cp -i reviewboard reviewboard-`date +%d%b%Y`

•vim reviewboard and add the below

•Alias /static /var/www/reviewboard/htdocs/static

oLocation /static
oSetHandler None
o/Location

•rb-site manage /var/www/reviewboard resolve-check static-media

•service apache2 restart
==

On Friday, February 8, 2013 9:23:43 AM UTC-6, Clive Hunt wrote:

 Hi.
  
 I have run the command easy_install -U ReviewBoard and it has broken the 
 server.  I have restarted Apache and still no joy.
  
 I was running 1.6.14 and the upgrade should have taken this to the current 
 version.
  
 Can anyone help in re-establishing the server please?
  
 Thanks,
  
 Clive.


-- 
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: Django Evolution Error when upgrading database from 1.6.13 to 1.7.2

2013-01-24 Thread iamagui
Thanks again for the prompt reply. If IE-7 is dropped and IE-X will not be 
supported going forward, I will pass it on and ask to use FF or other 
modern browsers. I was wondering whether I missed anything during the 
upgrade, thanks again.

On Wednesday, January 23, 2013 3:51:09 PM UTC-6, Christian Hammond wrote:

 I'll see about spending a little it of time on it when I've solved a 
 couple other bugs on my plate, but IE7 is one of the versions we've 
 dropped, due to how difficult it is to get it to render correctly, and its 
 lack of support for standards we're going to be making more use of.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com 

 On Jan 23, 2013, at 1:49 PM, chella moneycome 
 chell...@gmail.comjavascript: 
 wrote:

 Thanks for the prompt reply, using IE 7.


 On Wed, Jan 23, 2013 at 3:28 PM, Christian Hammond 
 chi...@chipx86.comjavascript:
  wrote:

 There's a fix coming for the console error bug in IE. (Good ol IE… only 
 browser that gets this wrong.).

 What versions of IE are you using there?

 We're *strongly* encouraging modern browsers (not IE) from here on out, 
 and will be aggressively dropping support for older versions of IE going 
 forward.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.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...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
  
  




-- 
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




Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-23 Thread iamagui
That's all I can think of, sorry.

-- 
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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-22 Thread iamagui
What do you get when you click the 

1) http://172.16.7.100:81

2) http://172.16.7.100

Try: (Also try everything with OUT the --repository-url)

1) /usr/bin/post-review -dn --submit-as=$name  --repository-url=:pserver:
kapilap@svn:/opt/cvsroot

2) /usr/bin/post-review -dn --submit-as=$name  
--repository-url=svn:/opt/cvsroot

Then

Remove/rename .reviewboardrc and try

1) /usr/bin/post-review -dn --server=http://172.16.7.100:81   
--submit-as=$name  --repository-url=:pserver:
kapilap@svn:/opt/cvsroot

2) /usr/bin/post-review -dn --server=http://172.16.7.100   
--submit-as=$name  --repository-url=:pserver:
kapilap@svn:/opt/cvsroot

3) /usr/bin/post-review -dn --server=http://172.16.7.100:81   
--submit-as=$name  --repository-url=svn:/opt/cvsroot

4) /usr/bin/post-review -dn --server=http://172.16.7.100   
--submit-as=$name  --repository-url=svn:/opt/cvsroot

Hope one of this to work.

-- 
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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-21 Thread iamagui
Paulo,

Refer attached myCVS.jpg for my setting. /home/myCVS is my cvsROOT which 
contains the directory 'CVSROOT' and 4 modules.

If your set up is similar to mine and you do NOT have access to your 
cvsROOT directory, then I would give the Admin username and password to the 
person/team who have access to the cvsROOT and request them to fill in the 
'username' and 'password' for the cvsROOT in the 'Repository Hosting' 
section.

-- 
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=enattachment: myCVS.JPG

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-21 Thread iamagui
cmuser,

I am not sure about REPOSITORY in .reviewboardrc but could you try just the 
IP for REVIEWBOARD_URL (drop the colon (:) and the port (81)), that is

REVIEWBOARD_URL = http://172.16.17.100;

-- 
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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-20 Thread iamagui
Could you let me know what you mean by 'how can I specify the module'? You 
mean in the webpage? 

And how are you accessing your subprojects?

I am using CVS and it works with just 'server:/cvsntroot'. I am NOT an 
expert, just trying to share what I know.

-- 
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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread iamagui
Could you check out this post and let me know whether if it works for you, 
thanks.

https://groups.google.com/forum/?hl=enfromgroups#!topic/reviewboard/R_ogjGVrJsY[1-25]

-- 
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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread iamagui
Could you try just the below for the path

server:/cvsntroot

that is without the module

-- 
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

Re: CollabNet SVN (with apache, python, viewvc integrated) + reviewboard on Win7x64 problems...

2012-07-31 Thread iamagui
I just tried the below on my Ubuntu rb machine. 

1. The machine is running with just rb site. I typed the servername in 
IE, it took me to the login page. Once I login, it took me to the 
http://servername/dashboard
2. I enabled the default website. Reloaded the Apache config, refreshed the 
dashboard page and got a 404 error. When I typed the servername in IE, 
got the 'web server works' (can not remember the exact text).
3. Disabled the default website. Reloaded the Apache config, refreshed the 
dashboard page, after few refreshes the page displayed the dashboard.

I tried this some time back, just tried again now to make sure. This is 
totally my experience, hence mentioned in my post that 'I might be 200% 
wrong'.

Kindly let me know if I am not clear and if you have any questions.

-- 
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

Re: CollabNet SVN (with apache, python, viewvc integrated) + reviewboard on Win7x64 problems...

2012-07-30 Thread iamagui
Not sure, but looks like you are hitting the default website (viewvc) and 
not reviewboard (rb). Is it possible to install just the rb in a separate 
machine/server and try to connect to the SVN? I think you can have either 
the default website or the rb but not both. I might be 200% wrong but 
thought of posting this and check my answer. I am newbie too.

-- 
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

Re: Can't seem to connect to pserver CVS repository

2012-06-20 Thread iamagui
Attached is our ReviewBoard CVS setting and it is working fine. Our CVS and 
ReviewBoard are in two different machines/server. How is your set up of CVS 
and ReviewBoard? I am not an expert, trying to share my knowledge. Sorry if 
it doesn't help.

On Wednesday, June 20, 2012 8:12:18 AM UTC-5, Augba wrote:



 I tried server ip adress:/path to repo but not working 



 On Jun 18, 8:03 pm, iamagui chella5...@gmail.com wrote: 
  Could you try just repo-url:/path/to/repo for the 'Path:' field and 
  username, password on the respective fields and update this thread, 
 thanks. 
  
  
  
  
  
  
  
  On Saturday, June 16, 2012 3:45:51 AM UTC-5, Augba wrote: 
  
   I too facing the same issue. Please let me know if you have the steps 
   working. 
  
   On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote: 
  
   Using ReviewBoard version 1.6.5 
  
   I've tried the following: 
  
   *:pserver:user:pass@repo-url:/path/to/repo* 
   ** 
   *:pserver:user@repo-url:/path/to/repo* 
   ** 
   *:pserver:repo-url:/path/to/repo* 
  
   all with and without the username/password fields filled in. 
  
   I always get the error: 
   A repository was not found at the specified path. 
  
   I'm at a loss. Any ideas on what this could be? I can use the command 
   line on the machine to go to the same repository and checkout stuff, 
 using 
   the same URIs, and username and password.

-- 
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=enattachment: reviewbCVS.JPG

Re: Can't seem to connect to pserver CVS repository

2012-06-20 Thread iamagui
If the CVS and ReviewBoard in the same, try /home/myCVS.

On Wednesday, June 20, 2012 11:05:30 AM UTC-5, iamagui wrote:

 Attached is our ReviewBoard CVS setting and it is working fine. Our CVS 
 and ReviewBoard are in two different machines/server. How is your set up of 
 CVS and ReviewBoard? I am not an expert, trying to share my knowledge. 
 Sorry if it doesn't help.

 On Wednesday, June 20, 2012 8:12:18 AM UTC-5, Augba wrote:



 I tried server ip adress:/path to repo but not working 



 On Jun 18, 8:03 pm, iamagui chella5...@gmail.com wrote: 
  Could you try just repo-url:/path/to/repo for the 'Path:' field and 
  username, password on the respective fields and update this thread, 
 thanks. 
  
  
  
  
  
  
  
  On Saturday, June 16, 2012 3:45:51 AM UTC-5, Augba wrote: 
  
   I too facing the same issue. Please let me know if you have the steps 
   working. 
  
   On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote: 
  
   Using ReviewBoard version 1.6.5 
  
   I've tried the following: 
  
   *:pserver:user:pass@repo-url:/path/to/repo* 
   ** 
   *:pserver:user@repo-url:/path/to/repo* 
   ** 
   *:pserver:repo-url:/path/to/repo* 
  
   all with and without the username/password fields filled in. 
  
   I always get the error: 
   A repository was not found at the specified path. 
  
   I'm at a loss. Any ideas on what this could be? I can use the 
 command 
   line on the machine to go to the same repository and checkout stuff, 
 using 
   the same URIs, and username and password.



-- 
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

Re: Can't seem to connect to pserver CVS repository

2012-06-18 Thread iamagui
Could you try just repo-url:/path/to/repo for the 'Path:' field and 
username, password on the respective fields and update this thread, thanks.


On Saturday, June 16, 2012 3:45:51 AM UTC-5, Augba wrote:

 I too facing the same issue. Please let me know if you have the steps 
 working.

 On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote:

 Using ReviewBoard version 1.6.5
  
 I've tried the following:
  
 *:pserver:user:pass@repo-url:/path/to/repo*
 ** 
 *:pserver:user@repo-url:/path/to/repo*
 ** 
 *:pserver:repo-url:/path/to/repo*
  
 all with and without the username/password fields filled in.
  
 I always get the error:
 A repository was not found at the specified path.
  
 I'm at a loss. Any ideas on what this could be? I can use the command 
 line on the machine to go to the same repository and checkout stuff, using 
 the same URIs, and username and password.



-- 
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