Author Topic: Some links are broken in the Compiling Guide...  (Read 1634 times)

Gergon

  • Traveller
  • *
  • Posts: 27
    • View Profile
Some links are broken in the Compiling Guide...
« on: December 02, 2007, 01:34:27 am »
I went to this compiling guide,
http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html
and it was going fine antell I reached this point into the guide..
Quote
Crystal Space (CS)

Crystal Space 3D SDK is the engine that we use for rendering and sound.

/home/user/development$ svn co -r 27904 https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 cs

/home/user/development$ svn co -r 27904 https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 cs
Crystal Entity Layer (CEL)

CEL is a layer on top of Crystal Space that is used for entity and behavior control.

/home/user/development$ svn co -r 3019 https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.2 cel

/home/user/development$ svn co -r 3019 https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.2 cel
PlaneShift

Lastly, download our source:

/home/user/development$ svn co https://planeshift.svn.sourceforge.net/svnroot/planeshift/stable planeshift

You can only view the files in the web browser, its not a download...
Can anyone help?

Thanks in advance,
Gergon.

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Some links are broken in the Compiling Guide...
« Reply #1 on: December 02, 2007, 07:20:05 am »
you need an svn client to download the files. Please read the whole guide it does tell you that.

neko kyouran

  • Guest
Re: Some links are broken in the Compiling Guide...
« Reply #2 on: December 02, 2007, 08:14:19 am »
I went to this compiling guide,
http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html
and it was going fine antell I reached this point into the guide.

wrong link.  that's for the old CVS version.  we're using SVN now.  (we no longer update the CVS guide anymore)  correct link is here:

http://planeshift.svn.sourceforge.net/viewvc/*checkout*/planeshift/trunk/docs/compiling.html

Gergon

  • Traveller
  • *
  • Posts: 27
    • View Profile
Re: Some links are broken in the Compiling Guide...
« Reply #3 on: December 20, 2007, 04:01:48 pm »
Thanks, sorry, a little late on the reply. lol  :oops:
I hope to get this working, I'm setting it up right now.