[Php-it] SVN sotto Windows
Matteo Beccati
php at beccati.com
Wed Jul 4 15:27:03 CEST 2007
Ciao,
> Va strabene tortoiseSVN, ma ricordati di obbligare i programmatori a
> salvare i file con l'a capo UNIX "\n" e in utf8, così stati tranquillo
> che non si incasina niente. ;)
Subversion supporta la conversione LF/CRLF (svn:eol-style=native).
Modificare il file di configuazione in modo da creare le corrette
proprietà (sia lin che win) è così difficile?
...
enable-auto-props = yes
### Section for configuring automatic properties.
[auto-props]
*.php = svn:eol-style=native;svn:keywords=Id
*.txt = svn:eol-style=native;svn:keywords=Id
*.js = svn:eol-style=native;svn:keywords=Id
*.css = svn:eol-style=native;svn:keywords=Id
*.html = svn:eol-style=native;svn:keywords=Id
*.sql = svn:eol-style=native;svn:keywords=Id
*.xml = svn:eol-style=native;svn:keywords=Id
Ciao ciao
--
Matteo Beccati
http://phpadsnew.com
http://phppgads.com
More information about the Php-it
mailing list