Re: SVN and svn:eol-style

2006-05-13 Thread 滇狐
On 5/13/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Fri 12-May-06 8:16pm -0600, Edward L. Fox wrote: > On 5/13/06, Brandt, Servatius > <[EMAIL PROTECTED]> wrote: >> [...] >> So I suggest to use a "svn:eol-style" setting of "LF" instead of >> "native". > > Previously when I didn't set the svn

Re: SVN and svn:eol-style

2006-05-13 Thread Bill McCarthy
On Fri 12-May-06 8:16pm -0600, Edward L. Fox wrote: > On 5/13/06, Brandt, Servatius > <[EMAIL PROTECTED]> wrote: >> [...] >> So I suggest to use a "svn:eol-style" setting of "LF" instead of >> "native". > > Previously when I didn't set the svn:eol-style property, all text > files were using "LF" a

Re: SVN and svn:eol-style

2006-05-12 Thread Edward L. Fox
On 5/13/06, Brandt, Servatius <[EMAIL PROTECTED]> wrote: [...] So I suggest to use a "svn:eol-style" setting of "LF" instead of "native". Previously when I didn't set the svn:eol-style property, all text files were using "LF" as end-of-line character. Bill complained so I change the end-of-line

RE: SVN and svn:eol-style

2006-05-12 Thread Brandt, Servatius
Bram Moolenaar wrote: > > > Automatic LF to CR-LF translation always causes trouble somewhere. > > > > I have never had a problem with CVS doing this. I believe > > the "trick" is to only mark 'native' those files which are > > indeed text files. > > Right. So what if files aren't properly mar

RE: SVN and svn:eol-style

2006-05-11 Thread Suresh Govindachar
In regard to line-endings in vim sources, Bill McCarthy wrote > >> So? Why are you using notepad? > > When working on another's computer, what > do you suggest? Wordpad? This thread is about adding CR/LF to vim sources in svn. So the question is why would one need to view

Re: SVN and svn:eol-style

2006-05-11 Thread Yakov Lerner
On 5/11/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Thu 11-May-06 6:31am -0600, you wrote: > So? Why are you using notepad? When working on another's computer, what do you suggest? Wordpad? Wordpad does understand LF as line separator, unlike notepad. Yakov

Re: SVN and svn:eol-style

2006-05-11 Thread Nikolai Weibull
On 5/11/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Thu 11-May-06 6:31am -0600, you wrote: > So? Why are you using notepad? When working on another's computer, what do you suggest? Wordpad? I really don't understand what causes you so many problems. Why are you working with the Vim sourc

Re: SVN and svn:eol-style

2006-05-11 Thread Bill McCarthy
On Thu 11-May-06 6:31am -0600, you wrote: > On 5/11/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: >> On Wed 10-May-06 3:06am -0600, Nikolai Weibull wrote: >> >> > On 5/10/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: >> > >> >> When I checkout vim7 with svn under WinXP Pro, my text files >> >> are a

Re: SVN and svn:eol-style

2006-05-11 Thread Bill McCarthy
On Thu 11-May-06 2:03am -0600, you wrote: > Bill McCarthy wrote: >> >> When I checkout vim7 with svn under WinXP Pro, my text files >> >> are all coming out as UNIX files (using LF instead of >> >> CR/LF). >> >> >> >> The svn program is designed to handle proper EOL for an >> >> operating system

Re: SVN and svn:eol-style

2006-05-11 Thread Bill McCarthy
Edward, On Thu 11-May-06 12:45am -0600, you wrote: > Well, well, well... I prop-setted most of the file that I > recognized. If you find anything wrong or prop missing, > plz contact me. Fantastic! Although I haven't set this up yet, now I should be able to write a small batch file to update th

Re: SVN and svn:eol-style

2006-05-11 Thread David Brown
On Thu, May 11, 2006 at 09:03:20AM +0200, Bram Moolenaar wrote: > Right. So what if files aren't properly marked as text or binary? And > there always is a mistake somewhere (I recall there was an icon file > that was broken for a year before someone discovered it should be marked > binary). It

