YaST/Development/SVN repository

出典: openSUSE

このページは現在翻訳中です。どなたか原文と比較し、加筆、修正をお願いします。

目次

リポジトリ

YaSTソースコードはopensuse.org 上の開いたSVNリポジトリに保存されています。YaSTは、openSUSE SVNサーバーに移った最初のプロジェクトのうちの1つです。

Trunk

メイン開発タスクはtrunk にあります。 このリポジトリURLは以下になります:

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

Branches

製品発売の後、私たちはbranch を作成します。例えば、openSUSE 10.3 には次のbranch があります:

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

同様にすべての現在のリストはSVN branchesで見つけます。

Viewcvs

サブバージョンサーバは、リポジトリを同様に探索できる、ファイル調査に良いツールとして提供されます:

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.