Hi, during tests with hudson my release build script was accidentally called more than once. The script calls svn copy too.
1. svn copy file:///var/repo/prj/trunk file:///var/repo/prj/tags/V1 -m "created V1" In the Repo: ../prj/tags/V1/test.txt OK 2. svn copy file:///var/repo/prj/trunk file:///var/repo/prj/tags/V1 -m "created V1" In the Repo: ../prj/tags/V1/trunk/text.txt ???? I don't understand this behaviour. I expect an error message. 3. 2. svn copy file:///var/repo/prj/trunk file:///var/repo/prj/tags/V1 -m "created V1" :~/svn: Path tags/V1/trunk already exists I tried it with: Windows XP SP3 CollabNet Subversion Command-Line Client v1.6.15 Ubuntu 10.04 svn Version 1.6.6 (r40053) Regards Michael