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:executable ON %* other text files (.prg, .ch, .c, .h, .txt, ...): svn propset svn:keywords "Author Date Id Revision" %* svn propset svn:eol-style native %* ('%*' is the filenames, I've copied these out from my svn adder batch files) Brgds, Viktor On Thu, Jan 22, 2009 at 1:18 AM, Francesco Saverio Giudice < i...@fsgiudice.com> wrote: > 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 > _______________________________________________ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour