"Commit item has copy flag but no copyfrom URL"
From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2006-06-20 01:47:10 CEST
Dear All,
I have got in a mess and need help! Any idea what has gone wrong here, and how I can fix it?
I have two websites, managed with subversion. I was trying to copy a directory from one to the other:
$ svn cp /www/anyterm.org/forums/ .
OK so far. Mistake coming up:
$ rm forums/config.php
Ooops, wasn't thinking what I was doing. But I carried on:
$ svn commit -m"Add forums" forums/
OK, maybe I can undo the mistaken "rm":
$ cd forums
I try to follow its advice:
$ svn cleanup
Here's another way to undo the delete:
$ cp other/working/copy/config.php config.php
Now it lets me cleanup, and I can remove the file properly:
$ svn cleanup
But when I try to commit:
$ svn commit -m"Remove config.php"
I'm completely stuck now. Please help!
This is on Linux, version 1.3.0 on the client and 1.2.3 on the server, using Apache.
Phil.
---------------------------------------------------------------------
|
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.