You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
442 B

##
## cvsync.conf -- CVSync Client Configuration
##
config {
hostname cvsync1.example.com
port 7777
collection {
name all
release list
prefix /cvsroot/example
}
}
config {
hostname cvsync2.example.com
port 7777
collection {
name foo
release rcs
prefix /cvsroot/foo
}
collection {
name bar
release rcs
prefix /cvsroot/bar
}
}