Not able to download Haiku Source

Forum thread started by navkapil on Tue, 2009-02-17 12:10

Hi,
I have VMware image of Haiku and i tried to download the Haiku Source code onto the image. And also tried the svn method through windows, but no success yet.
for "svn checkout svn://svn.berlios.de/haiku/haiku/trunk haiku"
the response is "svn: Unknown hostname 'svn.berlios.de'"

and similar response for "svn checkout svn+ssh://developername@svn.berlios.de/svnroot/repos/haiku/haiku/trunk haiku"
but i am able to open "http://svn.berlios.de/viewvc/haiku/haiku/trunk/" through browsers in both the VMimage and windows

Also let me know if i can share some folder of guest OS with Haiku(VM Image) and how?

Regards,
Kapil

Comments

Re: Not able to download Haiku Source

According to...

http://www.haiku-os.org/documents/dev/building_haiku_on_ubuntu_linux_ste...

The SVN command to download the Haiku sources is:

svn checkout http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk

This works for me here, so give it a try.

Re: Not able to download Haiku Source

Most likely you don't actually have Internet access

e.g. you have some limited web access via a proxy or similar

What happens if you 'ping google.com' ? If that doesn't work either then it confirms that you don't have Internet access

Re: Not able to download Haiku Source

NoHaikuForMe wrote:

Most likely you don't actually have Internet access

e.g. you have some limited web access via a proxy or similar

What happens if you 'ping google.com' ? If that doesn't work either then it confirms that you don't have Internet access

That was my first thought as well... at the very least, non-working DNS.

Try switching VMWare from Bridged to NAT mode, or even vice-versa - that often causes things to start working for VMWare testers that have networking issues due to improperly functioning DHCP.

Re: Not able to download Haiku Source

yes you are correct, I have internet connection through proxy. but, now i am using ip 195.37.77.137 instead of svn.berlios.de and worked exactly with "svn checkout svn://svn.berlios.de/haiku/haiku/trunk haiku"

Thanks