Re: Svn rename doesn't copy custom properties

2015-05-01 Thread Dan Ellis
On Thu, Apr 30, 2015 at 8:02 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: Dan Ellis wrote on Thu, Apr 30, 2015 at 14:52:23 -0700: Here's a snippet of the running scenario that can NOT reproduce the issue in a new repo: In the situation that reproduces the problem: - What happens when

Re: Svn rename doesn't copy custom properties

2015-05-01 Thread Branko Čibej
On 01.05.2015 17:22, Dan Ellis wrote: - if you use a different svn client? Are you suggesting trying the 1.7 series? I did upgrade to svn 1.8.13 r1667537 last night which the results listed in this email are from. No, not 1.7; an SVN command-line client that is not part of TSVN.

RE: Svn rename doesn't copy custom properties

2015-04-30 Thread Andrew Reedick
moved from A.txt From: Dan Ellis [mailto:danelli...@gmail.com] Sent: Wednesday, April 29, 2015 7:23 PM To: Daniel Shahaf Cc: Subversion Users Subject: Re: Svn rename doesn't copy custom properties OK, so it gets stranger... I admit I changed the property names a bit to simplify them. When

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Dave Huang
On 30.04.2015 01:23, Dan Ellis wrote: OK, so it gets stranger... I admit I changed the property names a bit to simplify them. When I ran the simplified names, it does work. Do you perhaps have some commit hook scripts on the server that look for those properties and do special things with

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Branko Čibej
On 30.04.2015 01:23, Dan Ellis wrote: OK, so it gets stranger... I admit I changed the property names a bit to simplify them. When I ran the simplified names, it does work. Here's the exact example that does not work: c:\Project_files\sandbox_v2svn pl -v A.txt Properties on

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Branko Čibej
On 30.04.2015 20:04, Dave Huang wrote: On 30.04.2015 01:23, Dan Ellis wrote: OK, so it gets stranger... I admit I changed the property names a bit to simplify them. When I ran the simplified names, it does work. Do you perhaps have some commit hook scripts on the server that look for

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Dan Ellis
OK, so it gets stranger... I admit I changed the property names a bit to simplify them. When I ran the simplified names, it does work. Here's the exact example that does not work: c:\Project_files\sandbox_v2svn pl -v A.txt Properties on 'A.txt': pebls:plcm

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Daniel Shahaf
Dan Ellis wrote on Thu, Apr 30, 2015 at 14:52:23 -0700: Here's a snippet of the running scenario that can NOT reproduce the issue in a new repo: In the situation that reproduces the problem: - What happens when renaming a file that has both pebls:* properties and other properties? - What

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Dan Ellis
On Thu, Apr 30, 2015 at 2:30 PM, Andrew Reedick jreed...@incomm.com wrote: From: Dan Ellis [mailto:danelli...@gmail.com] **Brane asked: There's no REN.txt in your example. **Anyway, please tell us which version of the client you're using (svn --version) and where it came from. I

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Branko Čibej
On 30.04.2015 23:52, Dan Ellis wrote: On Thu, Apr 30, 2015 at 2:30 PM, Andrew Reedick jreed...@incomm.com mailto:jreed...@incomm.com wrote: From: Dan Ellis [mailto:danelli...@gmail.com mailto:danelli...@gmail.com] **Brane asked: There's no REN.txt in your example.

RE: Svn rename doesn't copy custom properties

2015-04-30 Thread Andrew Reedick
From: Dan Ellis [mailto:danelli...@gmail.com] **Brane asked: There's no REN.txt in your example.  **Anyway, please tell us which version of the client you're using (svn   --version) and where it came from.  I meant to exclude that as its not relevant, was trying to point out the empty

Re: Svn rename doesn't copy custom properties

2015-04-29 Thread Dan Ellis
On Wed, Apr 29, 2015 at 4:01 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: Dan Ellis wrote on Wed, Apr 29, 2015 at 15:43:00 -0700: Hi, We use some custom properties for tracking (e.g. my_prop:trace_to req_12345) and have noticed that svn renames do not copy these across the

Re: Svn rename doesn't copy custom properties

2015-04-29 Thread Dan Ellis
OK, so it gets stranger... I admit I changed the property names a bit to simplify them. When I ran the simplified names, it does work. Here's the exact example that does not work: c:\Project_files\sandbox_v2svn pl -v A.txt Properties on 'A.txt': pebls:plcm Test@4575 pebls:sha1

Re: Svn rename doesn't copy custom properties

2015-04-29 Thread Daniel Shahaf
Dan Ellis wrote on Wed, Apr 29, 2015 at 15:43:00 -0700: Hi, We use some custom properties for tracking (e.g. my_prop:trace_to req_12345) and have noticed that svn renames do not copy these across the delete/add operation. I've tried searching the archives to see if I could find a rationale

Re: Svn rename doesn't copy custom properties

2015-04-29 Thread jblist
On Apr 29, 2015, at 4:13 PM, Dan Ellis danelli...@gmail.com wrote: This is specific to the rename operation (svn 1.8.9, win7): c:\Project_files\sandboxsvn pl -v .txt Properties on '.txt': myprop:trace_to req12345 c:\Project_files\sandboxsvn rename .txt .txt A