Re: svn copy WC to URL asserts

2018-10-27 Thread Branko Čibej
On 27.10.2018 18:07, Branko Čibej wrote: > On 15.08.2018 16:14, Jens Geyer wrote: >> >> Hi, >> >>   >> >> We have one case of a misbehaving branch here. Our CI server creates >> a tag at the end of a build using a svn copy command: >> >> >> {code} >> >> svn.exe copy -m "Devtest"

Re: svn copy WC to URL asserts

2018-10-27 Thread Branko Čibej
On 15.08.2018 16:14, Jens Geyer wrote: > > Hi, > >   > > We have one case of a misbehaving branch here. Our CI server creates a > tag at the end of a build using a svn copy command: > > > {code} > > svn.exe copy -m "Devtest" D:\Builds\Release_5.1.1.x\Source >

svn copy WC to URL asserts

2018-08-15 Thread Jens Geyer
Hi, We have one case of a misbehaving branch here. Our CI server creates a tag at the end of a build using a svn copy command: {code} svn.exe copy -m "Devtest" D:\Builds\Release_5.1.1.x\Source svn://repo.server/tags/buildserver/Release_5.1.1.x/Build513 {code} The message printed is