Author Topic: How to download the source code?  (Read 2863 times)

MaxSPore

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
How to download the source code?
« on: June 06, 2007, 11:42:07 pm »
Hi everyone

I'm new with source forge, and I would like to download every downloadable part of Planeshift's source code to do my own RPG... So far I can just download the files one by one using source forge website...

I guess my question is a really easy one, but I couldn't find any solution in source forge FAQ...  ???

So can you help me?

Thanks
Regards

MaxSpore

Xordan

  • Moderator
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
Re: How to download the source code?
« Reply #1 on: June 07, 2007, 12:24:03 am »

Prolix

  • Guest
Re: How to download the source code?
« Reply #2 on: April 20, 2008, 02:36:42 pm »
Is that link current?
"checked out revision 407." Cal3d svn summary message.
"Checked out revision 27904" Crystal
"Checked out revision 3019."  CEL
"Checked out revision 1367." PS
looks kind of old but I do not know. Do I need an update now?

I seem to recall being told wordnet is not used anymore is that right?

Anyone use an IDE for Linux to aid in visualization?

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: How to download the source code?
« Reply #3 on: April 20, 2008, 02:43:57 pm »
no that link is not updated, we are using svn now http://planeshift.svn.sourceforge.net/viewvc/*checkout*/planeshift/trunk/docs/compiling.html

Prolix

  • Guest
Re: How to download the source code?
« Reply #4 on: April 20, 2008, 04:31:32 pm »
Having downloaded from the old link (svn also) would it be better to start from scratch or do
Code: [Select]
/home/user/development/cal3d$ svn update -r REVISION
/home/user/development/cs$ svn update -r REVISION
/home/user/development/cel$ svn update -r REVISION
/home/user/development/planeshift$ svn update
or will it amount to the same thing?

The ps svn line was identical on both pages so it should be good. At the moment I have no plan to do more than look at the code. Since the other projects are outside the PS base do I really need to look at them? I suppose so because PS will call them from time to time.