Robert Ullrey robert_ullrey@mac.com wrote:
svn checkout --username anon --password anon http://macromates.com/svn/Bundles/trunk ~/Bundles/
For anyone "lucky" enough to be trapped behind an authenticating squid proxy that hasn't been set up to talk the right sort of talk for the webdav requests that svn requires (see http://subversion.tigris.org/faq.html#proxy for the details) it's definitely worth trying the above command with "https" instead of "http". I had been trying without any success to download the TM bundles using svn, and dreading the thought of trying to convince someone in our IT division to recompile squid. Changing the URL to https led to a beautiful flood of files in my ~/Bundles directory.
Cheers, Paul
Am 17.03.2005 um 06:52 schrieb Paul McCann:
Robert Ullrey robert_ullrey@mac.com wrote:
svn checkout --username anon --password anon http://macromates.com/svn/Bundles/trunk ~/Bundles/
For anyone "lucky" enough to be trapped behind an authenticating squid proxy that hasn't been set up to talk the right sort of talk for the webdav requests that svn requires (see http://subversion.tigris.org/faq.html#proxy for the details) it's definitely worth trying the above command with "https" instead of "http". I had been trying without any success to download the TM bundles using svn, and dreading the thought of trying to convince someone in our IT division to recompile squid. Changing the URL to https led to a beautiful flood of files in my ~/Bundles directory.
....which completely made my day.
Thanks so much, Paul!
Cheers, Mark
********************************************************************* Quoting Paul McCann on [Thursday, March 17, 2005, +1030]
it's definitely worth trying the above command with "https" instead of "http".
Ah yes, thanks Paul.
I know as i was writing that I was forgetting a note. https has been discussed before and i should have included a note to try it if http: did not work.