[cl-typesetting-devel] svn propset?
Peter Seibel
peter at gigamonkeys.com
Fri Oct 7 02:29:08 UTC 2005
On Jul 7, 2005, at 4:23 PM, Marc Battyani wrote:
> "Peter Seibel" <peter at gigamonkeys.com> wrote:
>
>
>> I'm not sure I understand things exactly correctly but it seems that
>> we could get subversion to take care of fixing line endings between
>> Mac, Unix, and Windows modes on .lisp files if someone would do a
>>
>> find . -name '*.lisp' -exec svn propset svn:eol-style native {} \;
>>
>> in the cl-pdf and cl-typesetting directories and check in the change.
>> Anyone with commit access should also, I think, edit their
>> ~/.subversion/config file to uncomment the line:
>>
>> enable-auto-props = yes
>>
>> and add a line to the [auto-props] section like:
>>
>> *.lisp = svn:eol-style=native
>>
>> This last bit will cause new .lisp files to automatically be given
>> the svn:eol-style property of native when they are added.
>>
>> This would make dealing with the cl-pdf and cl-typesetting sources a
>> bit easier since tools like grep would work properly on source files.
>>
>
> Very good! As I use both Windows and Linux, I have been annoyed by
> these EOL
> problems too.
> I will try to do that tomorrow.
Did this ever happen? svn diff still tells me about a bunch of files
being eol-style: native which, since I did the propset locally
suggests that maybe they're still not that way in the repo. Or
(likely) I just don't understand subversion.
-Peter
--
Peter Seibel * peter at gigamonkeys.com
Gigamonkeys Consulting * http://www.gigamonkeys.com/
Practical Common Lisp * http://www.gigamonkeys.com/book/
More information about the cl-typesetting-devel
mailing list