Hello,
does anybody know why does cvsync create empty 'cvsync' dir
inside the prefix for repositories?
The config is same style as on OpenBSD page with refuse file
excluding 'X11' and 'XF4'.
(here localhost is ftp5.eu.openbsd.org via http proxy)
# cvsync -c /etc/cvsync.conf
Connecting to localhost port 7777
Connected to 127.0.0.1 port 7777
Running...
Updating (collection openbsd/rcs)
Mkdir cvsync
Done (collection openbsd/rcs)
Finished successfully
# ls -ltr /cvs/OpenBSD/
total 32
drwxrwxr-x 64 root wheel 1536 Jul 13 03:16 ports
drwxrwxr-x 16 root wheel 512 Jul 13 07:25 xenocara
drwxr-xr-x 4 root wheel 2048 Jul 14 00:18 CVSROOT
drwxrwxr-x 19 root wheel 512 Jul 14 00:20 src
drwxrwxr-x 46 root wheel 5632 Jul 14 00:21 www
drwxr-xr-x 2 root wheel 512 Jul 14 01:33 cvsync
# ls -latr /cvs/OpenBSD/cvsync/
total 8
drwxr-xr-x 8 root wheel 512 Jul 14 01:33 ..
drwxr-xr-x 2 root wheel 512 Jul 14 01:33 .
jirib