Package | Description |
---|---|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Field and Description |
---|---|
private SvnWorkingCopyInfo |
SvnInfo.wcInfo |
Modifier and Type | Method and Description |
---|---|
SvnWorkingCopyInfo |
SvnInfo.getWcInfo()
Gets working copy info.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnInfo.setWcInfo(SvnWorkingCopyInfo wcInfo)
Sets working copy info.
|