Re: SVN and svn:eol-style

2006-05-11 Thread Nikolai Weibull
On 5/11/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Wed 10-May-06 3:06am -0600, Nikolai Weibull wrote: > On 5/10/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: > >> When I checkout vim7 with svn under WinXP Pro, my text files >> are all coming out as UNIX files (using LF instead of >> CR/LF).

Re: SVN and svn:eol-style

2006-05-11 Thread Mike Williams
Edward L. Fox did utter on 11/05/2006 06:45: On 5/11/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Wed 10-May-06 9:43pm -0600, Anduin Withers wrote: >> Why do you want CR-LF files? A single LF should work just fine. The >> only place where I know it doesn't work is when you read Make_ivc.m

Re: SVN and svn:eol-style

2006-05-11 Thread Bram Moolenaar
Bill McCarthy wrote: > >> When I checkout vim7 with svn under WinXP Pro, my text files > >> are all coming out as UNIX files (using LF instead of > >> CR/LF). > >> > >> The svn program is designed to handle proper EOL for an > >> operating system when a property called svn:eol-stype is set > >>

Re: SVN and svn:eol-style

2006-05-10 Thread Edward L. Fox
On 5/11/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Wed 10-May-06 9:43pm -0600, Anduin Withers wrote: >> Why do you want CR-LF files? A single LF should work just fine. The >> only place where I know it doesn't work is when you read Make_ivc.mak >> into Visual Studio. >> >> Automatic LF t

Re: SVN and svn:eol-style

2006-05-10 Thread Bill McCarthy
On Wed 10-May-06 9:43pm -0600, Anduin Withers wrote: >> Why do you want CR-LF files? A single LF should work just fine. The >> only place where I know it doesn't work is when you read Make_ivc.mak >> into Visual Studio. >> >> Automatic LF to CR-LF translation always causes trouble somewhere. >

Re: SVN and svn:eol-style

2006-05-10 Thread Bill McCarthy
On Wed 10-May-06 4:16am -0600, Bram Moolenaar wrote: > Bill McCarthy wrote: > >> When I checkout vim7 with svn under WinXP Pro, my text files >> are all coming out as UNIX files (using LF instead of >> CR/LF). >> >> The svn program is designed to handle proper EOL for an >> operating system when

Re: SVN and svn:eol-style

2006-05-10 Thread Bill McCarthy
On Wed 10-May-06 3:06am -0600, Nikolai Weibull wrote: > On 5/10/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: > >> When I checkout vim7 with svn under WinXP Pro, my text files >> are all coming out as UNIX files (using LF instead of >> CR/LF). > > So? Doesn't Vim handle them correctly? So? Do o

RE: SVN and svn:eol-style

2006-05-10 Thread Anduin Withers
> Why do you want CR-LF files? A single LF should work just fine. The > only place where I know it doesn't work is when you read Make_ivc.mak > into Visual Studio. > > Automatic LF to CR-LF translation always causes trouble somewhere. CVS did it automatically, as long as binaries are properly t

Re: SVN and svn:eol-style

2006-05-10 Thread Bram Moolenaar
Bill McCarthy wrote: > When I checkout vim7 with svn under WinXP Pro, my text files > are all coming out as UNIX files (using LF instead of > CR/LF). > > The svn program is designed to handle proper EOL for an > operating system when a property called svn:eol-stype is set > to "native". > > Am

Re: SVN and svn:eol-style

2006-05-10 Thread Nikolai Weibull
On 5/10/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: When I checkout vim7 with svn under WinXP Pro, my text files are all coming out as UNIX files (using LF instead of CR/LF). So? Doesn't Vim handle them correctly? The svn program is designed to handle proper EOL for an operating system whe

SVN and svn:eol-style

2006-05-09 Thread Bill McCarthy
Hello Vim Developers, When I checkout vim7 with svn under WinXP Pro, my text files are all coming out as UNIX files (using LF instead of CR/LF). The svn program is designed to handle proper EOL for an operating system when a property called svn:eol-stype is set to "native". Am I supposed to do a