Deleted Added
full compact
csup.1 (210874) csup.1 (233648)
1.\" Copyright 1996-2003 John D. Polstra.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23.\"
24.\" $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $
1.\" Copyright 1996-2003 John D. Polstra.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23.\"
24.\" $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $
25.\" $FreeBSD: head/usr.bin/csup/csup.1 210874 2010-08-05 18:26:03Z joel $
25.\" $FreeBSD: head/usr.bin/csup/csup.1 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd February 1, 2006
28.Dt CSUP 1
29.Os FreeBSD
30.Sh NAME
31.Nm csup
32.Nd network distribution package for CVS repositories
33.Sh SYNOPSIS

--- 610 unchanged lines hidden (view full) ---

644suffix which must be taken into account in the patterns. For
645example, the FreeBSD documentation files are in a sub-directory of
646.Ar base
647called
648.Ql doc .
649If
650.Ql Makefile
651from that directory is not required then the line
26.\"
27.Dd February 1, 2006
28.Dt CSUP 1
29.Os FreeBSD
30.Sh NAME
31.Nm csup
32.Nd network distribution package for CVS repositories
33.Sh SYNOPSIS

--- 610 unchanged lines hidden (view full) ---

644suffix which must be taken into account in the patterns. For
645example, the FreeBSD documentation files are in a sub-directory of
646.Ar base
647called
648.Ql doc .
649If
650.Ql Makefile
651from that directory is not required then the line
652.Pp
652.Pp
653.Bl -item -compact -offset indent
653.Bl -item -compact -offset indent
654.It
654.It
655.Pa doc/Makefile
656.El
657.Pp
658will not work because the file on the server is called
659.Ql Makefile,v.
660A better solution would be
661.Pp
662.Bl -item -compact -offset indent
663.It
664.Pa doc/Makefile*
655.Pa doc/Makefile
656.El
657.Pp
658will not work because the file on the server is called
659.Ql Makefile,v.
660A better solution would be
661.Pp
662.Bl -item -compact -offset indent
663.It
664.Pa doc/Makefile*
665.El
666.Pp
665.El
666.Pp
667which will match whether
668.Ql Makefile
669is an RCS file or not.
670.Pp
671As another example, to receive the FreeBSD documentation files without
672the Japanese, Russian, and Chinese translations, create a refuse file
673containing the following lines:
674.Pp
675.Bl -item -compact -offset indent
676.It
677.Pa doc/ja*
678.It
679.Pa doc/ru*
680.It
681.Pa doc/zh*
667which will match whether
668.Ql Makefile
669is an RCS file or not.
670.Pp
671As another example, to receive the FreeBSD documentation files without
672the Japanese, Russian, and Chinese translations, create a refuse file
673containing the following lines:
674.Pp
675.Bl -item -compact -offset indent
676.It
677.Pa doc/ja*
678.It
679.Pa doc/ru*
680.It
681.Pa doc/zh*
682.El
682.El
683.Pp
684As many as three refuse files are examined for each
685.Ar supfile
686line.
687There can be a global refuse file named
688.Sm off
689.Ar base / Ar collDir Pa /refuse
690.Sm on

--- 14 unchanged lines hidden (view full) ---

705.Pp
706.Nm
707has a built-in default value of
708.Ar /usr/local/etc/cvsup
709for
710.Ar base
711and
712.Ar sup
683.Pp
684As many as three refuse files are examined for each
685.Ar supfile
686line.
687There can be a global refuse file named
688.Sm off
689.Ar base / Ar collDir Pa /refuse
690.Sm on

--- 14 unchanged lines hidden (view full) ---

705.Pp
706.Nm
707has a built-in default value of
708.Ar /usr/local/etc/cvsup
709for
710.Ar base
711and
712.Ar sup
713for
713for
714.Ar collDir
715but it is possible to override both of these. The value of
716.Ar base
717can be changed using the
718.Fl b
719option or a
720.Ar base=pathname
721entry in the
722.Ar supfile .
714.Ar collDir
715but it is possible to override both of these. The value of
716.Ar base
717can be changed using the
718.Fl b
719option or a
720.Ar base=pathname
721entry in the
722.Ar supfile .
723(If both are used the
723(If both are used the
724.Fl b
725option will override the
726.Ar supfile
724.Fl b
725option will override the
726.Ar supfile
727entry.) The value of
727entry.) The value of
728.Ar collDir
729can only be changed with the
730.Fl c
731option; there is no
732.Ar supfile
733command to change it.
734.Pp
735As an example, suppose that the

--- 38 unchanged lines hidden (view full) ---

774.Ar /bar
775is used (even with
776.Ar base=/foo
777in the
778.Ar supfile ) :
779.Pp
780.Bl -item -compact -offset indent
781.It
728.Ar collDir
729can only be changed with the
730.Fl c
731option; there is no
732.Ar supfile
733command to change it.
734.Pp
735As an example, suppose that the

--- 38 unchanged lines hidden (view full) ---

774.Ar /bar
775is used (even with
776.Ar base=/foo
777in the
778.Ar supfile ) :
779.Pp
780.Bl -item -compact -offset indent
781.It
782.Pa /bar/sup/refuse
782.Pa /bar/sup/refuse
783.It
783.It
784.Pa /bar/sup/src-all/refuse
784.Pa /bar/sup/src-all/refuse
785.It
785.It
786.Pa /bar/sup/src-all/refuse.cvs:RELENG_3
786.Pa /bar/sup/src-all/refuse.cvs:RELENG_3
787.El
788.Pp
789and with
790.Fl c
791.Ar stool
792as well:
793.Pp
794.Bl -item -compact -offset indent
795.It
796.Pa /bar/stool/refuse
787.El
788.Pp
789and with
790.Fl c
791.Ar stool
792as well:
793.Pp
794.Bl -item -compact -offset indent
795.It
796.Pa /bar/stool/refuse
797.It
797.It
798.Pa /bar/stool/src-all/refuse
799.It
800.Pa /bar/stool/src-all/refuse.cvs:RELENG_3
801.El
802.Sh AUTHENTICATION
803.Nm
804implements an optional authentication mechanism which can be used by the
805client and server to verify each other's identities.

--- 191 unchanged lines hidden ---
798.Pa /bar/stool/src-all/refuse
799.It
800.Pa /bar/stool/src-all/refuse.cvs:RELENG_3
801.El
802.Sh AUTHENTICATION
803.Nm
804implements an optional authentication mechanism which can be used by the
805client and server to verify each other's identities.

--- 191 unchanged lines hidden ---