Re: Problem : A repository was not found at the specified path.

2011-10-05 Thread Mathias Schnydrig
On Tue, Oct 4, 2011 at 5:44 PM, Stephen Gallagher step...@gallagherhome.com
 wrote:

 On Tue, 2011-10-04 at 17:35 +0200, Mathias Schnydrig wrote:
  well now it went quite fast ;-)
 
  #= httpd_t ==
  allow httpd_t memcache_port_t:tcp_socket name_connect;
  allow httpd_t port_t:tcp_socket name_connect;
  allow httpd_t smtp_port_t:tcp_socket name_connect;


 Ok, that looks like a bug in the selinux-policy package. Could you
 please file that on the Red Hat Bugzilla (or CentOS bug tracker) against
 the selinux-policy package?

 Done


 In the meantime, you can add those changes to your local system policy
 manually by running (as root):

 audit2allow -a -M reviewboard
 semodule -i reviewboard.pp

 This will create and install a custom policy module to disable these
 SELinux denials. You should be good to go then.

 That worked, Thank you!

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

Re: Problem : A repository was not found at the specified path.

2011-10-05 Thread Mathias Schnydrig
Hello Stephen

After my Bug report to CentOS bug tracker I got an answer from a developer:

The default selinux policy does not allow httpd to connect to a network
(svnServer.local / svn port).

httpd_can_network_connect -- off

So I think it would be a good idea to adapt the Installation Guide for
systems with SELinux enabled.

Mathias

On Wed, Oct 5, 2011 at 9:37 AM, Mathias Schnydrig
mathias.al...@gmail.comwrote:



 On Tue, Oct 4, 2011 at 5:44 PM, Stephen Gallagher 
 step...@gallagherhome.com wrote:

 On Tue, 2011-10-04 at 17:35 +0200, Mathias Schnydrig wrote:
  well now it went quite fast ;-)
 
  #= httpd_t ==
  allow httpd_t memcache_port_t:tcp_socket name_connect;
  allow httpd_t port_t:tcp_socket name_connect;
  allow httpd_t smtp_port_t:tcp_socket name_connect;


 Ok, that looks like a bug in the selinux-policy package. Could you
 please file that on the Red Hat Bugzilla (or CentOS bug tracker) against
 the selinux-policy package?

 Done


 In the meantime, you can add those changes to your local system policy
 manually by running (as root):

 audit2allow -a -M reviewboard
 semodule -i reviewboard.pp

 This will create and install a custom policy module to disable these
 SELinux denials. You should be good to go then.

 That worked, Thank you!

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

Re: Problem : A repository was not found at the specified path.

2011-10-04 Thread Mathias Schnydrig
this command bizarrely does not stop (I killed it after one hour)...
audit2allow /var/log/audit/audit.log (as root)

On Mon, Oct 3, 2011 at 2:09 PM, Stephen Gallagher step...@gallagherhome.com
 wrote:

 On Mon, 2011-10-03 at 13:50 +0200, Mathias Schnydrig wrote:
  Thanks for the hint: It seams that SELinux caused the problem. As soon
  as I disabled the whole SELinux, the repository can be added. Is there
  a better solution then disabling SELinux, like changing some access
  rights? I'm don't know SELinux very well so can you tell where I have
  to change the permissions, or at least where I can find usable
  information?

 Try issuing the following command (as root):

 audit2allow /var/log/audit/audit.log

 Paste the results here and I'll help you sort out what you need to
 change in your SELinux setup to get it working. (Or, if appropriate,
 where to file a bug against SELinux.)


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

Re: Problem : A repository was not found at the specified path.

2011-10-04 Thread Mathias Schnydrig
well now it went quite fast ;-)

#= httpd_t ==
allow httpd_t memcache_port_t:tcp_socket name_connect;
allow httpd_t port_t:tcp_socket name_connect;
allow httpd_t smtp_port_t:tcp_socket name_connect;

