Re: Change list association is lost when renaming

2010-08-19 Thread 'Daniel Shahaf'
sday, August 19, 2010 12:47 PM > To: Michael Saunders > Cc: 'users@subversion.apache.org' > Subject: Re: Change list association is lost when renaming > > Here is a transcript with current trunk, it seems the issue is fixed, do > you agree? > > [[[ > % $svn cl

Re: Change list association is lost when renaming

2010-08-19 Thread Daniel Shahaf
rlier 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 wor

Change list association is lost when renaming

2010-08-19 Thread Michael Saunders
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