Name Date Size #Lines LOC

..13-Apr-2024-

ChangeLogH A D08-May-202231.2 KiB915573

MakefileH A D08-May-202211.7 KiB370272

Makefile.inH A D08-May-202211.7 KiB370273

READMEH A D08-May-20221.8 KiB5135

config.hH A D08-May-202212.3 KiB404123

dirent.cH A D08-May-20223.9 KiB181125

dirent.hH A D08-May-20221.4 KiB5125

filesubr.cH A D08-May-202221.5 KiB932631

getpass.cH A D08-May-20221.2 KiB6444

mkdir.cH A D08-May-2022390 188

options.hH A D08-May-20226.3 KiB17631

os2inc.hH A D08-May-2022733 237

popen.cH A D08-May-20228.4 KiB386255

popen.hH A D08-May-2022189 73

porttcp.cH A D08-May-20227.2 KiB228143

pwd.cH A D08-May-20223.6 KiB199126

pwd.hH A D08-May-20221.9 KiB7132

rcmd.cH A D08-May-20221.7 KiB7753

rcmd.hH A D08-May-20221.6 KiB416

run.cH A D08-May-202212.3 KiB568386

stripslash.cH A D08-May-2022849 2810

tcpip.hH A D08-May-20223.8 KiB13278

test-makefileH A D08-May-20221.1 KiB4128

waitpid.cH A D08-May-2022770 3725

watcom.makH A D08-May-20225.1 KiB154141

README

1        This port requires IBM C/C++ and the IBM TCPIP library.  It
2has probably only been tested with the CVS client.  Local CVS might or
3might not work, and the server would definitely not work.  You'll need
4to edit the makefile to reflect your system's paths (unless you're our
5customer for this port, in which case the paths are correct because we
6did the port on your machine. :-) ).  You also may need to comment out
7the "Makefile" rule in emx/Makefile to avoid a complaint about
8../config.status not existing.  You also might need to edit srcdir to
9be "." and top_srcdir to be "..".
10
11        That should be all -- edit the makefile, do "make" and get
12os2\cvs.exe.  Assuming you have edited the `install_dir' variable in
13the Makefile, you may type "make install-cvs" to put cvs.exe in the
14right place.
15
16        If the makefile has linefeeds only at the end of lines, make
17(at least the port of GNU make that I have) will interpret it
18differently.  This is (IMHO) a bizarre behavior, but you need to
19convert the linefeeds to CRLF pairs (editing the file with an editor
20such as emacs will generally do this).
21
22        There are two compiler warnings in os2/popen.c which we haven't
23figured out the cause of.  Other than that there probably aren't a whole
24lot of warnings (but there might be a few).
25Report bugs to <bug-cvs@gnu.org>.
26
27
28
29Some notes on the watcom port:
30------------------------------
31
32You need the OS/2 TCPIP developers toolkit to translate the sources.
33This is not as bad as it sounds, since the toolkit is on your OS/2
34CD.
35
36To compile the sources, enter
37
38        wmake -f watcom.mak
39
40at the OS/2 prompt.
41
42The executable created by the watcom compiler does *not* need a runtime
43DLL.
44
45
46        Uz      (uz@musoftware.com)
47
48Credits:
49
50Original port in 1995 by Karl Fogel <kfogel@cyclic.com>.
51