Re: svn copy twice to same folder creates unexpeted subfolder in destination

2019-11-07 Thread Roger Périat
Many thanks to all who responded and explained the behaviour! Great mailing list! Am 07.11.2019 um 15:02 schrieb Daniel Shahaf: Branko Čibej wrote on Thu, 07 Nov 2019 13:41 +00:00: $ mkdir -p foo/bar $ touch foo/qux foo/bar/baz $ cp -R foo zzz $ cp -R foo zzz FWIW, creating the tag with

svn copy twice to same folder creates unexpeted subfolder in destination

2019-11-07 Thread Roger Périat
Hi all Not sure if this is a bug or not. Doing a svn copy twice to same destination, does create an unexpected subfolder in destination. 1) first step (The tags folder exists and is empty) svn copy file:///D:/tmp/myrepo/trunk file:///D:/tmp/myrepo/tags/v1 -m "this is v1" What we see: -