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

Re: svn commit: rev 2024 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/libsvn_ra_local trunk/subversion/libsvn_client trunk/subversion/svnlook trunk/subversion/libsvn_ra_pipe trunk/subversion/clients/cmdline trunk/subversion/tests/libsvn_wc trunk/subversion/tests/libsvn_subr trunk/subversion/tests/clients/cmdline trunk/subversion/tests/libsvn_delta trunk/subversion/libsvn_repos trunk/subversion/libsvn_delta trunk/subversion/libsvn_ra_dav

From: Josef Wolf <jw_at_raven.inka.de>
Date: 2002-05-29 00:56:51 CEST

On Tue, May 28, 2002 at 04:19:36PM -0500, kfogel@tigris.org wrote:
> Author: kfogel
> Date: 2002-05-28 21:18 GMT
> New Revision: 2024
> [ ... ]

Ough! This one seems to break "svn cp" on my machine:

$ cd /tmp/subvers.test
$ svnadmin create rep
$ mkdir -p test/trunk test/branches test/tags
$ echo 1st version >test/trunk/x
$ svn import -m 'first revision' file:///tmp/subvers.test/rep test
Adding ./trunk
Adding ./trunk/x
Adding ./branches
Adding ./tags
Transmitting file data .

Committed revision 1.
$ svn cp -m 'tag it' file:///tmp/subvers.test/rep/trunk file:///tmp/subvers.test/rep/tags/V1.0

/home/jw/local/l/subvers/src/svn/subversion/libsvn_client/copy.c:162
svn_error: #21044 : <Can't find a working copy path>
  error decomposing relative path `trunk'

This worked as expected with r2023. Is this a known thing? or do I use
"svn cp" the wrong way?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 29 00:58:42 2002

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.