Re: Problem in connecting the server

2012-06-06 Thread Masaru Kitajima
Stefan, I sent an e-mail with my iptables list. Did you kindly look at it? Is there anything wrong? The problem is not fixed yet. Please help me. Kindest regards, Masaru On 2012/06/05, at 18:55, Stefan Sperling wrote: > On Tue, Jun 05, 2012 at 06:42:46PM +0900, Masaru Kitajima wrote: >

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
nywheretcp dpt:svn ACCEPT tcp -- anywhere anywheretcp spt:svn Would you please have a look at this list? And if you find my mistakes, let me know please. Thanks in advance, Masaru On 2012/06/05, at 18:55, Stefan Sperling wrote: > On Tue, Jun 05, 2012 at

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
Thanks, Nico. I'll try that later. Thanks again! On 2012/06/05, at 21:40, Nico Kadel-Garcia wrote: > > > On Tue, Jun 5, 2012 at 2:14 AM, Masaru Kitajima > wrote: > Stefan, > > I found another problem. This may be server side Subversion configuration > is som

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
On 2012/06/05, at 18:55, Stefan Sperling wrote: > On Tue, Jun 05, 2012 at 06:42:46PM +0900, Masaru Kitajima wrote: >> I'm not sure if I have a connection problem. As "Yum" and "wget" >> works well on the server. And I can connect to the server using >

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
address and I can configure almost everything. Ah, I'm really confusing. Is there any specific port I should open using iptables for Subversion HTTP connection besides 80? On 2012/06/05, at 18:26, Stefan Sperling wrote: > On Tue, Jun 05, 2012 at 03:14:21PM +0900, Masaru Kitajima wrote

Re: Problem in connecting the server

2012-06-04 Thread Masaru Kitajima
Could not read status line:" was shown on the server. I have another server running CentOS6 and tried the same thing and it succeeded. I could get the source code from apache.org's repository. I'm really confused... On 2012/06/04, at 19:36, Stefan Sperling wrote: > On Mon, Jun 04,

Re: Problem in connecting the server

2012-06-04 Thread Masaru Kitajima
Stefan, I disabled what you kindly mentioned about /etc/httpd/conf/httpd/conf. Then I tried again, but the same error happened. Of course, I restarted the httpd after modified the conf file. On 2012/06/04, at 19:36, Stefan Sperling wrote: > On Mon, Jun 04, 2012 at 10:02:02AM +0900, Mas

Re: Problem in connecting the server

2012-06-03 Thread Masaru Kitajima
conf.d/svn_auth Require valid-user Then I restarted the httpd and tried to connect via client, but the result was same. Still cannot connect. Kindest regards, Masaru On 2012/06/03, at 1:07, Stefan Sperling wrote: > On Sat, Jun 02, 2012 at 07:39:46PM +0900, Masaru Kitajima wrote: &

Re: Problem in connecting the server

2012-06-02 Thread Masaru Kitajima
ed settings for /var/lib/svn. Anyway, I'll try to disable the /var/www/html/ first. Thanks again, Kindest regards, Masaru On 2012/06/03, at 1:07, Stefan Sperling wrote: > On Sat, Jun 02, 2012 at 07:39:46PM +0900, Masaru Kitajima wrote: >> Stefan, >> >> I have one websi

Re: Problem in connecting the server

2012-06-02 Thread Masaru Kitajima
/? On 2012/06/02, at 18:29, Stefan Sperling wrote: > On Sat, Jun 02, 2012 at 07:24:54AM +0900, Masaru Kitajima wrote: >> Stefan, >> >> I double checked all httpd configuration files, but there was >> no RedirectMatch for /svn location. >> >> About Project1, I

Re: Problem in connecting the server

2012-06-01 Thread Masaru Kitajima
Hi, Ryan The document root is /var/www/html/ . On 2012/06/01, at 23:28, Ryan Schmidt wrote: > > On Jun 1, 2012, at 00:46, Masaru Kitajimam wrote: > >> Hi, Stefan >> I looked /var/log/httpd/access_log and found an error. >> >> XXX.XXX.XXX.XXX - kitajima [30/May/2012:16:14:26 +0900] "GET /svn/

Re: Problem in connecting the server

2012-06-01 Thread Masaru Kitajima
Stefan, I double checked all httpd configuration files, but there was no RedirectMatch for /svn location. About Project1, I created new repository to check if the project repository was broken. I can see both in a browser. On 2012/06/01, at 19:55, Stefan Sperling wrote: > On Thu, May 31, 2012 a

Problem in connecting the server

