Home > Archive > PERL Miscellaneous > June 2007 > Correct newlines for Perl programs in subversion?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Correct newlines for Perl programs in subversion?
|
|
| Adam Funk 2007-06-26, 10:03 pm |
| What is the correct svn:eol-style property to use for Perl programs in
subversion? I've seen both LF and native in use.
(I use Linux and occasionally Mac OS X, so either of those should work
for me, but some of my colleagues use Windows.)
| |
| Joe Schaefer 2007-06-27, 7:05 pm |
| Adam Funk <a24061@ducksburg.com> writes:
> What is the correct svn:eol-style property to use for Perl programs in
> subversion? I've seen both LF and native in use.
Use "native", which is the right choice for source code written
in just about any programming language.
--
Joe Schaefer
| |
| Adam Funk 2007-06-27, 7:05 pm |
| On 2007-06-27, Joe Schaefer wrote:
> Adam Funk <a24061@ducksburg.com> writes:
>
>
> Use "native",
OK, thanks.
> which is the right choice for source code written in just about any
> programming language.
Except DOS batch files --- woops, that's not a programming
language... ;-)
| |
| Clenna Lumina 2007-06-27, 7:05 pm |
| Adam Funk wrote:
> On 2007-06-27, Joe Schaefer wrote:
>
>
> OK, thanks.
>
>
> Except DOS batch files --- woops, that's not a programming
> language... ;-)
Well, for a long time it was the closest thing to shell script on
windows, before WSH came about.
Actually, I would almost consider the language used in BAT files to be a
stripped down and caffeine-free version of qbasic (which seems more
evident in more complex batch files.)
--
CL
|
|
|
|
|