gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin / SvnDescriber

SvnDescriber

class SvnDescriber : Describer

Use the command svn info to determine the SVN revision.

Parameters

workTree - the root directory of the SVN repository that you want to describe

Constructors

<init>

SvnDescriber(workTree: File)

Use the command svn info to determine the SVN revision.

Properties

workTree

val workTree: File

the root directory of the SVN repository that you want to describe

Functions

describe

fun describe(dirty: Boolean, trimLeading: Boolean): String

isDirty

fun isDirty(): Boolean