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

svn_load_dirs trouble with file renames

From: Rush Manbert <rush_at_manbert.com>
Date: Tue, 1 Dec 2009 16:40:43 -0800

I'm trying to use svn_load_dirs.pl to import the latest Qt release into my vendor source tree. I'm doing this using svn 1.5.4 on a Mac running OS X 10.6.2.

One file in the distribution has had its name changed, but it is only a case change. I found the "from" and "to" filenames in the list the script displayed, and I entered their line indices, as shown. I then got this error:

Enter two indexes for each column to rename, (R)elist, or (F)inish: 115 165

Renaming src/3rdparty/webkit/WebCore/css/mediaControlsQT.css to src/3rdparty/webkit/WebCore/css/mediaControlsQt.css.
Running /usr/local/bin/svn mv src/3rdparty/webkit/WebCore/css/mediaControlsQT.css src/3rdparty/webkit/WebCore/css/mediaControlsQt.css
/Users/rmanbert/bin/svn_load_dirs.pl: /usr/local/bin/svn mv src/3rdparty/webkit/WebCore/css/mediaControlsQT.css src/3rdparty/webkit/WebCore/css/mediaControlsQt.css failed with this output:
svn: Path 'src/3rdparty/webkit/WebCore/css/mediaControlsQt.css' is not a directory
Press return to quit and clean up svn working directory:

It's certainly true that 'src/3rdparty/webkit/WebCore/css/mediaControlsQt.css' is not a directory, but I thought this was attempting a file name change in the working directory.

I have no idea how to proceed now. Are there any suggestions?

Thanks,
Rush

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2426155

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.

  • application/pkcs7-signature attachment: smime.p7s
Received on 2009-12-02 01:41:56 CET

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.