| Package | Description |
|---|---|
| com.sun.electric.tool.cvspm |
Package for the CVS tool which synchronizes circuitry using source-code control.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Update.StatusResult |
Update.update(java.lang.String cvsProgram,
java.lang.String repository,
java.lang.String file,
java.lang.String dir,
Update.UpdateEnum type)
Update the given file in the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Update.commentStatusResult(Update.StatusResult result,
Update.UpdateEnum type)
Parse the output of an 'cvs -nq update' command, which
checks the status of the given files.
|