Size: 201
Comment:
|
Size: 786
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
== git (new) == Now, we use git control our program. You can clone a BDF version via command {{{ $git clone users@182.92.69.169:/opt/gitroot/bdf-pkg.git }}} Clone from the current release version {{{ $git clone --branch 0.7.1 users@182.92.69.169:/opt/gitroot/bdf-pkg.git }}} == svn (old) == |
|
Line 4: | Line 19: |
$svn co svn+ssh://user@10.105.153.100/export/svn_root/gbdf/trunck/0.5.dev | $svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev |
Line 6: | Line 21: |
In case that the ip of server is changed, you can use switch (sw) to change the direction {{{ $svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev }}} |
Download BDF package
git (new)
Now, we use git control our program. You can clone a BDF version via command
$git clone users@182.92.69.169:/opt/gitroot/bdf-pkg.git
Clone from the current release version
$git clone --branch 0.7.1 users@182.92.69.169:/opt/gitroot/bdf-pkg.git
svn (old)
We use subversion to manage BDF package. You can download BDF with subversion command.
$svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev
In case that the ip of server is changed, you can use switch (sw) to change the direction
$svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev