renaming an added (but not committed) file
From: A.T.Hofkamp <a.t.hofkamp_at_tue.nl>
Date: 2005-08-08 14:00:18 CEST
Hello,
I am using svn 1.2.0 with a small test project, to see whether it works as
I seem to be unable to move (rename) an added (but not committed) file.
The following script reproduces the problem:
CURDIR=`pwd`
# create a svn repository
mkdir myrepo
svn checkout file://${CURDIR}/repository/project wc
# make file x, add
# svn mv x y
# try again: svn mv x y with --force
+ svn mv x y
+ svn mv --force x y
Is this a known problem?
Albert
---------------------------------------------------------------------
|
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.