Re: Subversion reports error.

2012-02-09 Thread Daniel Shahaf
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:11:50 +0900: Daniel, In Mac OS X, we should use dtrace command. Its

Re: Subversion reports error.

2012-02-09 Thread Masaru Kitajima
Daniel, Thank you. TO ALL Finally, I found that it was my local config file error. One of my friends told me that there is a Macintosh HD/Users/username/.subversion/config file. The .subversion directory start with . so I couldn't find it from Finder. using terminal and checked [tunnels]

Re: Subversion reports error.

2012-02-09 Thread Alagazam.net Subversion
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: On 2012/02/08, at 6:36, Daniel Shahaf wrote: What is the output of % ssh sectio...@section-9.sakura.ne.jp svnserve -t It is as below: ( success

Re: Subversion reports error.

2012-02-09 Thread Ryan Schmidt
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: On 2012/02/08, at 6:36, Daniel Shahaf wrote: What is the output of % ssh

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 wrote: Masaru Kitajima

Re: Subversion reports error.

2012-02-08 Thread Daniel Shahaf
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. Masaru Kitajima wrote on Thu, Feb 09, 2012 at 03:41:20 +0900: Hi,

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
Hi, Daniel. Sorry to say that I'm not familiar with UNIX command. So I can't understand what to do next. And I tried TortoiseSVN on my BOOTCAMP partition which runs Windows 7. TortoiseSVN says can't create tunnel. So I guess it is not my client issue. On 2012/02/09, at 3:53, Daniel Shahaf

Re: Subversion reports error.

2012-02-08 Thread Alagazam.net Subversion
% ssh sectio...@section-9.sakura.ne.jp ls /home/section-9/svn/reps README.txt conf db format hooks locks and then stops. A prompt is not shown. Kindest regards, Masaru This symptom of not getting any prompt back reminds me of a totally non-svn related bug but a network error I

Re: Subversion reports error.

2012-02-08 Thread Ryan Schmidt
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 % ssh sectio...@section-9.sakura.ne.jp svnserve -t It is as below: ( success ( 2 2 ( ) ( edit-pipeline svndiff1

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
Rian, I see. I'm happy to hear that it's not a bug and it's expected behavior. Still I can't connect to Subversion using svn+ssh protocol. And my team is worrying about it to manage their source files. Hope to solve this problem soon... Kindest regards, Masaru On 2012/02/09, at 8:23, Ryan

Re: Subversion reports error.

2012-02-08 Thread Daniel Shahaf
Masaru, Does 'ssh -q sectio...@section-9.sakura.ne.jp svnserve -t' print the server greeting (like it does without -q)? 1. If it does not print a greeting, you'll have to define: [tunnels] ssh = $SVN_SSH ssh (without anything else on the second line) in your system-wide or per-user

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
Daniel, Thanks for your kind help. When I typed a command you suggested, server said ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) ) . And it's same as without -q option. So, the ball is in my court. I'm not sure where my

Re: Subversion reports error.

2012-02-08 Thread Daniel Shahaf
Run svn under a syscall tracer (such as strace, truss, or local equivalent), and you'll see an open(2) call for the config file. (Ryan or someone else may be able to tell you what 'local equivalent' is.) I believe you already looked for $SVN_SSH in your environment upthread (and found that it

Re: Subversion reports error.

2012-02-08 Thread Masaru Kitajima
Daniel, In Mac OS X, we should use dtrace command. Its command is like sudo dtrace -n syscall::open:entry, syscall::stat:entry, syscall::stat64:entry / execname == \svn\ / {trace( copyinstr(arg0))} dtrace.txt. I tried this and then tried svn info

Subversion reports error.

2012-02-07 Thread Masaru Kitajima
Hello all, I haven't subscribed to this mailing list. But I have a problem and need your helps. I installed Subversion 1.6.15 on a rented server. The installation seemed successful. I'm not sure what machine they use, but have some information. The server running FreeBSD 7.1-RELEASE-p16i386.

Re: Subversion reports error.

2012-02-07 Thread Ryan Schmidt
On Feb 7, 2012, at 14:17, Masaru Kitajima wrote: I installed Subversion 1.6.15 on a rented server. The installation seemed successful. I'm not sure what machine they use, but have some information. The server running FreeBSD 7.1-RELEASE-p16i386. CPU is Intel Xeon CPU E3110@3GHz. Memory is

Re: Subversion reports error.

2012-02-07 Thread Ryan Schmidt
You should Reply All so that our conversation stays on the mailing list so others can benefit from it. On Feb 7, 2012, at 14:48, Masaru Kitajima wrote: Hi Ryan, Thank you for replying to me. Yes, when I type which ssh, the server tells me/usr/bin/ssh. I installed Subversion in order I

Re: Subversion reports error.

2012-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2012 at 03:08:12PM -0600, Ryan Schmidt wrote: /usr/bin_ssh exists and works. So, I need to rebuild Subversion, I understand. But how can I tell it the correct ssh path? I'm not sure, I just assumed that, since the error message said usr/bin/ssh, which is not a valid

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
Hi, all Ryan, thanks for telling me to Reply All to make our conversation stays on the mailing list. On 2012/02/08, at 6:08, Ryan Schmidt wrote: You should Reply All so that our conversation stays on the mailing list so others can benefit from it. On Feb 7, 2012, at 14:48, Masaru Kitajima

Re: Subversion reports error.

2012-02-07 Thread Stefan Sperling
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 like the problem is happening on the client instead of on the server. If you cannot find anything wrong in

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
Hi, Stefan! Thanks for your e-mail. On 2012/02/08, at 6:19, Stefan Sperling wrote: On Tue, Feb 07, 2012 at 03:08:12PM -0600, Ryan Schmidt wrote: /usr/bin_ssh exists and works. So, I need to rebuild Subversion, I understand. But how can I tell it the correct ssh path? I'm not sure, I just

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 like the problem is happening on the client instead of on

Re: Subversion reports error.

2012-02-07 Thread Daniel Shahaf
What is the output of % ssh sectio...@section-9.sakura.ne.jp svnserve -t ? 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 echo SVN_SSH then server says

Re: Subversion reports error.

2012-02-07 Thread Masaru Kitajima
Hi, Daniel On 2012/02/08, at 6:36, Daniel Shahaf wrote: What is the output of % ssh sectio...@section-9.sakura.ne.jp svnserve -t It is as below: ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) ) and then stops. A prompt is

Re: Subversion reports error.

2012-02-07 Thread Daniel Shahaf
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 % ssh sectio...@section-9.sakura.ne.jp svnserve -t It is as below: ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries

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 % ssh sectio...@section-9.sakura.ne.jp svnserve -t It is as