cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/checkin.c [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/checkin.c [signed-commits2]
Date: Thu, 08 Dec 2005 10:02:39 -0500

Index: ccvs/src/checkin.c
diff -u ccvs/src/checkin.c:1.55.6.7 ccvs/src/checkin.c:1.55.6.8
--- ccvs/src/checkin.c:1.55.6.7 Fri Dec  2 21:23:35 2005
+++ ccvs/src/checkin.c  Thu Dec  8 15:02:36 2005
@@ -113,6 +113,17 @@
                           ? "yy" : "yn");
                set_time = 1;
            }
+           else
+           {
+               /* Still need to update the base file.  */
+               char *basefile;
+               mkdir_if_needed (CVSADM_BASE);
+               basefile = make_base_file_name (finfo->file, vers->vn_rcs);
+               copy_file (finfo->file, basefile);
+               free (basefile);
+           }
+           /* Remove the previous base file, in local mode.  */
+           base_remove (finfo->file, pvers->vn_user);
 
            wrap_fromcvs_process_file (finfo->file);
 




reply via email to

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