How can I prepare a TortoiseSVN installer to use the serf HTTP library instead of neon?

2

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.

Sam Johnson

Posted 2012-01-17T12:51:43.210

Reputation: 231

No answers