From cd99c1703e7a27d21741a2b814c1ec61bd6301d2 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Fri, 10 Sep 1999 05:06:42 +0000 Subject: Latest version from Cyclic --- gnu/usr.bin/cvs/vms/ChangeLog | 6 ++++++ gnu/usr.bin/cvs/vms/options.h | 36 ++++++++++++++---------------------- 2 files changed, 20 insertions(+), 22 deletions(-) (limited to 'gnu/usr.bin/cvs/vms') diff --git a/gnu/usr.bin/cvs/vms/ChangeLog b/gnu/usr.bin/cvs/vms/ChangeLog index 7938093ce12..49f9a85b84e 100644 --- a/gnu/usr.bin/cvs/vms/ChangeLog +++ b/gnu/usr.bin/cvs/vms/ChangeLog @@ -1,3 +1,9 @@ +1999-02-26 Jim Kingdon + + * options.h: Make RELATIVE_REPOS the default, as in + ../src/options.h.in. + Remove CVS_DIFFDATE; removed from CVS on 27 Jun 1996. + 1998-05-12 Jim Meyering * Makefile.in (distclean): New rule to remove Makefile. diff --git a/gnu/usr.bin/cvs/vms/options.h b/gnu/usr.bin/cvs/vms/options.h index b2eb89bec3f..77bf3701cb2 100644 --- a/gnu/usr.bin/cvs/vms/options.h +++ b/gnu/usr.bin/cvs/vms/options.h @@ -78,18 +78,22 @@ #endif /* - * The Repository file holds the path to the directory within the source - * repository that contains the RCS ,v files for each CVS working directory. - * This path is either a full-path or a path relative to CVSROOT. + * The Repository file holds the path to the directory within the + * source repository that contains the RCS ,v files for each CVS + * working directory. This path is either a full-path or a path + * relative to CVSROOT. * - * The only advantage that I can see to having a relative path is that One can - * change the physical location of the master source repository, change one's - * CVSROOT environment variable, and CVS will work without problems. I - * recommend using full-paths. + * The big advantage that I can see to having a relative path is that + * one can change the physical location of the master source + * repository, change the contents of CVS/Root files in your + * checked-out code, and CVS will work without problems. + * + * Therefore, RELATIVE_REPOS is now the default. In the future, this + * is likely to disappear entirely as a compile-time (or other) option, + * so if you have other software which relies on absolute pathnames, + * update them. */ -#ifndef RELATIVE_REPOS -/* #define RELATIVE_REPOS */ -#endif +#define RELATIVE_REPOS 1 /* * When committing or importing files, you must enter a log message. @@ -130,18 +134,6 @@ /* #define CVS_BADROOT */ #endif -/* - * The "cvs diff" command accepts all the single-character options that GNU - * diff (1.15) accepts. Except -D. GNU diff uses -D as a way to put - * cpp-style #define's around the output differences. CVS, by default, uses - * -D to specify a free-form date (like "cvs diff -D '1 week ago'"). If - * you would prefer that the -D option of "cvs diff" work like the GNU diff - * option, then comment out this define. - */ -#ifndef CVS_DIFFDATE -#define CVS_DIFFDATE -#endif - /* * Yes, we can do the authenticated client. */ -- cgit v1.2.3