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

Commit failed after renaming a directory

From: Christophe Prud'homme <prudhomm_at_mit.edu>
Date: 2003-05-23 14:29:40 CEST

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'

I have no file .svn/dir-props
so I touch it
touch /home/prudhomm/Devel/GST/gstbase/simgen/.svn/dir-props

it seems that the local move and then commit I did were not completed properly, no?

and now it is ok

C.

-- 
 Christophe Prud'homme
 Visiting Research Scientist in the Jacques Louis Lions Laboratory(Paris)
 MIT - Research Scientist - Web: http://augustine.mit.edu/~prudhomm
 Tel: +33 (0)1 44 27 71 97
 Tel: +32 (0)2 734 8280
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 23 14:32:16 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.