On Tue, Oct 4, 2011 at 5:24 PM, Stephen Gallagher step...@gallagherhome.com
 wrote:

 On Tue, 2011-10-04 at 15:51 +0200, Mathias Schnydrig wrote:
  this command bizarrely does not stop (I killed it after one hour)...
  audit2allow /var/log/audit/audit.log (as root)

 Sorry, my fault. That was a typo.

 Should be:
 audit2allow  /var/log/audit/audit.log

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

Re: Problem : A repository was not found at the specified path.

2011-10-03 Thread Mathias Schnydrig
On the ReviewBoard Administration: Add Repository I chose
show repositoty (enabled)
hosting service: custom
Repository Type: Subversion
And of course the name, login and path to the repo.
When clicking save I can see a DNS query to GitHb in Wireshark, but I can
not see any data to or from GitHub.

My Apache user has read/write access to the data directory (which is still
empty)...

SELinux is turned on:
$ sestatus
SELinux status: enabled
SELinuxfs mount:/selinux
Current mode:   enforcing
Mode from config file:  enforcing
Policy version: 24
Policy from config file:targeted



On Sun, Oct 2, 2011 at 11:40 AM, Christian Hammond chip...@chipx86.comwrote:

 I can't imagine why GitHub would be contacted. Can you get more details on
 that? At what stage is it contacted?

 I don't know what the Permission Denied is caused by, but can you verify
 that your Apache user has read/write access to sitedir/data/ and everything
 in it?

 Does your server have SELinux turned on?


 Christian

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


 On Fri, Sep 30, 2011 at 5:12 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 I looked at the packets using wireshark.When a DNS lookup for the svn
 server is done there is also a lookup for GitHub, which I did not configure.


 The SVN server is placed in the same network as ReviewBoard but not on the
 same system, so a communication through the proxy is not needed.

 I have logging turned on but the only message I get is the one I've
 previously posted:
 ERROR - SVN: Failed to get repository information for
 svn://svnServer.local/.../: Can't connect to host 'svnServer.local':
 Permission denied.

 Mathias

 On the SVN server there is no ssh used, only a user authentication
 (username and password).


 On Fri, Sep 30, 2011 at 12:06 AM, Christian Hammond 
 chip...@chipx86.comwrote:

 Where are you seeing that it wants to connect to GitHub? It shouldn't try
 that unless you've set the repository to talk to GitHub.

 I don't believe you'll end up going through the proxy for this, at least
 not on Review Board server when talking to Subversion.

 Is Review Board and the Subversion server on the same system?

 Do you have logging turned on for Review Board? Do you see any errors
 when attempting to save the repository?

 Christian


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


 On Thu, Sep 29, 2011 at 6:41 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 Hello Christian

 In my inquiries I found out that when I want to add my repo, reviewboard
 wants to connect to github. Why?
 Do I have to change some settings in reviewboad when I am behind a
 proxy?
 But I can still not find the solution to my problem...

 best
 Mathias


 On Mon, Sep 26, 2011 at 9:54 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 Hello,
 when I do an svn info I get:
 Path: .
 URL: svn://svnServer.local/.../trunk
 Repository Root: svn://svnServer.local/.../
 Repository UUID: b802f934-c87b-436e-8b01-e42a254ff852
 Revision: 1037
 Node Kind: directory
 Schedule: normal
 Last Changed Author: user0
 Last Changed Rev: 1037
 Last Changed Date: 2011-09-22 16:19:46 +0200 (Thu, 22 Sep 2011)

 Mathias




 On Sun, Sep 25, 2011 at 7:40 PM, Christian Hammond 
 chip...@chipx86.com wrote:

 Hi,

 What happens if you do an svn info on that address from that machine?

 Christian



 On Friday, September 23, 2011, schnmat mathias.al...@gmail.com
 wrote:
  Hello
 
  I just installed the most recent version of RevieBoard (1.6.1) on a
  CentOS6 machine. I had to install the pysvn from scratch, but the
 rest
  went quite well. So far so good.
 
  But when I want to add a repository (Hosting Service: Custom,
  Repository Type: Subversion) which is placed in the same subnet of
 my
  company I get the error:
  A repository was not found at the specified path.
  I enabled the log and get the message:
  2011-09-23 14:45:55,554 - ERROR - SVN: Failed to get repository
  information for svn://svnServer.local/.../: Can't connect to host
  'svnServer.local': Permission denied
 
  The Username and Password are correct, and when I enter some other
  Username and Pasword I get the same messages, it seams that they are
  not used at all in this case...
 
  I also looked at the packets in Wireshark, but I can only see some
 DNS
  packages to the svn server...
 
  All help is most appreciated
 
  Mathias
 
  --
  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

