error_msg.diff   [plain text]


diff -u --exclude=CVS -r cvs-1.11.18.orig/src/wrapper.c cvs-1.11.18/src/wrapper.c
--- src/wrapper.c	2004-06-22 18:51:07.000000000 -0700
+++ src/wrapper.c	2004-12-07 16:26:23.000000000 -0800
@@ -395,7 +395,7 @@
 	       commit.c (see
 	       <http://ximbiot.com/cvs/cvshome/docs/infowrapper.html>).  */
 	    error (1, 0,
-		   "-t/-f wrappers not supported by this version of CVS");
+		   "-t/-f wrappers not supported by this version of CVS\nA legacy version of cvs with -t/-f wrapper support is available as: /usr/bin/ocvs.");
 
 	    if(e.fromcvsFilter)
 		free(e.fromcvsFilter);
@@ -412,7 +412,7 @@
 	       commit.c (see
 	       <http://ximbiot.com/cvs/cvshome/docs/infowrapper.html>).  */
 	    error (1, 0,
-		   "-t/-f wrappers not supported by this version of CVS");
+		   "-t/-f wrappers not supported by this version of CVS\nA legacy version of cvs with -t/-f wrapper support is available as: /usr/bin/ocvs.");
 
 	    if(e.tocvsFilter)
 		free(e.tocvsFilter);