info-cvs
[Top][All Lists]
Advanced

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

Re: hacked-on cvs server


From: Derkaoui
Subject: Re: hacked-on cvs server
Date: Mon, 3 Mar 2003 13:08:02 -0500 (EST)

thank you,

i will try.

 "Mark D. Baushke" <address@hidden> wrote:

Hi Derkaoui,

First, you should direct questions regarding CVSZilla to Tony
Carnock-Jones as there is no direct relationship
between the cvshome.org version of cvs and CVSZilla.

It would appear that Tony is suggesting/requesting that you download the sources for cvs, modify the src/commit.c file such that you add the
source line:

run_arg (li->tag ? li->tag : ".");

to the precommit_list_proc() function by applying the patch that they
have provided in the commit.branch file. You are then to configure and
build this modified set of cvs sources and install it and then and use
this modified version of cvs if you want to use CVSZilla.

The commit.branch appears to have the following comment before the
part you quoted:

# Checks that the specified branches are valid for the given files.
# Branch may be "." for head.

Tony, if you need/want extensions to the cvshome.org cvs version, please
feel free to write a patch that explains what you need done and has a
sanity.sh test for it and submit it to address@hidden for
consideration.

Good luck,
-- Mark

Derkaoui writes:

> 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
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs


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.

reply via email to

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