you don't want the HEAD revision but the revision your working copy is on, because you're building your project in your working copy. Imagine you use HEAD but you missed that someone else committed a change (or even multiple changes) while you build your project. Then HEAD would be pointing to a revision which changes you don't have in your build.
What you want is the SubWCRev tool that is included in TSVN: https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html and use the $WCREV$ keyword. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/7c91b597-6aae-4c09-8ea3-c384a4135d18%40googlegroups.com.
