[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

calling svn copy twice...

From: Michael Kessler <kessler.michael_at_gmx.net>
Date: Wed, 08 Dec 2010 12:26:39 +0100

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
   
Received on 2010-12-08 12:38:24 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.