[Harbour] SVN $id issue
Viktor Szakáts
harbour.01 at syenar.hu
Wed Jan 21 19:29:33 EST 2009
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 <
info at 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 at harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.harbour-project.org/pipermail/harbour/attachments/20090122/4f2703e5/attachment.html
More information about the Harbour
mailing list