when trying to install an application (CVSZilla), i find a comment like this in a perl script (commit.branch):
###########################################################################
# WARNING WARNING WARNING
###########################################################################
#
# You will need a hacked-on cvs server binary to use this code! The
# relevant change is:
#
# diff -u -3 -r1.174 commit.c
# --- src/commit.c 2001/07/10 14:38:22 1.174
# +++ src/commit.c 2001/08/10 03:00:02
# @@ -1099,6 +1099,7 @@
# || li->type == T_REMOVED)
# {
# run_arg (p->key);
# + run_arg (li->tag ? li->tag : ".");
# }
# return (0);
# }
#
# Basically, just add the "run_arg" line mentioning "li->tag", and
# you'll be fine.
#
###########################################################################
when i remove the # for comment, i get many error for compilation!
I don't understand what does it mean a hacked on server , and what i have to do to "hack on".
please help ( till now i can't commit any change).
thank you.
M. Derkaoui
____________________
who can do, do. Who can't do, teach. Who can't teach, critics.
L�che-vitrine ou l�che-�cran ? Yahoo! Magasinage.
_______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
