Re: svn copy after forced removal of copied file
From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-31 19:32:50 CEST
On Jul 31, 2006, at 15:42, Kevin Musker wrote:
> I experienced a problem with the svn command line client and am pretty
User error. Don't do that.
If you copied the file
svn cp $SVNROOT/cheese.cc .
and then decided, before committing, that you didn't mean to copy it
svn rm --force cheese.cc
Instead, revert the copy:
svn revert cheese.cc
---------------------------------------------------------------------
|
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.