RE: subversion configuration problem

2010-09-15 Thread Kayhan Yüksel
@subversion.apache.org Cc: İsmail Hakkı ŞAHİN Subject: RE: subversion configuration problem Hi, The SlikSVN distribution is Ipv6 enabled. If you don't tell the svnserve binary on which address it should listen, it defaults to listening on IPv6. (For clients this is the behavior you

RE: subversion configuration problem

2010-09-15 Thread Bert Huijben
:0 to listen on all IPv6 addresses. Bert From: Kayhan Yüksel [mailto:kayh...@fasdat.com.tr] Sent: woensdag 15 september 2010 14:09 To: users@subversion.apache.org Cc: İsmail Hakkı ŞAHİN Subject: subversion configuration problem To whom it may respond to, We have

RE: subversion configuration problem

2010-09-15 Thread Bob Archer
> 2010/9/15 Kayhan Yüksel > This is the svnserve configuration file: > > ### This file controls the configuration of the svnserve daemon, if > you > ### use it to allow access to this repository.  (If you only allow > ### access through http: and/or file: URLs, then this file is > ### irrelevant.

RE: subversion configuration problem

2010-09-15 Thread Jeremy Mordkoff
On the windows servers, open a command prompt and run 'netstat -n -a' You should see a line something like TCP 0.0.0.0:3690 0.0.0.0:0 listening If it is not there, the server is not running or it is running on the wrong port. If it is there, you have a routing or firewall issue

RE: subversion configuration problem

2010-09-15 Thread Kayhan Yüksel
Thank you very much, will try it. From: Erik Andersson [mailto:kir...@gmail.com] Sent: Wednesday, September 15, 2010 4:19 PM To: Kayhan Yüksel Cc: Jeremy Mordkoff; users@subversion.apache.org; İsmail Hakkı ŞAHİN Subject: Re: subversion configuration problem 2010/9/15 Erik Andersson

RE: subversion configuration problem

2010-09-15 Thread Kayhan Yüksel
Yes , the server can be pinged by name and IP address. From: Jeremy Mordkoff [mailto:j...@zeevee.com] Sent: Wednesday, September 15, 2010 4:23 PM To: Kayhan Yüksel; users@subversion.apache.org Cc: İsmail Hakkı ŞAHİN Subject: RE: subversion configuration problem Can you ping it by name? by

RE: subversion configuration problem

2010-09-15 Thread Jeremy Mordkoff
Can you ping it by name? by address? Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com

Re: subversion configuration problem

2010-09-15 Thread Erik Andersson
ample password file for svnserve. >> >> ### Its format is similar to that of svnserve.conf. As shown in the >> >> ### example below it contains one section labelled [users]. >> >> ### The name and password for each user follow, one account per line. >> >

Re: subversion configuration problem

2010-09-15 Thread Erik Andersson
= harry,sally,&joe > > > > # [/svn/repos] > > #ismailh = rw > > #kayhany = rw > > > > > > [repository:c:\svn\repos] > > @developers = rw > > Try this instead: [/] * = r @developers = rw > > > And this is the passwd file : > &g

RE: subversion configuration problem

2010-09-15 Thread Kayhan Yüksel
user follow, one account per line. [users] # harry = harryssecret # sally = sallyssecret kayhany = ismailh = From: Jeremy Mordkoff [mailto:j...@zeevee.com] Sent: Wednesday, September 15, 2010 3:21 PM To: Kayhan Yüksel; users@subversion.apache.org Cc: İsmail Hakkı ŞAHİN Subje

RE: subversion configuration problem

2010-09-15 Thread Kayhan Yüksel
Yüksel; users@subversion.apache.org Cc: İsmail Hakkı ŞAHİN Subject: RE: subversion configuration problem Have you checked your firewall settings on the Windoze server? Can you telnet to the SVN port from the client? jlm Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc.

RE: subversion configuration problem

2010-09-15 Thread Jeremy Mordkoff
3 j...@zeevee.com <mailto:j...@zeevee.com> www.zeevee.com <http://www.zeevee.com/> From: Kayhan Yüksel [mailto:kayh...@fasdat.com.tr] Sent: Wednesday, September 15, 2010 8:09 AM To: users@subversion.apache.org Cc: İsmail Hakkı ŞAHİN Subject: subversion configuration problem

subversion configuration problem

2010-09-15 Thread Kayhan Yüksel
To whom it may respond to, We have been required to setup a svn server without using Apache Server on a Windows 2008 Server. After installing SlikSVN , we have created a test repository using svnadmin at c:\svn\repos and started SVNSERVE as deamon. As a client, we are testing AnkhSVN insid