[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion bug thinks host is peg revision in: svn+ssh://svn@host/

From: Alan Barrett <apb_at_cequrux.com>
Date: 2006-08-30 14:44:55 CEST

On Tue, 29 Aug 2006, Garrett Rooney wrote:
> On 8/29/06, John Rouillard <rouilj@renesys.com> wrote:
> > tigris> svn list svn+ssh://svn@tigris/
> > svn: Syntax error parsing revision 'tigris'
> This is issue http://subversion.tigris.org/issues/show_bug.cgi?id=2349,
> which has a work around for the problem.

I use a different workaround:

* In your .ssh/config file, add these lines:

    Host tigris-svn
      HostName tigris.example.com
      User svn

  (This assumes that you use a version of SSH that uses this style of
  configuration file.)

* In your svn+ssh URL, use "svn+ssh://tigris-svn/" instead of
  "svn+ssh://svn@tigris/".

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 30 14:49:22 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.