cvsync
David Rhodus
drhodus at catpa.com
Fri Sep 5 11:25:59 PDT 2003
I setup a cvsync server if anyone wants to give it a shot.
It has a mirror of dragonfly along with freebsd. Here is the
sample config I've been using....
-DR
% cat /usr/local/etc/cvsync.conf
#
# The sample of cvsync configuration file.
#
config {
hostname 64.191.136.10
port 7777 # default value
#
# name: case-insensitive
# release: case-insensitive: 'rcs' or 'list'
#
collection {
name all # 'all' or 'rcs'
release list
}
}
config {
hostname 64.191.136.10
#
# prefix: absolute path
#
collection {
name freebsd release rcs
prefix /home/FreeBSD
}
collection {
name dragonflybsd release rcs
prefix /home/dbsd
}
}
More information about the Kernel
mailing list