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://repo.server/tags/buildserver/Rele

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" D:\Builds\Release_5

Re: svnpubsub/client.py: RuntimeError: dictionary changed size during iteration

2018-10-27 Thread Branko Čibej
On 23.08.2018 14:54, sebb wrote: > When running a version of watcher.py I got the following error: > > File ".../svnpubsub/client.py", line 251, in run_forever > self._check_stale() > File ".../svnpubsub/client.py", line 216, in _check_stale > for client in asyncore.socket_map.values():