svn cp treats filename as directory name
From: Steve Strobel <steve.strobel_at_link-comm.com>
Date: Tue, 07 Oct 2008 10:24:39 -0600
I am having trouble with the following command (under Ubuntu 8.04
svn cp -r232 svn://192.168.25.29/trunk/linux-2.6.x/sound/blackfin/Makefile \
I am trying to copy an older revision of that Makefile to the head.
svn: Failure opening '/trunk/linux-2.6.x/sound/blackfin/Makefile/Makefile'
Note that the error message indicates that it is looking
Also note that the filesystem it refers to, 'C:/Shared/SVN_Repo_uClinux/db'
Running a verbose log and snipping the details about the other files:
svn log -v svn://192.168.25.29/trunk/linux-2.6.x/sound/blackfin/Makefile
------------------------------------------------------------------------
Copying the vendor branch with uClinux-dist-2008R1.5-RC3.tar.bz2.
------------------------------------------------------------------------
[snip]
------------------------------------------------------------------------
Copied remotely
[snip]
As originally extracted from uClinux-dist-2007R1-RC3.tar.bz2.
------------------------------------------------------------------------
It appears to me that the Makefile was added to trunk in rev 2, then added again
Using svn ls to check whether the Makefile can be found in various revisions:
svn ls -r232 svn://192.168.25.29/trunk/linux-2.6.x/sound/blackfin/Makefile
It doesn't seem to think that the Makefile existed in revision 232. That might explain why it
Trying svn ls on various revisions and noting the versions in which it can be found:
I don't understand why it disappeared between rev 2 and rev 233. I would think that
I don't see any reason it would exist in the trunk (per svn ls -r) in rev 2, then
Steve
--- Steve Strobel Link Communications, Inc. 1035 Cerise Rd Billings, MT 59101-7378 (406) 245-5002 ext 102 (406) 245-4889 (fax) WWW: http://www.link-comm.com MailTo:steve.strobel_at_link-comm.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-10-07 18:25:19 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.