Re: Keyword insterting into source files
From: Kevin Grover <kogrover_at_yahoo.com>
Date: 2006-04-08 01:12:43 CEST
$WCREV$ and $WCDATE$ are particular to SubWCRev (which comes form TSVN).
General keywords are handled with the svn:keywords property (like $Id$, $Revision$, etc...) by the Subversion library. These are general to all usages of Subversion, whereas the $WC*$ keywords are only for SubWCRev.
The difference are that the general svn keywords are updated on a per-file bases, whereas the $WC*$ keywords are on a 'working copy' basis (notice the WC?).
Example:
Your Working Copy was checked out at Revision 52, however, since then several other people have comitted modifications and you have not (yet) done an update.
Also, you've modified 'file.c' and added 'blah.c'.
The fact that you modified 'file.c' is NOT reflected in it's Revision tag until you commit it.
However, SubWCRev get's the working copies revision and dates. Also, it can indicate that your working copy has been modified.
I've been writing some example usage guides for work. They are currently in MS Word format (they made me do it), but I've been thinking about offering to convert them to DocBook XML and as an "Example and Daily Usage Guide" (for the newbies --- like I was at first). Also, you may want to check out William Nagel's book. It has more concrete examples than the Subversion book: http://www.williamnagel.net/svn.php --- there's a link to download the PDF, but it you to look for it.
- Kevin Grover
----- Original Message ----
Hi,
using TSVN with Windows XP, I would like to automatically insert/update
Is there a chance to do this automatically, perhaps when checking in a file
Thx.
-- cu, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: users-help@tortoisesvn.tigris.orgReceived on Sat Apr 8 01:12:59 2006 |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.