Re: Problem : A repository was not found at the specified path.

2011-10-03 Thread Mathias Schnydrig
Thanks for the hint: It seams that SELinux caused the problem. As soon as I
disabled the whole SELinux, the repository can be added. Is there a better
solution then disabling SELinux, like changing some access rights? I'm don't
know SELinux very well so can you tell where I have to change the
permissions, or at least where I can find usable information?

Mathias

On Mon, Oct 3, 2011 at 8:55 AM, Mathias Schnydrig
mathias.al...@gmail.comwrote:

 On the ReviewBoard Administration: Add Repository I chose
 show repositoty (enabled)
 hosting service: custom
 Repository Type: Subversion
 And of course the name, login and path to the repo.
 When clicking save I can see a DNS query to GitHb in Wireshark, but I can
 not see any data to or from GitHub.

 My Apache user has read/write access to the data directory (which is still
 empty)...

 SELinux is turned on:
 $ sestatus
 SELinux status: enabled
 SELinuxfs mount:/selinux
 Current mode:   enforcing
 Mode from config file:  enforcing
 Policy version: 24
 Policy from config file:targeted




 On Sun, Oct 2, 2011 at 11:40 AM, Christian Hammond chip...@chipx86.comwrote:

 I can't imagine why GitHub would be contacted. Can you get more details on
 that? At what stage is it contacted?

 I don't know what the Permission Denied is caused by, but can you verify
 that your Apache user has read/write access to sitedir/data/ and everything
 in it?

 Does your server have SELinux turned on?


 Christian

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


 On Fri, Sep 30, 2011 at 5:12 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 I looked at the packets using wireshark.When a DNS lookup for the svn
 server is done there is also a lookup for GitHub, which I did not configure.


 The SVN server is placed in the same network as ReviewBoard but not on
 the same system, so a communication through the proxy is not needed.

 I have logging turned on but the only message I get is the one I've
 previously posted:
 ERROR - SVN: Failed to get repository information for
 svn://svnServer.local/.../: Can't connect to host 'svnServer.local':
 Permission denied.

 Mathias

 On the SVN server there is no ssh used, only a user authentication
 (username and password).


 On Fri, Sep 30, 2011 at 12:06 AM, Christian Hammond chip...@chipx86.com
  wrote:

 Where are you seeing that it wants to connect to GitHub? It shouldn't
 try that unless you've set the repository to talk to GitHub.

 I don't believe you'll end up going through the proxy for this, at least
 not on Review Board server when talking to Subversion.

 Is Review Board and the Subversion server on the same system?

 Do you have logging turned on for Review Board? Do you see any errors
 when attempting to save the repository?

 Christian


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


 On Thu, Sep 29, 2011 at 6:41 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 Hello Christian

 In my inquiries I found out that when I want to add my repo,
 reviewboard wants to connect to github. Why?
 Do I have to change some settings in reviewboad when I am behind a
 proxy?
 But I can still not find the solution to my problem...

 best
 Mathias


 On Mon, Sep 26, 2011 at 9:54 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 Hello,
 when I do an svn info I get:
 Path: .
 URL: svn://svnServer.local/.../trunk
 Repository Root: svn://svnServer.local/.../
 Repository UUID: b802f934-c87b-436e-8b01-e42a254ff852
 Revision: 1037
 Node Kind: directory
 Schedule: normal
 Last Changed Author: user0
 Last Changed Rev: 1037
 Last Changed Date: 2011-09-22 16:19:46 +0200 (Thu, 22 Sep 2011)

 Mathias




 On Sun, Sep 25, 2011 at 7:40 PM, Christian Hammond 
 chip...@chipx86.com wrote:

 Hi,

 What happens if you do an svn info on that address from that machine?

 Christian



 On Friday, September 23, 2011, schnmat mathias.al...@gmail.com
 wrote:
  Hello
 
  I just installed the most recent version of RevieBoard (1.6.1) on a
  CentOS6 machine. I had to install the pysvn from scratch, but the
 rest
  went quite well. So far so good.
 
  But when I want to add a repository (Hosting Service: Custom,
  Repository Type: Subversion) which is placed in the same subnet of
 my
  company I get the error:
  A repository was not found at the specified path.
  I enabled the log and get the message:
  2011-09-23 14:45:55,554 - ERROR - SVN: Failed to get repository
  information for svn://svnServer.local/.../: Can't connect to host
  'svnServer.local': Permission denied
 
  The Username and Password are correct, and when I enter some other
  Username and Pasword I get the same messages, it seams that they
 are
  not used at all in this case...
 
  I also looked at the packets in Wireshark, but I can only see some
 DNS

