On 2015-08-06 05:44, Kevin Oberman wrote: > ... > > This still leaves the issue of requiring SASL support in subversion. A note > in the handbook section on ports would help, though I'll admit that I > probably would not have found it in this case. Perhaps a note in > ports/UPDATING might be in order. At least that one was fairly easy to find > once I started looking.
Hi Kevin, SASL support is not required to checkout/update src/ports/docs To see a list of client features fire the command $ svn --version svn, version 1.8.14 (r1692801) ... The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.8 - handles 'http' scheme - handles 'https' scheme or on FreeBSD >= 10.x $ svnlite --version svn, version 1.8.10 (r1615264) ... The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.7 - handles 'http' scheme - handles 'https' scheme -- olli _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
