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

Re: svn_ra_print_ra_libraries doesnt print information about url schema svn+ssh

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-03 20:11:14 CEST

Alexander Mueller <XelaRellum@web.de> writes:

> I think I have all library support compiled into my binary / my libs
> but svn_ra_print_ra_libraries doesnt list
> svn+ssh here. Guess this is a bug.

Hmmm. I guess, in theory, we could list output like this:

$ svn --version
[...]

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema
  - handles 'svn+TUNNEL' schema (svn+ssh, etc.)

(I've artificially created that last line.)

Bikeshed, anyone?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 3 20:13:07 2003

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

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