
davidbuzz at gmail
Apr 9, 2008, 10:01 PM
Post #1 of 2
(284 views)
Permalink
|
|
Re: [mythtv-commits] mythtv commit: r17001 by nigel
|
|
Nigel, I had this proxy code (which you've removed with this patch) in place because many proxy servers (my previous employer, for example) only support get/head/post queries on the proxy (it was a MS proxy), and not propfind, etc as required by SVN. so there is no way for SVN to work through this proxy, even if it's "configured" correctly. I wanted the option for people who manually-download the sources and put then in the right place to still be able to run the script to completion. it's no biggie for me anymore (changed employer), but it still is possibly a useful feature for others. :-) Buzz. On Thu, Apr 10, 2008 at 10:11 AM, <mythtv[at]cvs.mythtv.org> wrote: > Author: nigel > Date: 2008-04-10 00:11:35 +0000 (Thu, 10 Apr 2008) > New Revision: 17001 > Changeset: http://cvs.mythtv.org/trac/changeset/17001 > > Modified: > > trunk/mythtv/contrib/Win32/build/win32-packager.pl > > Log: > > Remove 'using_proxy_cannot_do_SVN.txt' junk (SVN through proxy dows work, > but it requires the manual editing of %APPDATA%\Subversion\servers), > shorten svn checkout and update commands. > > > > _______________________________________________ > mythtv-commits mailing list > mythtv-commits[at]mythtv.org > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits >
|