Re: Getting names of added files
Martin Entlicher <[email protected]> Fri, 05 Sep 2003 17:34:46 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
cvs -n update can do that. Use GlobalOptions.setDoNoChanges(true) so that the update does no modification of the working directory, but sends you the files that needs update. To get new files you need to set UpdateCommand.setBuildDirectories(true); (update -d). Regards, Martin "Card, Justin" wrote: > > Is there a way, using the library to retrieve the names of files which have been checked in by others since I last updated? I need this functionality to support partial/selective updating for a project I'm working on. > > Thanks, > Justin Card > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]