<br><br><div class="gmail_quote">On Mon, Apr 8, 2013 at 10:38 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
<br>
On 08.04.2013, at 10:31, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt; I thought the &quot;sequence number&quot; (for lack of a better term), e.g.,<br>
&gt; 2714, was what made the names  unique.  If not, is it still needed<br>
&gt; too?<br>
&gt;<br>
&gt; On Mon, Apr 8, 2013 at 11:36 AM, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Apr 7, 2013 at 11:01 PM, Tobias Pape &lt;<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Am 07.04.2013 um 01:30 schrieb Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt;:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Thu, Apr 4, 2013 at 1:53 PM, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Woo hoo!  Thanks Eliot!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Quick question, I see you&#39;re using a new naming convention, what does<br>
&gt;&gt;&gt;&gt; 13.13 mean?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; It means the 13th week of 2013.  So all the archives are named archive-WEEK.YEAR.SVNID.ext.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hope that&#39;s not too inconvenient.  But they need unique names.  I stupidly overwrite a set of old files doing some reorganization a few weeks back and that wouldn&#39;t have happened with unique names...<br>

&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I think this is pretty useful, however, what about<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;        archive-YEAR.WEEK.ID.ext<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ? That way, the vms are ordered successively :)<br>
&gt;&gt;&gt; (as the current one is 13.13.… changing shouldn&#39;t be a problem ;))<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Oops.  It is indeed <a href="http://YEAR.WEEK.ID" target="_blank">YEAR.WEEK.ID</a>.  I misspoke.  Here&#39;s the command that delivers the tag:<br>
&gt;&gt;<br>
&gt;&gt; REV=`grep &#39;SvnRawRevisionString.*Rev:&#39; platforms/Cross/vm/sqSCCSVersion.h \<br>
&gt;&gt;        | sed &#39;s/^.*Rev: \([0-9][0-9]*\) $&quot;;/\1/&#39;`<br>
&gt;&gt; TAG=`date +%g.%U.`$REV<br>
<br>
</div></div>Doesn&#39;t make sense to me. Builds should be reproducible, so why encode the build date in the file name? If you really need it, then the SVN version should take precedence over the build date. So &quot;id-date&quot; would be better, grouping same sources but different build dates together.<br>
</blockquote><div><br></div><div>It&#39;s not to do with the build.  It&#39;s just a name to package it in.</div></div>--<div>Eliot</div>