Make svn --version (and svnsync --version, etc) tell you if ra_svn has
commitb83eae70a8d34b0f5acb3cae3fa3b88b0b38da5c
authorglasser <glasser@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Fri, 29 Feb 2008 01:51:23 +0000 (29 01:51 +0000)
committerglasser <glasser@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Fri, 29 Feb 2008 01:51:23 +0000 (29 01:51 +0000)
tree5dbe28c3375d81b49d65fce3ad997908c25088c9
parenta67a7af844d0eddade6fded01072122549e21a4e
Make svn --version (and svnsync --version, etc) tell you if ra_svn has
SASL support built in.

(Note that get_description is a private API of the ra_loader, only
used from svn_ra_print_modules, so hard-coding it to the
svn_ra_print_modules output format is OK.)

* subversion/libsvn_ra_svn/client.c
  (RA_SVN_DESCRIPTION): Add a second line about SASL, if available.

* subversion/libsvn_ra/ra_loader.c
  (svn_ra_print_modules): Note that if we change the format of this
   function, ra_svn may need special care.

git-svn-id: http://svn.collab.net/repos/svn/trunk@29625 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
subversion/libsvn_ra/ra_loader.c
subversion/libsvn_ra_svn/client.c