Re: cannot connect to svnserve locally and remotely

2014-09-05 Thread James
Thank you guys. Connected It is selinux stop the connection to the svnserve. I should mentioned that I have create an user group and changed the owner and permission on the repository. I also modified the svnserve.conf and passwd files of that repository and enabled to use passwd and added

Re: cannot connect to svnserve locally and remotely

2014-09-05 Thread Stefan Sperling
On Thu, Sep 04, 2014 at 09:20:39PM -0700, James wrote: > I got latest subversion setup on my latest Fedora 20. > > I created repository. > > I modified the svnserve.conf file and the passwd file in that repository. > I modified the firewall to open 3690 to public for TCP. > The svnserve.servic

Re: cannot connect to svnserve locally and remotely

2014-09-05 Thread Philip Martin
James writes: > I got latest subversion setup on my latest Fedora 20. > $svn co svn://devserver/Playground Playground --username bowing > svn: E13: Unable to connect to a repository at URL > 'svn://devserver/Playground' > svn: E13: Can't open file '/home/svn/Playground/format': Permis

cannot connect to svnserve locally and remotely

2014-09-04 Thread James
I got latest subversion setup on my latest Fedora 20. I created repository. I modified the svnserve.conf file and the passwd file in that repository. I modified the firewall to open 3690 to public for TCP. The svnserve.service is running. but I got E13 error when I try to connect to it wi