Problems with AddCommand

[email protected] Sat, 14 Feb 2004 11:40:51 +0530
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <EF8CB44BF111D81191FF00065BFEF45CF1CDB5@netsoldns01>
I tried to execute the following code but I am getting errors 
Can u explain why?
 
AddCommand ac=new AddCommand();
ac.setBuilder(null);
File f[]=new File[1];
f[0]=new File(cvsClient.getLocalPath()+"/Upload/","sample.txt");
ac.setFiles(f);
cvsClient.executeCommand(ac,go);
 
I am getting unrecognized request error