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

svn copy (server-side) into existing folder

From: Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>
Date: Wed, 8 Jun 2011 09:50:35 +0000

Hi,
I am using svn 1.6.16 on MS Windows.

D:\svn copy http://server/svnrepo/trunk/base/install http://server/svnrepo/tags/test_1.0.0 -m test
D:\svn copy http://server/svnrepo/trunk/base/install http://server/svnrepo/tags/test_1.0.0 -m test
D:\svn copy http://server/svnrepo/trunk/base/install http://server/svnrepo/tags/test_1.0.0 -m test
svn: Path 'test_1.0.0/install' already exists

I would expect that the second try gives
svn: Path 'test_1.0.0' already exists
(as in svn 1.5.5)

If I create at first the folder it is as expected:
D:\svn mkdir http://server/svnrepo/tags/test_1.0.0 -m test
D:\svn copy http://server/svnrepo/trunk/base/install http://server/svnrepo/tags/test_1.0.0 -m test
D:\svn copy http://server/svnrepo/trunk/base/install http://server/svnrepo/tags/test_1.0.0 -m test
svn: Path 'test_1.0.0/install' already exists

Hartmut
Received on 2011-06-08 11:51:10 CEST

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.