Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi All,
  Can anyone let me know how do i download the source of geronimo. 
I tried using svn checkout 
https://svn.apache.org/repos/asf/geronimo/trunk geronimo, but i am not 
able to do it. It gives the following error svn: Unrecognized URL 
scheme 'https://svn.apache.org/repos/asf/geronimo/trunk' . This could 
be because i am behind firewall. Please let me know how do it checkout 
the geronimo source using svn.

thanks,
-Sundar.


Re: Download source behind firewall

2004-12-01 Thread Bruce Snyder
Sundaranathan wrote:
  Can anyone let me know how do i download the source of geronimo. I 
tried using svn checkout 
https://svn.apache.org/repos/asf/geronimo/trunk geronimo, but i am not 
able to do it. It gives the following error svn: Unrecognized URL 
scheme 'https://svn.apache.org/repos/asf/geronimo/trunk' . This could 
be because i am behind firewall. Please let me know how do it checkout 
the geronimo source using svn.
Sundar,
The secure URL is for committers only. Try using the non-secure URL:
http://svn.apache.org/repos/asf/geronimo/trunk
The HTTP protocol can easily tunnel through a firewall as long as the 
firewall allows it. That's actually a big reason that Subversion uses 
URLs over the HTTP protocol. But if you must use a proxy from behind 
your firewall, the Subversion client needs to be configured for this. 
Please see the following section of the Subversion book that discusses 
configuration options for proxy servers:

