cvs update -A command
"Dariusz Drezno" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <02fe01c1fcf7$0df7a660$5907840a@pcdrezno> |
Hello,
How can I call "cvs update -A foo.txt" command?
I try:
UpdateCommand update = new UpdateCommand();
update.setCVSCommand('A', "foo.txt");
but it doesn't work...
Best regards
DD