Bobby Michael wrote: > > I need to check-in (import) files to CVS. Can anyone please help me > how to achieve this task using nant scripts? > In the documentation I have seen tasks like cvs-export, cvs-checkout > but I didn't find cvs-import/cvs-checkin. I appreciate if someone can > provide a sample script for importing files into CVS. > Check-in and import are two different things. Doing an import from NAnt seems wrong, as it's not the type of thing that's repeated. Doing a checkin from NAnt isn't as common, and many people frown upon checking build artifacts back into the repository, but personally I think there are times when it's reasonable.
You should be able to use the vanilla <cvs> task for doing either of these. I don't use CVS from NAnt, so I haven't actually done it. Gary ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users