class SvnDescriber : Describer
Use the command svn info to determine the SVN revision.
workTree - the root directory of the SVN repository that you want to describe
SvnDescriber(workTree: File)
Use the command |
val workTree: File
the root directory of the SVN repository that you want to describe |
fun describe(dirty: Boolean, trimLeading: Boolean): String |
|
fun isDirty(): Boolean |