NameDateSize

..20-Dec-2016258

attrstack.cH A D08-Mar-20152.3 KiB

attrstack.hH A D08-Mar-20151.7 KiB

auth.cH A D08-Mar-20159.1 KiB

auth.hH A D08-Mar-20151.5 KiB

config.cH A D08-Mar-201514.4 KiB

config.hH A D08-Mar-20153.8 KiB

cpasswd.1H A D08-Mar-20153.8 KiB

cpasswd.shH A D08-Mar-20153 KiB

csup.1H A D08-Mar-201527 KiB

detailer.cH A D08-Mar-201515.9 KiB

detailer.hH A D08-Mar-20151.5 KiB

diff.cH A D08-Mar-201510.2 KiB

diff.hH A D08-Mar-20152.1 KiB

fattr.cH A D08-Mar-201522 KiB

fattr.hH A D08-Mar-20154.3 KiB

fattr_bsd.hH A D08-Mar-20152.2 KiB

fattr_posix.hH A D08-Mar-20151.9 KiB

fixups.cH A D08-Mar-20154.6 KiB

fixups.hH A D08-Mar-20151.8 KiB

fnmatch.cH A D08-Mar-20155.6 KiB

fnmatch.hH A D08-Mar-20152.3 KiB

globtree.cH A D08-Mar-20158.9 KiB

globtree.hH A D08-Mar-20151.9 KiB

idcache.cH A D08-Mar-201510.5 KiB

idcache.hH A D08-Mar-20151.6 KiB

keyword.cH A D08-Mar-201512.1 KiB

keyword.hH A D08-Mar-20152.1 KiB

lex.rcs.cH A D08-Mar-201559.3 KiB

lister.cH A D08-Mar-201514.9 KiB

lister.hH A D08-Mar-20151.4 KiB

main.cH A D08-Mar-20159.1 KiB

main.hH A D08-Mar-20151.4 KiB

MakefileH A D08-Mar-2015559

misc.cH A D08-Mar-201512.3 KiB

misc.hH A D08-Mar-20154.4 KiB

mux.cH A D08-Mar-201525.7 KiB

mux.hH A D08-Mar-20151.8 KiB

parse.yH A D08-Mar-20152 KiB

pathcomp.cH A D08-Mar-20154.2 KiB

pathcomp.hH A D08-Mar-20151.7 KiB

proto.cH A D08-Mar-201523.9 KiB

proto.hH A D08-Mar-20151.9 KiB

queue.hH A D08-Mar-20157.1 KiB

rcsfile.cH A D08-Mar-201533.3 KiB

rcsfile.hH A D08-Mar-20153 KiB

rcsparse.cH A D08-Mar-20158.4 KiB

rcsparse.hH A D08-Mar-20151.6 KiB

rcstokenizer.hH A D08-Mar-20157.9 KiB

rcstokenizer.lH A D08-Mar-20152.1 KiB

READMEH A D08-Mar-20151.3 KiB

rsyncfile.cH A D08-Mar-20155 KiB

rsyncfile.hH A D08-Mar-20151.8 KiB

status.cH A D08-Mar-201519.8 KiB

status.hH A D08-Mar-20152.5 KiB

stream.cH A D08-Mar-201528.7 KiB

stream.hH A D08-Mar-20153.2 KiB

threads.cH A D08-Mar-20154.7 KiB

threads.hH A D08-Mar-20151.6 KiB

TODOH A D08-Mar-20151.3 KiB

token.hH A D08-Mar-20151.8 KiB

token.lH A D08-Mar-20152.4 KiB

updater.cH A D08-Mar-201553.6 KiB

updater.hH A D08-Mar-20151.5 KiB

README

1$FreeBSD$
2
3Authors
4-------
5
6CVSup was originally written in Modula-3 by
7	John Polstra <jdp@polstra.com>.
8
9Csup is a rewrite of CVSup in C.  It has been mostly written by
10	Maxime Henrion <mux@FreeBSD.org>.
11
12A few contributors have helped him in his task and they are listed here in
13alphabetical order :
14
15	Olivier Houchard <cognet@FreeBSD.org>
16	Ulf Lilleengen <lulf@kerneled.org>
17	Christoph Mathys <cmathys@bluewin.ch>	(Google SoC Project)
18	Etienne Vidal <etienne.vidal@gmail.com>
19
20
21Building & Installing
22---------------------
23
24Csup should build and run fine under any *BSD OS (that includes FreeBSD,
25NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
26have a problem building from source, drop me a mail!
27
28There is one Makefile specifically tailored for *BSD systems named
29Makefile and another one that is gmake-specific for Darwin and Linux
30users named GNUmakefile.  You don't really need to worry about that
31since whatever your "make" command is, it should pick up the correct
32Makefile.
33
34As usual, to build the source code, just run "make".  Once this is done,
35just run "make install" to install the binary and manual page.
36
37Be warned however that if the packaging system of your OS knows about
38csup, it is certainly better to install it from there rather than by
39hand, so that it can then be properly deinstalled.
40