Originally created by: pavel.ly...@visualsvn.com
In the SVNBook's trunk [1] and in SVNBook 1.7 [2] I see a mistake.
This following is incorrect because "http-library=serf" has nothing to do with autoprops:
[[
For example, to temporarily disable the use of the automatic property setting feature, use --config-option=servers:global:http-library=serf.
]]
Should be:
[[
For example, to use serf network library instead of neon library, use --config-option=servers:global:http-library=serf.
]]
I suppose that the mistake occurred due to copy-paste from [3] (or some other SVNBook chapter maybe) where it says:
[[
For example, to temporarily disable the use of the automatic property setting feature, use --config-option=config:miscellany:enable-auto-props=no.
]]
[1]: https://code.google.com/p/svnbook/source/browse/trunk/en/book/ref-svnsync.xml
[2]: http://svnbook.red-bean.com/en/1.7/svn.ref.svnsync.html
[3]: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: pavel.ly...@visualsvn.com
Just after I submitted the issue I recalled that the neon network library is going to be "deleted" in the upcoming Apache Subversion 1.8 [1].
* So the example is not actual anymore. Is that correct?
* Does it make sense to consider changing the example in the chapter?
[1]: http://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
Eek. There are many flavors of ickiness in the sections your pointed out! Yes, in trunk those sections should stop calling attention to the 'http-library' option and should refer to something else. 'enable-auto-props' might not be the best choice depending on the specific context, as some binaries don't have anything to do with the auto-props (svnrdump, svnmucc, etc.).
Thanks for the report. This will get fixed before we wrap up the 1.8 documentation (and will be back-ported to the 1.7 version, too).
Labels: Milestone-en-1.8
Diff:
Fixed on trunk (1.8) in r5094.
Backported to 1.7 in r5095.