Re: Svn rename doesn't copy custom properties

2015-05-05 Thread Dan Ellis
> > > On Thu, Apr 30, 2015 at 8:02 PM, Daniel Shahaf > 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: >> > OK, we are pretty confident we have narrowed the behavior down. Unfo

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

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 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 renaming a fil

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 h

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 > wrote: > > > From: Dan Ellis [mailto:danelli...@gmail.com > ] > > > > **Brane asked: There's no REN.txt in your example. > > **An

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 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 meant to e

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 > e

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_v2>svn pl -v A.txt > > Properties on 'A.txt': > >

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

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 th

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_v2>svn pl -v A.txt > Properties on

RE: Svn rename doesn't copy custom properties

2015-04-30 Thread Andrew Reedick
ed to AA.txt A +AA.txt > 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 change

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_v2>svn 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 jblist
> On Apr 29, 2015, at 4:13 PM, Dan Ellis wrote: > > This is specific to the rename operation (svn 1.8.9, win7): > > c:\Project_files\sandbox>svn pl -v .txt > Properties on '.txt': > myprop:trace_to > req12345 > > c:\Project_files\sandbox>svn rename .txt .txt > A T

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 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 > > delete/add operation.

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 rati

Svn rename doesn't copy custom properties

2015-04-29 Thread Dan Ellis
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 as to why, but haven't come across any. I'm guessing this cou