DragonFly kernel List (threaded) for 2003-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvsync
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
}
}
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]