http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-7-sect-1
Bruce
--
perl -e 'print 
unpack(u30,0G)[EMAIL PROTECTED]5R\F9EG)E=\$\!FFEI+F-O;0\`\`);'

The Castor Project
http://www.castor.org/
Apache Geronimo
http://geronimo.apache.org/


Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi Bruce,
   Thanks. I tried that, now i am getting the following error
   svn: PROPFIND request failed on 
'/repos/asf/geronimo/trunk'  svn: PROPFIND of 
'/repos/asf/geronimo/trunk': 500 Server Error (http://svn.apache.org).

   Please let me know what could be the reason for this failure.
thanks,
-Sundar.
Bruce Snyder wrote:
Sundaranathan wrote:
  Can anyone let me know how do i download the source of 
geronimo. I tried using svn checkout 
https://svn.apache.org/repos/asf/geronimo/trunk geronimo, but i am 
not able to do it. It gives the following error svn: Unrecognized 
URL scheme 'https://svn.apache.org/repos/asf/geronimo/trunk' . This 
could be because i am behind firewall. Please let me know how do it 
checkout the geronimo source using svn.

Sundar,
The secure URL is for committers only. Try using the non-secure URL:
http://svn.apache.org/repos/asf/geronimo/trunk
The HTTP protocol can easily tunnel through a firewall as long as the 
firewall allows it. That's actually a big reason that Subversion uses 
URLs over the HTTP protocol. But if you must use a proxy from behind 
your firewall, the Subversion client needs to be configured for this. 
Please see the following section of the Subversion book that discusses 
configuration options for proxy servers:

http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-7-sect-1
Bruce



Re: Download source behind firewall

2004-12-01 Thread Dain Sundstrom
I just double checked on a clean machine and https works without an 
Apache login.  I believe the problem is you did not install svn+ssl.

If you don't have permission to upgrade the svn client on your 
computer, you can try http://tmate.org/svn/ which is a pure java 
subversion client that supports http, https, svn and svn+ssh connection 
protocols.

-dain
--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26
On Nov 30, 2004, at 7:31 PM, Sundaranathan wrote:
Hi Bruce,
   Thanks. I tried that, now i am getting the following error
   svn: PROPFIND request failed on 
'/repos/asf/geronimo/trunk'  svn: PROPFIND of 
'/repos/asf/geronimo/trunk': 500 Server Error 
(http://svn.apache.org).

   Please let me know what could be the reason for this failure.
thanks,
-Sundar.
Bruce Snyder wrote:
Sundaranathan wrote:
  Can anyone let me know how do i download the source of 
geronimo. I tried using svn checkout 
https://svn.apache.org/repos/asf/geronimo/trunk geronimo, but i am 
not able to do it. It gives the following error svn: Unrecognized 
URL scheme 'https://svn.apache.org/repos/asf/geronimo/trunk' . This 
could be because i am behind firewall. Please let me know how do it 
checkout the geronimo source using svn.

Sundar,
The secure URL is for committers only. Try using the non-secure URL:
http://svn.apache.org/repos/asf/geronimo/trunk
The HTTP protocol can easily tunnel through a firewall as long as the 
firewall allows it. That's actually a big reason that Subversion uses 
URLs over the HTTP protocol. But if you must use a proxy from behind 
your firewall, the Subversion client needs to be configured for this. 
Please see the following section of the Subversion book that 
discusses configuration options for proxy servers:

http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-7-sect-1
Bruce




Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi Dain,
Thanks. But i download the latest subversion. Does that not contain the 
ssl. The version of the subversion that i installed is subversion-1.1.1. 
Should i configure something to get the ssl. Please let me know what is 
that i should do. I hope the subversion that i downloaded and installed 
was latest.

thanks,
-Sundar.
Dain Sundstrom wrote:
On Nov 30, 2004, at 9:21 PM, Dain Sundstrom wrote:
I just double checked on a clean machine and https works without an 
Apache login. I believe the problem is you did not install svn+ssl.

If you don't have permission to upgrade the svn client on your 
computer, you can try http://tmate.org/svn/ which is a pure java 
subversion client that supports http, https, svn and svn+ssh 
connection protocols.

Sorry... I just took a close look at the tmate client and it appears 
to be just a library and specifically not a cli tool. Guess you'll 
have to upgrade.

-dain



Re: Download source behind firewall

2004-12-01 Thread Dain Sundstrom
When I installed it on my mac, I had to grab the version that 
specifically included ssl.  FWIU, subversion does *not* ship with ssl 
support by default.

-dain
--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26
On Nov 30, 2004, at 9:36 PM, Sundaranathan wrote:
Hi Dain,
Thanks. But i download the latest subversion. Does that not contain 
the ssl. The version of the subversion that i installed is 
subversion-1.1.1. Should i configure something to get the ssl. Please 
let me know what is that i should do. I hope the subversion that i 
downloaded and installed was latest.

thanks,
-Sundar.
Dain Sundstrom wrote:
On Nov 30, 2004, at 9:21 PM, Dain Sundstrom wrote:
I just double checked on a clean machine and https works without an 
Apache login. I believe the problem is you did not install svn+ssl.

If you don't have permission to upgrade the svn client on your 
computer, you can try http://tmate.org/svn/ which is a pure java 
subversion client that supports http, https, svn and svn+ssh 
connection protocols.

Sorry... I just took a close look at the tmate client and it appears 
to be just a library and specifically not a cli tool. Guess you'll 
have to upgrade.

-dain



Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi Dain,
Thanks. I will try that.
thanks,
-Sundar.
Dain Sundstrom wrote:
When I installed it on my mac, I had to grab the version that 
specifically included ssl. FWIU, subversion does *not* ship with ssl 
support by default.

-dain
--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26
On Nov 30, 2004, at 9:36 PM, Sundaranathan wrote:
Hi Dain,
Thanks. But i download the latest subversion. Does that not contain 
the ssl. The version of the subversion that i installed is 
subversion-1.1.1. Should i configure something to get the ssl. Please 
let me know what is that i should do. I hope the subversion that i 
downloaded and installed was latest.

thanks,
-Sundar.
Dain Sundstrom wrote:
On Nov 30, 2004, at 9:21 PM, Dain Sundstrom wrote:
I just double checked on a clean machine and https works without an 
Apache login. I believe the problem is you did not install svn+ssl.

If you don't have permission to upgrade the svn client on your 
computer, you can try http://tmate.org/svn/ which is a pure java 
subversion client that supports http, https, svn and svn+ssh 
connection protocols.

Sorry... I just took a close look at the tmate client and it appears 
to be just a library and specifically not a cli tool. Guess you'll 
have to upgrade.

-dain




Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Thanks Dain, finally i am able to checkout.
-Sundar.
Sundaranathan wrote:
Hi Dain,
Thanks. I will try that.
thanks,
-Sundar.
Dain Sundstrom wrote:
When I installed it on my mac, I had to grab the version that 
specifically included ssl. FWIU, subversion does *not* ship with ssl 
support by default.

-dain
--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26
On Nov 30, 2004, at 9:36 PM, Sundaranathan wrote:
Hi Dain,
Thanks. But i download the latest subversion. Does that not contain 
the ssl. The version of the subversion that i installed is 
subversion-1.1.1. Should i configure something to get the ssl. 
Please let me know what is that i should do. I hope the subversion 
that i downloaded and installed was latest.

thanks,
-Sundar.
Dain Sundstrom wrote:
On Nov 30, 2004, at 9:21 PM, Dain Sundstrom wrote:
I just double checked on a clean machine and https works without 
an Apache login. I believe the problem is you did not install 
svn+ssl.

If you don't have permission to upgrade the svn client on your 
computer, you can try http://tmate.org/svn/ which is a pure java 
subversion client that supports http, https, svn and svn+ssh 
connection protocols.


Sorry... I just took a close look at the tmate client and it 
appears to be just a library and specifically not a cli tool. Guess 
you'll have to upgrade.

-dain