id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
135	from any to Subversion directory move, will missing file changes	HenryN	lele	"Directory rename and file changes in same patch lose the changes on file. Subversion has the new timestamp and don't see the changes in the file.

A) As workarround subversion needs to reload all files in new subdirectory, also if the timestamp suggest no changes on file.
How can give subversion an option to ignore timestamps?

B) I can ""touch"" all files in the new dir so subversion must read the files.

Example from Monotone to Subversion:
{{{
mkdir dira                                                                                                   
echo ""foo"" > dira/file.txt                                                                                   
mtn add dira/file.txt                                                                                   
mtn commit --message ""initial commit""                                                                   
                                                                                                             
echo ""bar"" > dira/file.txt                                                                                   
mtn rename dira dirb                                                                                    
mtn commit --message ""rename directory, Change on file is missing!""
}}}
The contens of file.txt will be ""foo"" in Subversion. But shold be ""bar"".

Complete trigger for this error:
http://progetti.arstecnica.it/tailor/browser/test-scripts/test-mtn2svn-rename-dir2.sh
"	defect	closed	major	VersionOne	svn	0.9	fixed		
