Ulf Lilleengen 41a9dd24e4 - Make sure comparisons are done on file types as well.
- Handle the case where a repository may have been copied, and the symlinks have
  not been preserved. CVSup removes the files and creates the symlinks, so
  enable this behaviour in csup as well.
- While there, fix comments and style issues.
2008-11-23 16:44:49 +00:00
..
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2008-10-19 09:08:59 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2008-10-19 09:08:59 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2008-11-20 12:52:07 +00:00
2008-10-19 09:08:59 +00:00
2008-10-19 09:08:59 +00:00
2008-10-19 09:08:59 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2008-10-19 09:08:59 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2008-11-20 12:52:07 +00:00
2008-10-19 09:08:59 +00:00
2008-10-19 09:08:59 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2008-10-19 09:08:59 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00
2006-03-03 04:11:29 +00:00

$FreeBSD$

Authors
-------

CVSup was originally written in Modula-3 by
	John Polstra <jdp@polstra.com>.

Csup is a rewrite of CVSup in C.  It has been mostly written by
	Maxime Henrion <mux@FreeBSD.org>.

A few contributors have helped him in his task and they are listed here in
alphabetical order :

	Olivier Houchard <cognet@FreeBSD.org>
	Ulf Lilleengen <lulf@kerneled.org>
	Christoph Mathys <cmathys@bluewin.ch>	(Google SoC Project)
	Etienne Vidal <etienne.vidal@gmail.com>


Building & Installing
---------------------

Csup should build and run fine under any *BSD OS (that includes FreeBSD,
NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
have a problem building from source, drop me a mail!

There is one Makefile specifically tailored for *BSD systems named
Makefile and another one that is gmake-specific for Darwin and Linux
users named GNUmakefile.  You don't really need to worry about that
since whatever your "make" command is, it should pick up the correct
Makefile.

As usual, to build the source code, just run "make".  Once this is done,
just run "make install" to install the binary and manual page.

Be warned however that if the packaging system of your OS knows about
csup, it is certainly better to install it from there rather than by
hand, so that it can then be properly deinstalled.