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
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;
$ 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.
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
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
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?
>&
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
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
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
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
10 matches
Mail list logo