cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src ChangeLog import.c [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] ccvs/src ChangeLog import.c [cvs1-11-x-branch]
Date: Thu, 01 Mar 2007 21:00:51 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Larry Jones <scjones>   07/03/01 21:00:50

Modified files:
        src            : ChangeLog import.c 

Log message:
        * import.c (import_descend_dir): Correct error message.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.2336.2.477&r2=1.2336.2.478
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/import.c?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.133.4.17&r2=1.133.4.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.2336.2.477
retrieving revision 1.2336.2.478
diff -u -b -r1.2336.2.477 -r1.2336.2.478
--- ChangeLog   1 Mar 2007 20:57:43 -0000       1.2336.2.477
+++ ChangeLog   1 Mar 2007 21:00:50 -0000       1.2336.2.478
@@ -1,5 +1,6 @@
 2007-03-01  Larry Jones  <address@hidden>
 
+       * import.c (import_descend_dir): Correct error message.
        * sanity.sh (pserver-3a): New test.
 
 2006-09-14  Derek Price  <address@hidden>

Index: import.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/import.c,v
retrieving revision 1.133.4.17
retrieving revision 1.133.4.18
diff -u -b -r1.133.4.17 -r1.133.4.18
--- import.c    4 May 2006 09:53:09 -0000       1.133.4.17
+++ import.c    1 Mar 2007 21:00:50 -0000       1.133.4.18
@@ -1601,8 +1601,8 @@
     if ( CVS_CHDIR (dir) < 0)
     {
        ierrno = errno;
-       fperrmsg (logfp, 0, ierrno, "ERROR: cannot chdir to %s", repository);
-       error (0, ierrno, "ERROR: cannot chdir to %s", repository);
+       fperrmsg (logfp, 0, ierrno, "ERROR: cannot chdir to %s", dir);
+       error (0, ierrno, "ERROR: cannot chdir to %s", dir);
        err = 1;
        goto out;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]