cvsync 0.24.6

Changes:
        * New feature: specify configurations in command line. (client)

          URI Syntax:
                cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]

          Samples:
                cvsync://some.where/
                        Retrieves the collections list.
                cvsync://some.where/foo/rcs/?prefix=/localsrc
                        Retrieves the collection foo/rcs under /localsrc.

          The documentation is not prepared yet.

        * Fix a bug to fail to execute in background when use an option -p
          to specify a file name to store a PID number and it is a relative
          path. (server)

        * Add samples to distribute NetBSD/OpenBSD CVS repositories.
This commit is contained in:
gehenna 2003-09-09 17:48:37 +00:00
parent 4ee731fb75
commit 08edbbbd2b

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2003/04/20 12:58:49 gehenna Exp $
@comment $NetBSD: PLIST,v 1.4 2003/09/09 17:48:37 gehenna Exp $
bin/cvscan
bin/cvsync
bin/cvsyncd
@ -10,5 +10,7 @@ man/man1/cvsyncd.1
man/man1/rcscan.1
man/man1/rcscmp.1
share/examples/cvsync/cvsync.conf
share/examples/cvsync/cvsyncd-NetBSD.conf
share/examples/cvsync/cvsyncd-OpenBSD.conf
share/examples/cvsync/cvsyncd.conf
@dirrm share/examples/cvsync