Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 22:57:10 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: Unable to relocate to new svn URL
Message-ID:  <55C3CA26.60806@gmx.de>
In-Reply-To: <CAN6yY1uYrZxaMm%2Bk2UaCxTBrS1KyxfzvxssSBO4E4BU-9qQdBA@mail.gmail.com>
References:  <CAN6yY1tez0Zhwt1mo4XdrinZ2OkyFH1U-Ew2VAv%2BWH=4YVv9=g@mail.gmail.com> <C5D69B70-A95D-4371-A8F8-5C8ED5E1CCA3@FreeBSD.org> <CAN6yY1tv6i3idwBg3WTOr7aBXAAeSMnT-7SmRBPSYTCXP9O=LQ@mail.gmail.com> <20150805221752.GF1056@albert.catwhisker.org> <55C2CEA8.8050200@FreeBSD.org> <CAN6yY1uYrZxaMm%2Bk2UaCxTBrS1KyxfzvxssSBO4E4BU-9qQdBA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55C3CA26.60806>