On checking out a very large svn repository I would like to throttle the bandwidth used by an svn client as to not impact a very sensitive network. Is this configurable within svn? Is this configurable in some other way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not configurable within SVN. You can (with pain) handle this by running the SVN connection through a bandwidth-throttled (virtual) router, such as DummyNet on FreeBSD. You can also route the traffic through an HTTP proxy such as Squid that can limit bandwidth, or use built-in Linux iptables functions (using “tc” for Traffic Control) to limit bandwidth, but this is often not easy to configure/use.
For various (mostly out-of-date) information, see http://lartc.org/, but the lartc mailing list (and archives) may be more informative. Also see http://www.docum.org/docum.org/