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

A path under revision control is needed for this operation

From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-06-21 22:45:31 CEST

I have a repository with the traditional structure

martin@mira:~/tmp/playground> ls
branches tags trunk

Now I try to tag the trunk, specifying the COMMITTED version. I do

svn copy -rCOMMITTED trunk tags/copy-COMMITTED

This gives

svn: A path under revision control is needed for this operation
svn: svn_client__get_revision_number: need a version-controlled path to fetch local revision info.

I'm pretty certain that the current directory is under revision
control. How can I specify the path that it needs?

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 22:46:31 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.