#135: from any to Subversion directory move, will missing file changes
--------------------+-------------------------------------------------------
Reporter: HenryN | Owner: lele
Type: defect | Status: new
Priority: major | Milestone: VersionOne
Component: svn | Version: 0.9
Keywords: |
--------------------+-------------------------------------------------------
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
--
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/135>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor