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

Change list association is lost when renaming

From: Michael Saunders <m.saunders_at_tecplot.com>
Date: Thu, 19 Aug 2010 09:24:24 -0700

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

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

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