Hi Viktor,
Il 22/01/2009 1.29, Viktor Szakáts ha scritto:
You have to use these command to set the file
properties after 'svn add'-ing them:
thank you. Really I'm using TortoiseSVN, but I think that I have found
where to apply your suggestions.
Best regards,
Francesco
You have to use these command to set the file properties after 'svn add'-ing
them:
.bat/.cmd:
svn propset svn:keywords "Author Date Id Revision" %*
svn propset svn:eol-style CRLF %*
.sh:
svn propset svn:keywords "Author Date Id Revision" %*
svn propset svn:eol-style LF %*
svn propset svn:executabl
Hi folks,
I'm experience a problem with
/*
* $Id: rlcdx.prg 9754 2008-10-27 22:40:04Z vszakats $
*/
macro: any file I update still maintains first macro version (above
comes from uhttpd.prg).
Is it a normal behavior ?
Best regards,
Francesco
___
H