pavva94 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

Download a SVN of Snake-os 1.3.2. #242

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to compile my own version of snake-os on my Ubuntu 10.04. I tried 
to download a copy of version 1.3.2.

I tried with SVN, in several ways:

  svn checkout http://snake-os.googlecode.com/svn/trunk/ snake-os-read-only

  svn checkout http://snake-os.googlecode.com/svn/trunk/

  svn checkout http://snake-os.googlecode.com/svn/trunk

but I always get the following response from SVN:

The server sent "400 Bad request. Method Unknown" in response to REPORT for 
"/svn/!svn/vcc/default'

Can anyone help me?

thanks

Original issue reported on code.google.com by xavil...@terra.es on 23 Nov 2011 at 11:14

GoogleCodeExporter commented 8 years ago
Google turned up this among other things:
http://help.joyent.com/index.php?id=227&pg=kb.page

Maybe this would work:
svn checkout https://snake-os.googlecode.com/svn/trunk/ snake-os-read-only

Original comment by stefansc...@googlemail.com on 23 Nov 2011 at 2:48

GoogleCodeExporter commented 8 years ago
Hi Stefan, thanks for answering so soon. The address "https" worked fine, I've 
downloaded version, although I haven't yet to compile successfully. Guive 
errors in the compilation of "transmission" and "rsync", if replaced with the 
version 1.1, it compiles fine but the kernel is too big and fail.
For now thanks a lot.

Original comment by xavil...@terra.es on 24 Nov 2011 at 8:47

GoogleCodeExporter commented 8 years ago
Just curious. Do you mean the versions from snake os 1.1?

For transmission you would also have to replace libevent, because older 
versions of depend on libevent1 while newer ones need libevent2. You may also 
have to tweak apps/Makefile and apps/transmission/Makefile.

Original comment by stefansc...@googlemail.com on 25 Nov 2011 at 11:40