RE: Adding parameters to cvs driver
Go into the .pgl files (equivalent of .jsp) and modify the command. I
did this once because the default did not work properly on Windows. The
files are in Anthill\conf\profiles\Win32\win_cvs (or whatever operating
system, version control system, etc. you use). I think you have to
remove all the working directories in your server (Tomcat/Jboss/etc.)
for this to take effect (obviously, this includes stopping and
restarting the service). It may depend on rebuilding Anthill. In any
case, this is where to do the deed.
Best,
Joe
-----Original Message-----
From: anthill-bounces@...
[mailto:anthill-bounces@...] On Behalf Of Tim
Morrow 2
Sent: Thursday, February 16, 2006 5:47 PM
To: anthill@...
Subject: [Anthill] Adding parameters to cvs driver
Is there a way to customize the CVS repository driver to specify custom
parameters to the cvs command. Specifically, we'd like to add
compression (e.g. -z 9).
We're using Anthill Pro 2.4. I couldn't find anywhere to do this,
either on a per-build track or for the shared cvs repository driver.
I'm thinking of a workaround where I specify my own path to the cvs
driver, and add the switch there (e.g. /usr/bin/cvs -z 9), but I'm not
(Continue reading)