Strumenti Utente

Strumenti Sito


svn

Guide to use our Subversion

Subversion is a powerful tool to share code between more developers. There are more advantages with SVN usage but this is not the right place to speake about. The most important thing to remember is that the versions alpha or beta downloaded by Subversion are NOT STABLE! and even if work correctly they can bring up some bugs.

To connect to our SVN repository and download the last script you must follow this steps:

Qlfs 6.1 (Alpha Release)

$ svn co svn://sardina.homelinux.org/qlfs/trunk/qlfs-6.1

This command will download all the source files needed and will create a directory called qlfs-60 in which you can find our scripts.
To remain always update with the last version use:

$ cd qlfs-6.1
$ svn up

Qlfs 6.0

$ svn co svn://sardina.homelinux.org/qlfs/branches/qlfs-6.0

This command will download all the source files needed and will create a directory called qlfs-60 in which you can find our scripts.

Qlfs 5.1.1

$ svn co svn://sardina.homelinux.org/qlfs/branches/qlfs-5.1.1

This command will download all the source files needed and will create a directory called qlfs-511 in which you can find our scripts.

svn.txt · Ultima modifica: 2011/01/15 17:16 (modifica esterna)