Re: Problem : A repository was not found at the specified path.

2011-09-30 Thread Mathias Schnydrig
I looked at the packets using wireshark.When a DNS lookup for the svn server
is done there is also a lookup for GitHub, which I did not configure.

The SVN server is placed in the same network as ReviewBoard but not on the
same system, so a communication through the proxy is not needed.

I have logging turned on but the only message I get is the one I've
previously posted:
ERROR - SVN: Failed to get repository information for
svn://svnServer.local/.../: Can't connect to host 'svnServer.local':
Permission denied.

Mathias

On the SVN server there is no ssh used, only a user authentication (username
and password).

On Fri, Sep 30, 2011 at 12:06 AM, Christian Hammond chip...@chipx86.comwrote:

 Where are you seeing that it wants to connect to GitHub? It shouldn't try
 that unless you've set the repository to talk to GitHub.

 I don't believe you'll end up going through the proxy for this, at least
 not on Review Board server when talking to Subversion.

 Is Review Board and the Subversion server on the same system?

 Do you have logging turned on for Review Board? Do you see any errors when
 attempting to save the repository?

 Christian


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


 On Thu, Sep 29, 2011 at 6:41 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 Hello Christian

 In my inquiries I found out that when I want to add my repo, reviewboard
 wants to connect to github. Why?
 Do I have to change some settings in reviewboad when I am behind a proxy?
 But I can still not find the solution to my problem...

 best
 Mathias


 On Mon, Sep 26, 2011 at 9:54 AM, Mathias Schnydrig 
 mathias.al...@gmail.com wrote:

 Hello,
 when I do an svn info I get:
 Path: .
 URL: svn://svnServer.local/.../trunk
 Repository Root: svn://svnServer.local/.../
 Repository UUID: b802f934-c87b-436e-8b01-e42a254ff852
 Revision: 1037
 Node Kind: directory
 Schedule: normal
 Last Changed Author: user0
 Last Changed Rev: 1037
 Last Changed Date: 2011-09-22 16:19:46 +0200 (Thu, 22 Sep 2011)

 Mathias




 On Sun, Sep 25, 2011 at 7:40 PM, Christian Hammond 
 chip...@chipx86.comwrote:

 Hi,

 What happens if you do an svn info on that address from that machine?

 Christian



 On Friday, September 23, 2011, schnmat mathias.al...@gmail.com wrote:
  Hello
 
  I just installed the most recent version of RevieBoard (1.6.1) on a
  CentOS6 machine. I had to install the pysvn from scratch, but the rest
  went quite well. So far so good.
 
  But when I want to add a repository (Hosting Service: Custom,
  Repository Type: Subversion) which is placed in the same subnet of my
  company I get the error:
  A repository was not found at the specified path.
  I enabled the log and get the message:
  2011-09-23 14:45:55,554 - ERROR - SVN: Failed to get repository
  information for svn://svnServer.local/.../: Can't connect to host
  'svnServer.local': Permission denied
 
  The Username and Password are correct, and when I enter some other
  Username and Pasword I get the same messages, it seams that they are
  not used at all in this case...
 
  I also looked at the packets in Wireshark, but I can only see some DNS
  packages to the svn server...
 
  All help is most appreciated
 
  Mathias
 
  --
  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

 --
 --
 Christian Hammond - chip...@chipx86.com
 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+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


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

