RE: SVN Keywords...

2010-10-27 Thread Jon Foster
http://subversion.apache.org/faq.html#version-value-in-source Kind regards, Jon -Original Message- From: BRM [mailto:bm_witn...@yahoo.com] Sent: 26 October 2010 20:56 To: SubVersion Users Subject: SVN Keywords... I have a series of projects that operate as service daemons; all the proj

Re: SVN Keywords...

2010-10-26 Thread BRM
- Original Message > From: David Weintraub > I'm not sure what you are planning on doing, but usually the RCS > Keywords are not a good idea. They usually cause more problems than > they solve. What usually works better (especially in C and C++) is to > define macros at compile time t

Re: SVN Keywords...

2010-10-26 Thread David Weintraub
I'm not sure what you are planning on doing, but usually the RCS Keywords are not a good idea. They usually cause more problems than they solve. What usually works better (especially in C and C++) is to define macros at compile time that are embedded in your program as strings. For example, you cou