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

Re: Commit failed after renaming a directory

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-23 16:45:29 CEST

"Christophe Prud'homme" <prudhomm@mit.edu> writes:

> I renamed a directory and then a file within
> svn mv gstgen simgen
> svn ci -m"moved gstgen to simgen" <--- this one went ok
> cd simgen
> svn mv gstgen.cpp simgen.cpp
> svn ci -m"moved gstgen to simgen"
> Sending gstbase/simgen
> svn: No such file or directory
> svn: Commit failed (details follow):
> svn: svn_io_copy_file: error copying '/home/prudhomm/Devel/GST/gstbase/simgen/.svn/dir-props' to '/home/prudhomm/Devel/GST/gstbase/simgen/.svn/tmp/dir-props.tmp'

You haven't said which version of Subversion you are using.

Can you reproduce the problem? When I tried the commands below all
the commits succeeded.

svnadmin create repo
svn co file://`pwd`/repo wc
cd wc
svn mkdir gstgen
echo gstgen.cpp >> gstgen/gstgen.cpp
svn add gstgen/gstgen.cpp
svn ci -m x
svn mv gstgen simgen
svn ci -m x
cd simgen
svn mv gstgen.cpp simgen.cpp
svn ci -m x
cd ../..

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 23 16:46:28 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.