Re: SVN Behind Proxy

2008-08-13 Thread Zaki Akhmad
On Tue, Aug 12, 2008 at 8:49 PM, Eugene V. Lyubimkin <[EMAIL PROTECTED]> wrote: Thank you Eugene, Gregory and Nelson. It works now. I add my proxy configuration on /etc/subversion/servers on the global section # vim /etc/subersion/servers http-proxy-host = *.*.22.105 http-proxy-port = 8080 http

Re: SVN Behind Proxy

2008-08-12 Thread Eugene V. Lyubimkin
Gregory Seidman wrote: > On Tue, Aug 12, 2008 at 01:12:35PM +0700, Zaki Akhmad wrote: >> I am trying to get some source code with SVN. My access to Internet is >> behind proxy. How do I set the SVN (I use subversion package) so that >> I can access the source code? >> >> Here's the command I should

Re: SVN Behind Proxy

2008-08-12 Thread Nelson Castillo
On Tue, Aug 12, 2008 at 1:12 AM, Zaki Akhmad <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to get some source code with SVN. My access to Internet is > behind proxy. How do I set the SVN (I use subversion package) so that > I can access the source code? Hi. Please check the file "~/.subve

Re: SVN Behind Proxy

2008-08-12 Thread Gregory Seidman
On Tue, Aug 12, 2008 at 01:12:35PM +0700, Zaki Akhmad wrote: > I am trying to get some source code with SVN. My access to Internet is > behind proxy. How do I set the SVN (I use subversion package) so that > I can access the source code? > > Here's the command I should write (example) > $ svn chec

SVN Behind Proxy

2008-08-11 Thread Zaki Akhmad
Hi All, I am trying to get some source code with SVN. My access to Internet is behind proxy. How do I set the SVN (I use subversion package) so that I can access the source code? Here's the command I should write (example) $ svn checkout http://blabla.googlecode.com/svn/trunk/ blabla-read-only -