2012-05-30 Thread Masaru Kitajima
Hi, all! I do need your help. I'm running CentOS 5.8 and Subversion 1.6.11 on a VPS. When I try to connect to the repository from my client Versions.app for Mac, an error message is shown. "Could not read status line: Connection reset by peer" I use http to connect to the repository, not https

subversion Could not read status line error

2012-05-30 Thread Masaru Kitajima
Hi, everyone. I'm Masaru Kitajima, a Japanese and I'm new to this list. I was building up a VPS server, and installed subversion as below: # yum -y install mod_dav_svn subversion And I created repository as below: # mkdir -p /var/lib/svn/ # svnadmin create /var/lib/svn/project

Re: Subversion reports error.

2012-02-10 Thread Masaru Kitajima
chmidt wrote: > On Feb 9, 2012, at 16:09, Alagazam.net Subversion wrote: >> On 2012-02-09 00:23, Ryan Schmidt wrote: >>> On Feb 8, 2012, at 15:41, Alagazam.net Subversion wrote: >>> >>>> On Feb 7, 2012, at 15:44, Masaru Kitajima wrote: >>>> >&g

Re: Subversion reports error.

2012-02-09 Thread Masaru Kitajima
, at 22:22, Daniel Shahaf wrote: > Running almost any 'svn' command will suffice. You can even run 'svn > info' (no arguments) outside of a working copy and it will still > read or create the configuration files. > > Masaru Kitajima wrote on Thu, Feb 09, 2012 at 10:

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
nd found that it was, properly, undefined). > > (Technically, it's also possible that 'svn' is a shell alias, or shell > function, or wrapper script, that changes the environment before running > the 'svn' binary. This isn't very likely, but you may want t

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
files). If those aren't clear, do not hesitate to ask for > clarification. > > Good luck, > > Daniel > > > Masaru Kitajima wrote on Thu, Feb 09, 2012 at 08:27:53 +0900: >> Rian, >> >> I see. I'm happy to hear that it's not a bug

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
02/09, at 8:23, Ryan Schmidt wrote: > > On Feb 8, 2012, at 15:41, Alagazam.net Subversion wrote: >> On Feb 7, 2012, at 15:44, Masaru Kitajima wrote: >>> On 2012/02/08, at 6:36, Daniel Shahaf wrote: >>>> What is the output of >>>> >>>&g

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
9, at 3:53, Daniel Shahaf wrote: > If it works with --config-option and not without it then either the > 'config' file in your system provides a bogus value, or the envvar > SVN_SSH is set. > > strace or truss should find the bogus config file for you, if all else > fails.

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
Hi, Daniel I posted e-mail below yesterday morning. Could you find something to solve my problem? Thanks in advance. Kindest regards, Masaru On 2012/02/08, at 7:18, Masaru Kitajima wrote: > Hi, Daniel. > > Thank you for your help. > > On 2012/02/08, at 7:00, Daniel Shahaf w

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
Hi, Daniel. Thank you for your help. On 2012/02/08, at 7:00, Daniel Shahaf wrote: > Masaru Kitajima wrote on Wed, Feb 08, 2012 at 06:44:33 +0900: >> Hi, Daniel >> >> On 2012/02/08, at 6:36, Daniel Shahaf wrote: >>> What is the output of >>> >>>

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
A prompt is not shown. Kindest regards, Masaru > > ? > > Masaru Kitajima wrote on Wed, Feb 08, 2012 at 06:32:18 +0900: >> On 2012/02/08, at 6:24, Stefan Sperling wrote: >>> On Wed, Feb 08, 2012 at 06:21:27AM +0900, Masaru Kitajima wrote: >>>> I typed &qu

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
On 2012/02/08, at 6:24, Stefan Sperling wrote: > On Wed, Feb 08, 2012 at 06:21:27AM +0900, Masaru Kitajima wrote: >> I typed "echo SVN_SSH" then server says "undefined variable". And nothing >> found in the files you mentioned. > > To me it looks li

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
to this: ssh = /usr/bin/ssh -q I've already done this. But nothing was changed. > Also make sure you don't have an SVN_SSH environment variable > set to some bogus value. No, there's no SVN_SSH environment variable. Kindest regards, Msaru <><><><><>

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
s "undefined variable". And nothing found in the files you mentioned. > P.S: If you're building from source, why use an old version? If you require > the 1.6.x branch for some reason, then 1.6.17 is the latest version of that > branch, but 1.7.2 is the latest stable vers

Subversion reports error.

2012-02-07 Thread Masaru Kitajima
itory, but no mistakes were found. So what's the problem and how can I solve this? Please reply me at tachi.sil...@gmail.com as I haven't subscribed this mailing list. Please help me. Kindest regards, Masaru <><><><><><><><><>&l