[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

tags and keywords

From: fisch <fisch_at_conne-island.de>
Date: 2004-10-06 09:59:27 CEST

hi,
In CVS you can tag a version (a set of source files).
During export the cvs substitutes the some keywords, especially the
keyword "name" with the specified tag.
If you use in your c++ sources the line
< static volatile const char* ___version___ = "@(#) $Name: $"; >,
it is possible the retrieve the tag-version out of the compiled binary
with the tool <ident>.

Is in SVN an similar beahvoir included?
I know that tagging is different to cvs. But the recommented structure
of the repository includes a path "tags". So i suggest a keyword that
would use these behavior.

bye
fisch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 6 10:00:22 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.