Re: Problem : A repository was not found at the specified path.

2011-09-29 Thread Mathias Schnydrig
Hello Christian

In my inquiries I found out that when I want to add my repo, reviewboard
wants to connect to github. Why?
Do I have to change some settings in reviewboad when I am behind a proxy?
But I can still not find the solution to my problem...

best
Mathias

On Mon, Sep 26, 2011 at 9:54 AM, Mathias Schnydrig
mathias.al...@gmail.comwrote:

 Hello,
 when I do an svn info I get:
 Path: .
 URL: svn://svnServer.local/.../trunk
 Repository Root: svn://svnServer.local/.../
 Repository UUID: b802f934-c87b-436e-8b01-e42a254ff852
 Revision: 1037
 Node Kind: directory
 Schedule: normal
 Last Changed Author: user0
 Last Changed Rev: 1037
 Last Changed Date: 2011-09-22 16:19:46 +0200 (Thu, 22 Sep 2011)

 Mathias




 On Sun, Sep 25, 2011 at 7:40 PM, Christian Hammond chip...@chipx86.comwrote:

 Hi,

 What happens if you do an svn info on that address from that machine?

 Christian



 On Friday, September 23, 2011, schnmat mathias.al...@gmail.com wrote:
  Hello
 
  I just installed the most recent version of RevieBoard (1.6.1) on a
  CentOS6 machine. I had to install the pysvn from scratch, but the rest
  went quite well. So far so good.
 
  But when I want to add a repository (Hosting Service: Custom,
  Repository Type: Subversion) which is placed in the same subnet of my
  company I get the error:
  A repository was not found at the specified path.
  I enabled the log and get the message:
  2011-09-23 14:45:55,554 - ERROR - SVN: Failed to get repository
  information for svn://svnServer.local/.../: Can't connect to host
  'svnServer.local': Permission denied
 
  The Username and Password are correct, and when I enter some other
  Username and Pasword I get the same messages, it seams that they are
  not used at all in this case...
 
  I also looked at the packets in Wireshark, but I can only see some DNS
  packages to the svn server...
 
  All help is most appreciated
 
  Mathias
 
  --
  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

 --
 --
 Christian Hammond - chip...@chipx86.com
 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+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

Re: Problem : A repository was not found at the specified path.

2011-09-26 Thread Mathias Schnydrig
Hello,
when I do an svn info I get:
Path: .
URL: svn://svnServer.local/.../trunk
Repository Root: svn://svnServer.local/.../
Repository UUID: b802f934-c87b-436e-8b01-e42a254ff852
Revision: 1037
Node Kind: directory
Schedule: normal
Last Changed Author: user0
Last Changed Rev: 1037
Last Changed Date: 2011-09-22 16:19:46 +0200 (Thu, 22 Sep 2011)

Mathias



On Sun, Sep 25, 2011 at 7:40 PM, Christian Hammond chip...@chipx86.comwrote:

 Hi,

 What happens if you do an svn info on that address from that machine?

 Christian



 On Friday, September 23, 2011, schnmat mathias.al...@gmail.com wrote:
  Hello
 
  I just installed the most recent version of RevieBoard (1.6.1) on a
  CentOS6 machine. I had to install the pysvn from scratch, but the rest
  went quite well. So far so good.
 
  But when I want to add a repository (Hosting Service: Custom,
  Repository Type: Subversion) which is placed in the same subnet of my
  company I get the error:
  A repository was not found at the specified path.
  I enabled the log and get the message:
  2011-09-23 14:45:55,554 - ERROR - SVN: Failed to get repository
  information for svn://svnServer.local/.../: Can't connect to host
  'svnServer.local': Permission denied
 
  The Username and Password are correct, and when I enter some other
  Username and Pasword I get the same messages, it seams that they are
  not used at all in this case...
 
  I also looked at the packets in Wireshark, but I can only see some DNS
  packages to the svn server...
 
  All help is most appreciated
 
  Mathias
 
  --
  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

 --
 --
 Christian Hammond - chip...@chipx86.com
 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+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