YaST/Development/SVN repository

From openSUSE

Contents

Repository

The YaST source code is kept in an open SVN repository on opensuse.org. YaST is one of the first projects that moved to the openSUSE SVN server.

Trunk

The main development takes place in trunk. This is its repository URL:

http://svn.opensuse.org/svn/yast/trunk/

Branches

After a product release we create a branch, so that there is for example for openSUSE 10.3 the following branch:

http://svn.opensuse.org/svn/yast/branches/SuSE-Linux-10_3-Branch/

Find as well a list of all current SVN branches.

Viewcvs

The subversion server as well offers a nice web tool to search the repository, compare and look into files:

http://svn.opensuse.org/viewcvs/yast/trunk/
http://svn.opensuse.org/viewcvs/yast/branches/

Checkout

To get a current checkout type on a commandline (change "yast-svn" to whatever you like):

mkdir yast-svn
cd yast-svn
svn co http://svn.opensuse.org/svn/yast/trunk/
cd trunk


Related sites

With the checkout on your hard disk you may want to build YaST on your own.