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

Re: Trying to use an unsupported feature

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-22 16:33:41 CEST

"Martin v. Löwis" <martin@v.loewis.de> writes:

> svn copy . <repo-url>/tags/<tagname>
>
> This gives
>
> svn: Trying to use an unsupported feature
> svn: cannot copy path '' into its own child 'https://www.dcl.hpi.uni-potsdam.de/playground/tags/another'

That looks like a bug in the copy logic.

> I don't think I'm trying to copy a path into its own child here.
>
> But if I do, how can I specify this copy operation?

Use URLs

  svn copy <repo-url>/trunk <repo-url>/tags/<tagname>

I suspect most tags are made this way.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 22 16:34:36 2003

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

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