> On Apr 29, 2015, at 4:13 PM, Dan Ellis <[email protected]> wrote: > > This is specific to the rename operation (svn 1.8.9, win7): > > c:\Project_files\sandbox>svn pl -v BBBB.txt > Properties on 'BBBB.txt': > myprop:trace_to > req12345 > > c:\Project_files\sandbox>svn rename BBBB.txt TTTT.txt > A TTTT.txt > D BBBB.txt > > c:\Project_files\sandbox>svn pl -v TTTT.txt > > c:\Project_files\sandbox>
On OS X, svn 1.7.19, I see this after the rename: $ svn pl file1 Properties on 'file1': myprop $ svn rename file1 file2 A file2 D file1 $ svn status D file1 A + file2 $ svn pl file2 Properties on 'file2': myprop
