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.
|
## |
|
## cvsyncd.conf -- CVSync Daemon Configuration |
|
## |
|
|
|
config { |
|
listen 127.0.0.1 |
|
port 7777 |
|
maxclients 16 |
|
collection { |
|
name foo |
|
release rcs |
|
prefix /cvsroot/foo |
|
comment "The FOO CVS repository" |
|
nofollow |
|
} |
|
} |
|
|
|
|