Documentation ¶
Overview ¶
Package svn command parser.
Index ¶
Constants ¶
View Source
const ( CliName = "svn" // 命令名称 BaseVersion = "1.8.3" // 依赖版本信息 )
@Date: 2018/12/5 0005 22:25 @Author: Joshua Conero @Name: Svn 包(基于 svn 命令)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bridge ¶
type Bridge struct {
Path string // svn path
}
Bridge cLI command bridge between SVN and SVN
type XICommit ¶
type XICommit struct { XMLName xml.Name `xml:"commit"` Author string `xml:"author"` Date string `xml:"date"` Revision string `xml:"revision,attr"` }
XICommit commit
type XIEnter ¶
type XIEnter struct { XMLName xml.Name `xml:"entry"` Path string `xml:"path,attr"` Revision string `xml:"revision,attr"` Kind string `xml:"kind,attr"` Url string `xml:"url"` Repo XIRepo Wc XIWc Commit XICommit }
XIEnter enter
type XIRepo ¶
type XIRepo struct { XMLName xml.Name `xml:"repository"` Root string `xml:"root"` Uuid string `xml:"uuid"` }
XIRepo repository
Click to show internal directories.
Click to hide internal directories.