parent
652715f4c2
commit
c4d7347ec5
|
@ -193,7 +193,7 @@ class SvnDriver extends VcsDriver
|
||||||
if (null === $this->branches) {
|
if (null === $this->branches) {
|
||||||
$this->branches = array();
|
$this->branches = array();
|
||||||
|
|
||||||
if(false === $this->trunkPath) {
|
if (false === $this->trunkPath) {
|
||||||
$trunkParent = $this->baseUrl . '/';
|
$trunkParent = $this->baseUrl . '/';
|
||||||
} else {
|
} else {
|
||||||
$trunkParent = $this->baseUrl . '/' . $this->trunkPath;
|
$trunkParent = $this->baseUrl . '/' . $this->trunkPath;
|
||||||
|
|
Loading…
Reference in New Issue