Can Connect SVN Repository thru proxy

2012-06-20 Thread Daniel Etchen
Hi all,

We're using Review Board 1.6.4.1.
We access a Subversion server thru a proxy which is configured in /
root/.subversion/servers.
The 'svn info http://svn.foo.com:8080/repos/3845' command return a
correct response.

But when we try to create a new repository in reviewboard, the server
kicks back an error:
2012-06-20 09:34:08,240 - ERROR - SVN: Failed to get repository
information for http://svn.foo.com:8080/repos/3845: OPTIONS of 'http://
svn.foo.com:8080/repos/3845': Could not resolve hostname
`svn.foo.com': Host not found (http://svn.foo.com:8080)

Where is the problem ? It seems that the proxy configuration
configured in /root/.subversion/servers is not read by reviewboard

Thank you for your help.

-- 
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 Connect SVN Repository thru proxy

2012-06-20 Thread Christian Hammond
Hi Daniel,

Review Board shouldn't run as root, but even if it did, it doesn't use the
running user's $HOME. Instead, there should be a
/path/to/site/data/.subversion directory that you can configure your
settings in.

Christian

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


On Wed, Jun 20, 2012 at 12:57 AM, Daniel Etchen daniel.etc...@gmail.comwrote:

 Hi all,

 We're using Review Board 1.6.4.1.
 We access a Subversion server thru a proxy which is configured in /
 root/.subversion/servers.
 The 'svn info http://svn.foo.com:8080/repos/3845' command return a
 correct response.

 But when we try to create a new repository in reviewboard, the server
 kicks back an error:
 2012-06-20 09:34:08,240 - ERROR - SVN: Failed to get repository
 information for http://svn.foo.com:8080/repos/3845: OPTIONS of 'http://
 svn.foo.com:8080/repos/3845': Could not resolve hostname
 `svn.foo.com': Host not found (http://svn.foo.com:8080)

 Where is the problem ? It seems that the proxy configuration
 configured in /root/.subversion/servers is not read by reviewboard

 Thank you for your help.

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

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