Re: can i svn cat without keyword expansion

2010-08-09 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Mon, Aug 09, 2010 at 07:35:42 -0400: > On Sun, Aug 8, 2010 at 5:24 PM, Stefan Sperling wrote: > > On Sun, Aug 08, 2010 at 11:50:13AM -0400, Nico Kadel-Garcia wrote: > >> disabling the keywords: quite sensible, really. I'd like to see a > >> similar setting for "svn diff"

Re: can i svn cat without keyword expansion

2010-08-09 Thread Nico Kadel-Garcia
On Sun, Aug 8, 2010 at 5:24 PM, Stefan Sperling wrote: > On Sun, Aug 08, 2010 at 11:50:13AM -0400, Nico Kadel-Garcia wrote: >> disabling the keywords: quite sensible, really. I'd like to see a >> similar setting for "svn diff" > > What use case do you have in mind that requires an --ignore-keyword

Re: can i svn cat without keyword expansion

2010-08-08 Thread Blair Zajac
On Aug 8, 2010, at 8:50 AM, Nico Kadel-Garcia wrote: > On Sat, Aug 7, 2010 at 9:21 PM, Blair Zajac wrote: >> >> On Aug 6, 2010, at 3:16 PM, Bob wrote: >> >>> Hi, >>> If I do "svn cat" on a file, with the svn:keywords property set, it expands >>> out >>> SVN keywords such as $Date$, $Revision$

Re: can i svn cat without keyword expansion

2010-08-08 Thread Stefan Sperling
On Sun, Aug 08, 2010 at 11:50:13AM -0400, Nico Kadel-Garcia wrote: > disabling the keywords: quite sensible, really. I'd like to see a > similar setting for "svn diff" What use case do you have in mind that requires an --ignore-keywords option for "svn diff"? "svn diff" already deals with keyword

Re: can i svn cat without keyword expansion

2010-08-08 Thread Daniel Shahaf
David Weintraub wrote on Sun, Aug 08, 2010 at 13:24:02 -0400: > On Sun, Aug 8, 2010 at 11:50 AM, Nico Kadel-Garcia wrote: > > The original poster in this thread asked about using "svn cat" and > > disabling the keywords: quite sensible, really. I'd like to see a > > similar setting for "svn diff"

Re: can i svn cat without keyword expansion

2010-08-08 Thread David Weintraub
On Sun, Aug 8, 2010 at 11:50 AM, Nico Kadel-Garcia wrote: > The original poster in this thread asked about using "svn cat" and > disabling the keywords: quite sensible, really. I'd like to see a > similar setting for "svn diff" It's not fair, to people who are not as > skilled with scripting and r

Re: can i svn cat without keyword expansion

2010-08-08 Thread Nico Kadel-Garcia
On Sat, Aug 7, 2010 at 9:21 PM, Blair Zajac wrote: > > On Aug 6, 2010, at 3:16 PM, Bob wrote: > >> Hi, >> If I do "svn cat" on a file, with the svn:keywords property set, it expands >> out >> SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones >> there >> were included in

Re: can i svn cat without keyword expansion

2010-08-07 Thread Blair Zajac
On Aug 6, 2010, at 3:16 PM, Bob wrote: > Hi, > If I do "svn cat" on a file, with the svn:keywords property set, it expands > out > SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones > there > were included in the svn:keywords property anyway). Is there an option that >

Re: can i svn cat without keyword expansion

2010-08-07 Thread Nico Kadel-Garcia
On Sat, Aug 7, 2010 at 8:11 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sat, Aug 07, 2010 at 07:52:35 -0400: >> On Sat, Aug 7, 2010 at 4:19 AM, Stefan Sperling wrote: >> > On Fri, Aug 06, 2010 at 10:16:59PM +, Bob wrote: >> >> Hi, >> >> If I do "svn cat" on a file, with the svn:keyw

Re: can i svn cat without keyword expansion

2010-08-07 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, Aug 07, 2010 at 07:52:35 -0400: > On Sat, Aug 7, 2010 at 4:19 AM, Stefan Sperling wrote: > > On Fri, Aug 06, 2010 at 10:16:59PM +, Bob wrote: > >> Hi, > >> If I do "svn cat" on a file, with the svn:keywords property set, it > >> expands out > >> SVN keywords su

Re: can i svn cat without keyword expansion

2010-08-07 Thread Nico Kadel-Garcia
On Sat, Aug 7, 2010 at 4:19 AM, Stefan Sperling wrote: > On Fri, Aug 06, 2010 at 10:16:59PM +, Bob wrote: >> Hi, >> If I do "svn cat" on a file, with the svn:keywords property set, it expands >> out >> SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones >> there >> wer

Re: can i svn cat without keyword expansion

2010-08-07 Thread Stefan Sperling
On Fri, Aug 06, 2010 at 10:16:59PM +, Bob wrote: > Hi, > If I do "svn cat" on a file, with the svn:keywords property set, it expands > out > SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones > there > were included in the svn:keywords property anyway). Is there an opt

Re: can i svn cat without keyword expansion

2010-08-06 Thread Nico Kadel-Garcia
On Fri, Aug 6, 2010 at 6:16 PM, Bob wrote: > Hi, > If I do "svn cat" on a file, with the svn:keywords property set, it expands > out > SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones > there > were included in the svn:keywords property anyway). Is there an option that