Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>SubWCRev knows and processes only predefined set of keywords, where <code>$WCREV$</code> exist, but <code>$WCREV&lt;ANYTHING&gt;$</code> - doesn't. Thus your "variables" aren't expanded and calculated.</p> <p><strong>Edit</strong></p> <p>Re-checked documentation and my SubWCRev. Because URL is <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev-example.html" rel="nofollow">http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev-example.html</a> (contain RELEASE) it's supposed to be correct only for the release (latest public version). Release for today is</p> <p><code>SubWCRev 1.8.0, Build 24401</code></p> <p>and for this version template from manual working without any problem. It looks like you used the documentation for the wrong version which caused the confusion.</p> <p>For my last-used repo-URL</p> <pre><code>// Test file for SubWCRev char *Revision = "1244"; char *Revision16 = "220"; char *Revisionp100 = "1344"; char *Revisionm100 = "1144"; char *Modified = "Not modified"; char *Unversioned = "no unversioned items"; char *Date = "2013/04/01 08:30:36"; char *CustDate = "Mon, 01 April 2013"; char *DateUTC = "2013/04/01 02:30:36"; char *CustDateUTC = "Mon, 01 April 2013"; char *TimeNow = "2013/07/11 11:06:28"; char *TimeNowUTC = "2013/07/11 05:06:28"; char *RevRange = "1263"; char *Mixed = "Not mixed"; char *ExtAllFixed = "All externals fixed"; char *IsTagged = "Not tagged"; char *URL = "https://subversion.assembla.com/svn/customlocations-greylink/trunk/city"; char *isInSVN = "versioned"; char *needslck = "FALSE"; char *islocked = "not locked"; char *lockdateutc = "1970/01/01 00:00:00"; char *lockdate = "1970/01/01 06:00:00"; char *lockcustutc = "Thu, 01 January 1970"; char *lockcust = "Thu, 01 January 1970"; char *lockown = ""; char *lockcmt = ""; #if 0 #error Source is modified #endif // End of file </code></pre> <p><code>WCREV&amp;</code> keyword in your sample even in 1.8 <strong>must</strong> be used in proper way: read keyword description carefully in doc:</p> <blockquote> <p>Replaced with the highest commit revision in the working copy, ANDed with the value after the &amp; char. For example: $WCREV&amp;0xFFFF$</p> </blockquote> <p>I.e right part of expression must be A NUMBER, not a custom text-string for URL-like resulted text (see Revision16 variable and original number in the sample above)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload