Re: svn propget -R prints unnecessary blank lines and complains when you specify --strict

2016-09-19 Thread Branko Čibej
On 19.09.2016 11:39, Stefan Hett wrote: > On 9/16/2016 7:48 PM, Jeff Orrok wrote: >> $ cat /etc/redhat-release >> CentOS Linux release 7.2.1511 (Core) >> >> $ svn --version >> svn, version 1.7.14 (r1542130) >>compiled Nov 20 2015, 19:25:09 >> >> Copyright (C) 2013 The Apache Software Foundation

Re: svn propget -R prints unnecessary blank lines and complains when you specify --strict

2016-09-19 Thread Stefan Hett
On 9/16/2016 7:48 PM, Jeff Orrok wrote: $ cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) $ svn --version svn, version 1.7.14 (r1542130) compiled Nov 20 2015, 19:25:09 Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people;

svn propget -R prints unnecessary blank lines and complains when you specify --strict

2016-09-18 Thread Jeff Orrok
$ cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) $ svn --version svn, version 1.7.14 (r1542130) compiled Nov 20 2015, 19:25:09 Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information.

Re: Blank lines

2016-05-06 Thread Ryan Schmidt
On May 5, 2016, at 4:12 PM, webster.br...@rogers.com wrote: > > From: Branko Čibej > >> Not 'status' -- 'svn status' should always show what 'svn commit' will >> send to the server. But 'diff', I agree, could be smarter. For example, >> right now, 'svn diff --summarize -x -w' will mention files

Re: Blank lines

2016-05-05 Thread webster.brent
You should wrapper the diff command svn diff --diff-cmd 'diff -x -w'  Brent From: Branko Čibej To: users@subversion.apache.org Sent: Wednesday, May 4, 2016 11:01 PM Subject: Re: Blank lines On 04.05.2016 22:58, Daniel Shahaf wrote: > Eric Johnson wrote on Wed, Ma

Re: Blank lines

2016-05-04 Thread Branko Čibej
On 04.05.2016 22:58, Daniel Shahaf wrote: > Eric Johnson wrote on Wed, May 04, 2016 at 09:42:53 -0700: >> On 5/4/16 4:43 AM, Dariusz Staniak wrote: >>> How can I force >>> svn status >>> not to indicate files with added/removed blank lines as modified? >&

Re: Blank lines

2016-05-04 Thread Daniel Shahaf
Eric Johnson wrote on Wed, May 04, 2016 at 09:42:53 -0700: > On 5/4/16 4:43 AM, Dariusz Staniak wrote: > >How can I force > >svn status > >not to indicate files with added/removed blank lines as modified? > You can't. Subversion has to treat all changes to files as r

Re: Blank lines

2016-05-04 Thread Eric Johnson
Hi Darek, On 5/4/16 4:43 AM, Dariusz Staniak wrote: How can I force svn status not to indicate files with added/removed blank lines as modified? You can't. Subversion has to treat all changes to files as relevant. Consider something like Markdown - an extra blank line means a paragraph

Re: Blank lines

2016-05-04 Thread Stefan Hett
Hi Darek, How can I force svn status not to indicate files with added/removed blank lines as modified? I'm fighting with this all day today and I cannot find any help. I've already changed diff-cmd and diff3-cmd to ignore blank lines, but I still see these files as modified which

Blank lines

2016-05-04 Thread Dariusz Staniak
How can I force svn status not to indicate files with added/removed blank lines as modified? I'm fighting with this all day today and I cannot find any help. I've already changed diff-cmd and diff3-cmd to ignore blank lines, but I still see these files as modified which gives me a