> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Lars Thegler > Sent: 10 October 2008 13:25 > To: Pocock, Daniel: IT (LDN) > Subject: Re: [rrd-developers] SVN over HTTP? > > The http proxy settings for subversion can be found in > ~/.subversion/servers. >
That's only half the problem - there are two ways of sharing an SVN repository on the Internet: - the HTTP method (where SVN is an Apache module) and - the SVN native method (using an svn:// URL and TCP port 3690) where the host runs the svnserve process. The HTTP method supports proxies in ~/.subversion/servers, while the svn:// method doesn't (unless using a combination of svn+ssh, a proxy supporting the HTTP CONNECT method, and an ssh config modified to use the proxy) rrdtool appears to be hosted using svnserve, so unless someone sets up the Apache module or the svn+ssh server side as an alternative access mechanism, people behind firewalls can't access rrdtool SVN. Regards, Daniel _______________________________________________ This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing. Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered offic e at 1 Churchill Place, London, E14 5HP. This email may relate to or be sent from other members of the Barclays Group. _______________________________________________ _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
