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

Re: [Subclipse-users] Weird tagging problem.

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-01-10 22:23:31 CET

On 1/10/07, Vladimir Grabarchuk <vladchuk@workwell.com> wrote:
>
> When creating a tag for <proj>/trunk in <proj>/tags/<tag> it works
> normally. However, if the same operation is attempted again (same project,
> same tag) the following happens: <proj>/tags/<tag>/trunk is created!!
>
> I think this used give an error saying that the <proj>/tags/<tag> already
> exists. I am using version 1.1.9.
>

That is just how the Subversion copy command has always worked. The
explanation I have seen in the past from the developers is that it is
consistent with how the Unix cp command works. Basically, to get it to work
the way you want, you need to let the copy command create the <tag> folder.
If that folder already exists, you get the behavior you have seen. This
comes up pretty regularly on the Subversion users@ mailing list.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Wed Jan 10 22:23:36 2007

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

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