Re: Coding system for output of "svn cat"

2012-08-27 Thread Andre Colomb
Daniel Shahaf wrote on 2012-08-27 15:41 > Andre Colomb wrote on Mon, Aug 27, 2012 at 14:26:17 +0200: >> I'm trying to improve the contributed psvn.el mode and need to figure >> out how to get rid of extra ^M characters at the end of every line when >> checking out an older revision (which uses svn

Re: Coding system for output of "svn cat"

2012-08-27 Thread Andre Colomb
Daniel Shahaf wrote on 2012-08-27 15:38 > Andre Colomb wrote on Mon, Aug 27, 2012 at 14:26:17 +0200: >> What is the EOL encoding of text files spit out by the svn cat command? >> Does it depend on the svn:eol-style property? >> > > I expect it will be the local EOL style if the property is set to

Re: Coding system for output of "svn cat"

2012-08-27 Thread Daniel Shahaf
Andre Colomb wrote on Mon, Aug 27, 2012 at 14:26:17 +0200: > Hi list! > > I couldn't find any information about this in the Subversion book or the > built-in documentation. > > What is the EOL encoding of text files spit out by the svn cat command? > Does it depend on the svn:eol-style property?

Re: Coding system for output of "svn cat"

2012-08-27 Thread Daniel Shahaf
Andre Colomb wrote on Mon, Aug 27, 2012 at 14:26:17 +0200: > Hi list! > > I couldn't find any information about this in the Subversion book or the > built-in documentation. > > What is the EOL encoding of text files spit out by the svn cat command? > Does it depend on the svn:eol-style property?

Coding system for output of "svn cat"

2012-08-27 Thread Andre Colomb
Hi list! I couldn't find any information about this in the Subversion book or the built-in documentation. What is the EOL encoding of text files spit out by the svn cat command? Does it depend on the svn:eol-style property? I'm trying to improve the contributed psvn.el mode and need to figure ou