Dear SVN team,
With the latest 1.6.12 release (and earlier releases) a change list association is lost when renaming a file. To demonstrate the problem perform the following steps in an SVN working copy:
echo "Hi Mom" > SomeFileName # create a file named SomeFileName
svn add SomeFileName # add the file to the working copy
svn changelist DemoList SomeFileName # add SomeFileName to the DemoList change list
svn --changelist DemoList status # this should show SomeFileName as waiting to be added to the repo
svn rename SomeFileName AnotherFileName # rename the working copy
svn --changelist DemoList status # Note that AnotherFileName is not part of the change list and it should
Thanks,
Michael
________________________________
This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are NOT the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying this e-mail is strictly prohibited.
Received on 2010-08-19 20:44:06 CEST