Provides information about a SVN workspace
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If the SVN URL refers to a branch (i.e. it contains a "branches" path segment)
Either "trunk", the name of the branch (i.e. the path segment succeeding the "branches" segment), or the name of the tag (i.e. the path segment succeeding the "tags" segment)
The root URL of the SVN repository
If the SVN URL refers to a tag (i.e. it contains a "tags" path segment)
If the SVN URL refers to a trunk (i.e. it contains a "trunk" path segment)
The complete SVN URL of the chechked-out project