CVS and Bugzilla

Jonathan Schatz jon at vmware.com
Thu May 8 16:26:20 UTC 2003


On Thu, 2003-05-08 at 08:25, Casey Gregoire wrote:
> We have our own server with CVS on it here and would like to put our changes
> to Bugzilla in there. But of course there are CVS directories from the
> Bugzilla CVS server. What you suggest as the best way to go about putting my
> version of Bugzilla on our cvs server with out losing the CVS updating
> capabilities from the Bugzilla server? Or is there just now way to do it?

i dealt with that here (actually, i kept a bz tree and synced it with a
cvs server _and_ a p4 server).

the easiest way to do it is to maintain your code as a patch against the
cvs version. then you can do a cvs update, followed by a patch -p0 and
everything should be happy.

this is a pita though (especially when someone checks in a change that's
whitespace only), but is the only way i found to be manageable.

-jon

-- 
Jonathan Schatz
Engineering System Administrator
VMware, Inc
"Te occidere possunt sed te edere non possunt nefas est."






More information about the developers mailing list