Re: How to delete CVS directories by Ant?
Posted By:
Anonymous
Posted On:
Tuesday, May 17, 2005 04:54 AM
It is true that Ant doesn't do anything on cvs directories. One best way is to change your strategy. Donot checkout using cvs first. use export in your ant script instead of checkout. It will defenetly solve ur purpose since export will not give cvs directories.
for more clearity check this out.
cvsroot=":pserver:sureshm@172.16.0.40:/vsrep/wingscad"
dest="Working"
/>;
Use it and Njoy..
Regards,
-=-Suresh.
Re: How to delete CVS directories by Ant?
Posted By:
Leon_Pu
Posted On:
Wednesday, March 2, 2005 10:32 PM
Is there anybody can help me?