cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/update.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/update.c
Date: Fri, 18 Nov 2005 16:37:11 -0500

Index: ccvs/src/update.c
diff -u ccvs/src/update.c:1.258 ccvs/src/update.c:1.259
--- ccvs/src/update.c:1.258     Thu Nov 17 13:24:37 2005
+++ ccvs/src/update.c   Fri Nov 18 21:37:11 2005
@@ -1208,7 +1208,9 @@
        backup = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, finfo->file);
        if (isfile (finfo->file))
            rename_file (finfo->file, backup);
-       else
+       else /* FIXME: -f/-t has been disabled for so long it should probably
+             * just be stripped out to reduce clutter.
+             */
        {
            /* If -f/-t wrappers are being used to wrap up a directory,
               then backup might be a directory instead of just a file.  */




reply via email to

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