Which line did you remove whitespace from? (And please don't say "153".
Show the line in context, and indicate which of the lines in the context
it is. Thanks.)
Will Fleming wrote on Thu, Apr 26, 2012 at 12:31:29 -0600:
> Should I log this as a bug?
> I made an option setting in the servers file prior to version 1.6.11 and all was fine. Just after upgrade, svn complains about no option being set.
>
> [etldev_at_odlbods1 ~]$ svn help
> svn: /home/etldev/.subversion/servers:153: Option expected
> [etldev_at_odlbods1 ~]$
>
> I removed the leading spaces to the line setting and then it worked
> ......
> # No neon-debug-mask, so neon debugging is disabled.
> # ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem
> #
> # Password / passphrase caching parameters:
> # store-passwords = no
> store-plaintext-passwords = no
> # store-ssl-client-cert-pp = no
> # store-ssl-client-cert-pp-plaintext = no
> ....
Received on 2012-04-26 22:27:23 CEST