svn copy . [URL] fails: cannot copy path '' into its own child 'http://...'
From: Helge Jensen <Helge.Jensen_at_cryptomathic.com>
Date: 2003-07-01 10:47:30 CEST
Doing a "svn copy . [URL]" yields the error:
C:\source\pct_project>svn copy -m '' . http://svn.cryptomathic.com/sandbox/hej
But "." is not a child of 'http://svn.cryptomathic.com/sandbox/hej':
C:\source\pct_project>svn info .
I don't really see the inherent problem in the operation.
Unfortunatly, the workaround:
cd ..; svn copy -m '' pct_project http://svn.cryptomathic.com/sandbox/hej
Is not really an option for me, since:
1. c:\source is not a corking copy
My current workaround is to "svn copy" from the repository, since a part of the script
... [from output of svn info] ...
C:\source\pct_project>svn copy -r 33 -m "" http://svn.cryptomathic.com/modules/pct/project http://svn.cryptomathic.com/sandbox/hej
Committed revision 34.
BTW:
-- Helge --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jul 1 17:49:01 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.