[cl-typesetting-devel] svn propset?
Peter Seibel
peter at gigamonkeys.com
Wed Jul 6 18:27:16 UTC 2005
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.
-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