SvnCommit

SvnCommit

class SvnCommit

An SVN commit.

Methods

__construct(SimpleXMLElement $svnInfo)

Creates a commit from the given "svn info" data.

string getRevision()

Returns the revision of the commit.

string getAuthor()

Returns the author of the commit.

string getDate()

Returns the date of the commit.

Details