Boost C++ Libraries: Ticket #5130: Patch to avoid SCCS keyword expansion in make_snapshot.py https://svn.boost.org/trac10/ticket/5130 <p> SCCS keywords are replaced by certain revision control programs. </p> <p> <a class="ext-link" href="http://www.gnu.org/software/cssc/manual/Keyword-Substitution.html"><span class="icon">​</span>http://www.gnu.org/software/cssc/manual/Keyword-Substitution.html</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5130 Trac 1.4.3 hstong@… Thu, 27 Jan 2011 16:30:42 GMT <link>https://svn.boost.org/trac10/ticket/5130#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5130#comment:1</guid> <description> <p> Unified diff rejected as submission system. </p> <pre class="wiki">68c68 &lt; timestamp_suffix = time.strftime( '%y-%m-%d-%H%M', time.gmtime( timestamp ) ) --- &gt; timestamp_suffix = time.strftime( '%y-%m-%d-%H''%M', time.gmtime( timestamp ) ) </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Fri, 11 Feb 2011 03:31:09 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5130#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5130#comment:2</guid> <description> <p> Can't you just disable keyword substitution? </p> </description> <category>Ticket</category> </item> <item> <author>hstong@…</author> <pubDate>Fri, 11 Feb 2011 13:43:58 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5130#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5130#comment:3</guid> <description> <p> This code may be included as part of a larger project tree. Existing processes in an organization may be configured to perform keyword substitution. </p> <p> Dealing with this file in a special manner is certainly possible; however, making the original source work out-of-the-box with SCCS based solutions is both easy to achieve and not harmful. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Wed, 31 Dec 2014 16:02:50 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5130#comment:4 https://svn.boost.org/trac10/ticket/5130#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in git regression subrepo by removing the file (as it's obsolete). </p> Ticket