Hi Advait,
On Jul 6, 2007, at 12:02 PM, advait wrote:
Hi, I am trying to download xwiki source code using
svn co
svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-users
and
svn co
svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki-platform/
core/trunk
But, I am getting this error:
svn: Unknown hostname 'svn.forge.objectweb.org
Since I am behind a proxy, I have create appropriate entries in
server file
for my subversion client:
objectwebgroup = *.objectweb.org
[objectwebgroup]
http-proxy-host = xxx.xxx.xxx.xxx
http-proxy-port = xxxx
Any Idea why I am getting this problem?
The svn protocol is NOT using port 80... and you proxy must be
blocking svn protocol ports.
Also, when I tried to download zip,
tgz, tgbz2 from
http://fisheye2.cenqua.com/browse/~br=XWIKI_1_0/xwiki
I am getting HTML files, though they are named: tarball.zip/tgz/
tgbz2, I saw
the contents and it is HTML. I also found following tag in this files:
<div class="welcomePane">
<p><strong>FishEye was unable to process your request.</
strong></p>
java.lang.StackOverflowError<br/>
Does this suggest that something's wrong with the servers right now ?
Ah I was going to suggest using Fisheye... Actually I've just tried
it on
http://fisheye2.cenqua.com/browse/~tarball=zip/xwiki/xwiki-platform/
core/trunk/trunk.zip and it worked fine.
The following seems to be working too although I haven't waited till
the end as it was taking too long (30MB at 11KB/s is quite long):
http://fisheye2.cenqua.com/browse/~br=XWIKI_1_0/xwiki/xwiki-platform/
core/branches/XWIKI_1_0
Thanks
-Vincent