<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SVG-edit: The Secret Sauce</title>
	<atom:link href="http://www.codedread.com/blog/archives/2010/01/22/svg-edit-the-secret-sauce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2010/01/22/svg-edit-the-secret-sauce/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 21:56:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.codedread.com/blog/archives/2010/01/22/svg-edit-the-secret-sauce/comment-page-1/#comment-1553</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 24 Jan 2010 13:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedread.com/blog/?p=589#comment-1553</guid>
		<description>Hi Helder,

I did try to use SVN keywords ($rev$) but the issue is that the source you browse on googlecode is not a working copy, so you get $Rev: xxxxx$ in your working copy, but $Rev$ when fetching the JS from the googlecode web server.

See the getVersion() function in svgcanvas.js.

Regards,
Jeff</description>
		<content:encoded><![CDATA[<p>Hi Helder,</p>
<p>I did try to use SVN keywords ($rev$) but the issue is that the source you browse on googlecode is not a working copy, so you get $Rev: xxxxx$ in your working copy, but $Rev$ when fetching the JS from the googlecode web server.</p>
<p>See the getVersion() function in svgcanvas.js.</p>
<p>Regards,<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helder Magalhães</title>
		<link>http://www.codedread.com/blog/archives/2010/01/22/svg-edit-the-secret-sauce/comment-page-1/#comment-1549</link>
		<dc:creator>Helder Magalhães</dc:creator>
		<pubDate>Sun, 24 Jan 2010 10:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedread.com/blog/?p=589#comment-1549</guid>
		<description>&lt;blockquote&gt;There are still some grips/nits I have with GoogleCode+Subversion:
  Being able to display the current revision number in SVG-edit
&lt;/blockquote&gt;

So, that would be somehow easy for single file projects, which doesn&#039;t seem to be the case [1]... (Good for modularity, of course!) If it was, then you simply needed to add the appropriate SVN keyword(s) [2] and parse them with JavaScript afterward. :-)  Note that I&#039;m not sure if this works while directly accessing repository files (it&#039;s the SVN client&#039;s job to turn something like &lt;code&gt;$Rev$&lt;/code&gt; into &lt;code&gt;$Rev: 123$&lt;/code&gt; so...

I&#039;ve recently reported a tightly related issue [3] in SVGWeb you&#039;ll probably want to take a look at. ;-)  The current idea is to use an SVN utility command such as &lt;code&gt;svnsvnversion&lt;/code&gt; (or TortoiseSVN&#039;s SubWCRev [4] or even &lt;code&gt;svnwcrev&lt;/code&gt; [5], which are similar) in order to fetch the highest revision of all files in a subtree. The disadvantage is that it needs to be run in a working copy.


Cheers,
 Helder


[1] http://code.google.com/p/svg-edit/source/browse/#svn/trunk/editor
[2] http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html
[3] http://code.google.com/p/svgweb/issues/detail?id=356
[4] http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html
[5] http://svnwcrev.tigris.org/</description>
		<content:encoded><![CDATA[<blockquote><p>There are still some grips/nits I have with GoogleCode+Subversion:<br />
  Being able to display the current revision number in SVG-edit
</p></blockquote>
<p>So, that would be somehow easy for single file projects, which doesn&#8217;t seem to be the case [1]&#8230; (Good for modularity, of course!) If it was, then you simply needed to add the appropriate SVN keyword(s) [2] and parse them with JavaScript afterward. <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Note that I&#8217;m not sure if this works while directly accessing repository files (it&#8217;s the SVN client&#8217;s job to turn something like <code>$Rev$</code> into <code>$Rev: 123$</code> so&#8230;</p>
<p>I&#8217;ve recently reported a tightly related issue [3] in SVGWeb you&#8217;ll probably want to take a look at. <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   The current idea is to use an SVN utility command such as <code>svnsvnversion</code> (or TortoiseSVN&#8217;s SubWCRev [4] or even <code>svnwcrev</code> [5], which are similar) in order to fetch the highest revision of all files in a subtree. The disadvantage is that it needs to be run in a working copy.</p>
<p>Cheers,<br />
 Helder</p>
<p>[1] <a href="http://code.google.com/p/svg-edit/source/browse/#svn/trunk/editor" rel="nofollow">http://code.google.com/p/svg-edit/source/browse/#svn/trunk/editor</a><br />
[2] <a href="http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html" rel="nofollow">http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html</a><br />
[3] <a href="http://code.google.com/p/svgweb/issues/detail?id=356" rel="nofollow">http://code.google.com/p/svgweb/issues/detail?id=356</a><br />
[4] <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html" rel="nofollow">http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html</a><br />
[5] <a href="http://svnwcrev.tigris.org/" rel="nofollow">http://svnwcrev.tigris.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

