You are reading Install CVS Server on openSUSE 11. You can leave a comment on or trackback to this post.
Newer »« Older| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | Jul » | |||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||
CVS adalah Concurrent Versions System. Fungsi dari CVS sendiri adalah untuk mencatat perubahan pada sebuah file, biasanya lebih sering digunakan untuk mencatat sebuah project development yang mencatat perubahan-perubahan pada file-filenya.
Overall download size: 368.0 K. After the operation, additional 872.0 K will be used.
Continue? [YES/no]: yes
Downloading package cvs-1.12.12-126.1.i586 (1/1), 368.0 K (872.0 K unpacked)
Downloading: cvs-1.12.12-126.1.i586.rpm [done (11.0 K/s)]
Installing: cvs-1.12.12-126.1 [done]
Atur Repositori pada direktori /home/cvsroot
Lalu edit configurasi xinetd di /etc/xinetd.d/cvs
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f –allow-root=/home/cvsroot pserver
}
lalu restart xinetd
Setting password untuk cvs
kemudian masukkan password mypassword
Terlebih dahulu masuk kedalam direktori letak project:
atau
atau
asumsi kita mempunyai file test.php dan telah melakukan perubahan pada file test.php
asumsi kita membuat file baru bernama connect.php
2 comments.
mantab cuk
yg svn dong
Names and email addresses are required (email addresses aren't displayed), url's are optional.
Comments may contain the following xhtml tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>