Thanks Dale;
I'm included part of the Settings file with my changes inserted. My assumption
is that 'ssh=ssh' informs TSVN to substitute 'ssh' in 'svn+ssh://' during URL /
command execution. I would like to get more diagnostic information. The output
message indicated that a change had to be made in [tunnels] section of the
Settings file. Is this the correct change?
I really don't understand what's going on. The comments indicate that 'only the
ssh' command is defined, but the original ssh command (# ssh = $SVN_SSH ssh -q)
is commented out.
The URL popup is (TSVN -> repo-browser):
svn+ssh://schwarar@hbchwr98s007p1.ds.boeing.com/svn_repos/fse/MSO/
| | |
| | o hostname
| o username
o command
Any help in understanding enough so I can solve problems on my own would be
appreciated.
art
======================== Setting File ========================
### Section for configuring tunnel agents.
[tunnels]
### Configure svn protocol tunnel schemes here. By default, only
### the 'ssh' scheme is defined. You can define other schemes to
### be used with 'svn+scheme://hostname/path' URLs. A scheme
### definition is simply a command, optionally prefixed by an
### environment variable name which can override the command if it
### is defined. The command (or environment variable) may contain
### arguments, using standard shell quoting for arguments with
### spaces. The command will be invoked as:
### <command> <hostname> svnserve -t
### (If the URL includes a username, then the hostname will be
### passed to the tunnel agent as <user>@<hostname>.) If the
### built-in ssh scheme were not predefined, it could be defined
### as:
# <art> original commented section below
# ssh = $SVN_SSH ssh -q
# <art> my new option below. I removed -q and $SVN_SSH from the example
ssh=ssh
### If you wanted to define a new 'rsh' scheme, to be used with
### 'svn+rsh:' URLs, you could do so as follows:
# rsh = rsh
### Or, if you wanted to specify a full path and arguments:
# rsh = /path/to/rsh -l myusername
### On Windows, if you are specifying a full path to a command,
### use a forward slash (/) or a paired backslash (\\) as the
### path separator. A single backslash will be treated as an
### escape for the following character.
________________________________
From: Dale McCoy <dalestan_at_gmail.com>
To: users_at_tortoisesvn.tigris.org
Sent: Wed, December 1, 2010 9:37:05 AM
Subject: Re: Missing Error Messages
Arthur Shwhartz wrote:
> > I can expand the error output by adding a '-q' option
> I inserted:'ssh = ssh' into this section
> After I edit the Settings file ('svn=svn')
I'm not seeing the -q option you mentioned. Also, are you adding it to
ssh or svn?
Dale McCoy
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2687045
To unsubscribe from this discussion, e-mail:
[users-unsubscribe_at_tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2687053
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-01 18:55:28 CET