SVN check out

From Gnuffy

Jump to: navigation, search

The following steps are necessary to get the latest svn tree:

  • Install subversion (hopefully a working one).
  • Get the svn tree.
 # svn co http://svn.gnuffy.chaotika.org/svn/trunk gnuffy

This has to happen in a directory where the sub-directory gnuffy will keep the whole Gnuffy svn tree.

  • Here you are ;)


Now, there is a directory named 'gnuffy', where the current state of our work is to be found.

This tree can every time be updated by typing "svn up" inside the svn tree which respectively updates the current working directory and its sub-directories. For example, if you only want to update the PKGBUILDs for i686, execute the following commands:

 cd ./gnuffy/x86/i686
 svn up

Have fun.