How can I prepare a TortoiseSVN installer to use the serf HTTP library instead of neon?
Posted
by
Sam Johnson
on Super User
See other posts from Super User
or by Sam Johnson
Published on 2012-01-17T12:51:43Z
Indexed on
2012/09/07
21:41 UTC
Read the original article
Hit count: 230
I'm going to be distributing instructions on how to access our new Subversion repository with TortoiseSVN. Because it's hosted on Windows, and we have some large files in the repository, we have to use the Serf HTTP library instead of neon.
This is normally specified by manually editing the Subversion "servers" file on the client machine and adding the line
http-library=serf
Is there a way I can customize the TortoiseSVN installer to do this automatically? I'm just trying to get it up and running as easy as possible for our new SVN users.
© Super User or respective owner