calling svn copy twice...

2010-12-08 Thread Michael Kessler
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://

calling svn copy twice...

2010-12-08 Thread Michael Kessler
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://

RE: calling svn copy twice...

2010-12-08 Thread Michael Kessler
Am Mittwoch, den 08.12.2010, 15:06 +0100 schrieb Ludwig, Michael: > > > I don't understand this behaviour. I expect an error message. > > > That's actually perfectly analogous to the behaviour of the unix > > cp command, when copying directories: > > > So svn's cp behaviour is simply based on the