hi folks, I was trying to create nant script to update from cvs a just one particular file rather than the whole project.
 
A few years ago I was able to do this with a java program using window shell.
This was the command I came up with to do this.
        
cvs.exe -d :pserver:cvsroot:/cvs/root/host export -f -r cvstag_rev_whatever  -d c:\thisdirectory cvspath_modulePath/mydll.dll
 
I noticed nant doesn't support -f, I can't remember what it does anyhow, it was a long time ago.
 
Does anyone know how to set up a nant cvs script to update a single file?

I suppose I could take the long way home and update the module and then copy the file. Guess I was hoping to kill 2 birds with extra work.
 

Reply via email to