This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with static fields and indirect-dispatch



On May 11, 2006, at 9:07 AM, Casey Marshall wrote:


OK. I have to run the weekly snapshots, because corporate wisdom prevents me from using SVN.

I also have this issue at work but you use svn over http and it works.


svn co http://gcc.gnu.org/svn/gcc/trunk will work.
and yes this is documented:
http://gcc.gnu.org/svn.html
------------------------------------------------------------------------ --------


If you are behind a firewall that does not allow the svn protocol through, you can replace svn:// with http://. You may also need to modify your subversion servers file (~/.subversion/servers) to set http-proxy-host and http-proxy-port. You should only use the http protocol if the svn protocol does not work; the http protocol has a higher server overhead associated with it and will be slower.

------------------------------------------------------------------------ --------



-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]