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

Re: Svn rename doesn't copy custom properties

From: <jblist_at_icloud.com>
Date: Wed, 29 Apr 2015 16:22:15 -0700

> On Apr 29, 2015, at 4:13 PM, Dan Ellis <danellis10_at_gmail.com> 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
Received on 2015-04-30 01:23:20 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.