<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">

  <channel rdf:about="http://blog.syntevo.net/">
    <title>syntevo blog</title>
    <link>http://blog.syntevo.net/</link>
    <description></description>
    <items>
      <rdf:Seq>
        
        <rdf:li resource="http://blog.syntevo.net/2010/03/11/1268335320000.html" />
        
        <rdf:li resource="http://blog.syntevo.net/2010/03/11/1268328060000.html" />
        
        <rdf:li resource="http://blog.syntevo.net/2010/03/09/1268137560000.html" />
        
      </rdf:Seq>
    </items>
  </channel>

  
  <item rdf:about="http://blog.syntevo.net/2010/03/11/1268335320000.html">
    <title>Using SmartSVN with a tunnelled SSH connection</title>
    <link>http://blog.syntevo.net/2010/03/11/1268335320000.html</link>
    
      
        <description>
          &lt;p&gt;
Sometimes SVN servers are not directly accessible from the Internet, but hidden behind a corporate firewall. Using SSH tunnels is one way to allow access to such servers.
&lt;/p&gt;

&lt;p&gt;
For such environments, the built-in SSH client of SmartSVN can&#039;t be used as it requires direct access to the repository server. However, you can configure and use your system &lt;i&gt;SSH&lt;/i&gt; to connect to such repositories.
&lt;/p&gt;

&lt;p&gt;
The easiest way will be to use SSH&#039;s &lt;i&gt;ProxyCommand&lt;/i&gt; which can be configured in your &lt;i&gt;.ssh/config&lt;/i&gt; file (refer &lt;a href=&#034;http://benno.id.au/blog/2006/06/08/ssh_proxy_command&#034;&gt;here&lt;/a&gt; for details).

For my environment, I&#039;m accessing our internal &lt;i&gt;smartserver&lt;/i&gt; over the gateway &lt;i&gt;gateway&lt;/i&gt;. So my configuration looks like:
&lt;/p&gt;

&lt;tt&gt;
Host gateway&lt;br&gt;
&amp;nbsp;IdentityFile ~/gateway.ssh.key&lt;br&gt;
&lt;br&gt;
Host smartserver&lt;br&gt;
&amp;nbsp;ProxyCommand ssh gateway nc -w 1 smartserver 22&lt;br&gt;
&amp;nbsp;IdentityFile ~/smartserver.ssh.key
&lt;/tt&gt;

&lt;p&gt;
I have stripped off the passwords from both private key files, so authentication requires no interaction (refer &lt;a href=&#034;http://stackoverflow.com/questions/112396/how-do-i-remove-the-passphrase-for-the-ssh-key-without-having-to-create-a-new-key&#034;&gt;here&lt;/a&gt; for details). That&#039;s an important step to avoid the &lt;i&gt;OpenSSH&lt;/i&gt; password prompt or &amp;mdash; even worse &amp;mdash; get stuck, if that GUI-prompt does not work. Now I&#039;m able to connect to &lt;i&gt;smartserver&lt;/i&gt; via the &lt;i&gt;gateway&lt;/i&gt;, simply by:
&lt;/p&gt;

&lt;tt&gt;
ssh smartserver
&lt;/tt&gt;

&lt;p&gt;
In SmartSVN&#039;s &lt;b&gt;Repository Profiles&lt;/b&gt; I have set up following tunnel:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Name&lt;/b&gt;: &lt;i&gt;ssh-gateway&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Command&lt;/b&gt;: &lt;i&gt;ssh&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Parameters&lt;/b&gt;: &lt;i&gt;${host} ${svnserve}&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
In the &lt;b&gt;Add Repository Profile&lt;/b&gt; wizard, I have entered URL &lt;i&gt;svn+ssh://smartserver/repos/smartsvn&lt;/i&gt; and on the &lt;b&gt;Details&lt;/b&gt; page, selected &lt;b&gt;Tunnel&lt;/b&gt; set to &lt;i&gt;ssh-gateway&lt;/i&gt;. That&#039;s it!
&lt;/p&gt;








&lt;div class=&#034;tags&#034;&gt;&lt;span&gt;Social Bookmarks : &lt;/span&gt;&amp;nbsp;&lt;a href=&#034;http://slashdot.org/bookmark.pl?url=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Add this post to Slash Dot&#034;&gt;&lt;img src=&#034;common/images/slashdot.png&#034; alt=&#034;Add this post to Slashdot&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://digg.com/submit?url=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Digg this post&#034;&gt;&lt;img src=&#034;common/images/digg.png&#034; alt=&#034;Add this post to Digg&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://reddit.com/submit?url=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Add this post to Reddit&#034;&gt;&lt;img src=&#034;common/images/reddit.png&#034; alt=&#034;Add this post to Reddit&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://del.icio.us/post?url=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Save this post to Del.icio.us&#034;&gt;&lt;img src=&#034;common/images/delicious.png&#034; alt=&#034;Add this post to Delicious&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.stumbleupon.com/submit?url=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Stumble this post&#034;&gt;&lt;img src=&#034;common/images/stumbleupon.png&#034; alt=&#034;Add this post to Stumble it&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.google.com/bookmarks/mark?op=edit&amp;amp;bkmk=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Add this post to Google&#034;&gt;&lt;img src=&#034;common/images/google.png&#034; alt=&#034;Add this post to Google&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://technorati.com/faves?add=http://blog.syntevo.net/2010/03/11/1268335320000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Technorati&#034;&gt;&lt;img src=&#034;common/images/technorati.png&#034; alt=&#034;Add this post to Technorati&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.bloglines.com/sub/http://blog.syntevo.net/2010/03/11/1268335320000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Bloglines&#034;&gt;&lt;img src=&#034;common/images/bloglines.png&#034; alt=&#034;Add this post to Bloglines&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.facebook.com/share.php?u=http://blog.syntevo.net/2010/03/11/1268335320000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Facebook&#034;&gt;&lt;img src=&#034;common/images/facebook.png&#034; alt=&#034;Add this post to Facebook&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.furl.net/storeIt.jsp?u=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;t=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Add this post to Furl&#034;&gt;&lt;img src=&#034;common/images/furl.png&#034; alt=&#034;Add this post to Furl&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;amp;url=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;title=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Add this post to Windows Live&#034;&gt;&lt;img src=&#034;common/images/windowslive.png&#034; alt=&#034;Add this post to Windows Live&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;amp;u=http://blog.syntevo.net/2010/03/11/1268335320000.html&amp;amp;t=Using+SmartSVN+with+a+tunnelled+SSH+connection&#034; target=&#034;_blank&#034; title=&#034;Add this post to Yahoo!&#034;&gt;&lt;img src=&#034;common/images/yahoo.png&#034; alt=&#034;Add this post to Yahoo!&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&lt;/div&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://blog.syntevo.net/2010/03/11/1268328060000.html">
    <title>SmartGit 1.5 beta 2</title>
    <link>http://blog.syntevo.net/2010/03/11/1268328060000.html</link>
    
      
        <description>
          &lt;p&gt;
For &lt;a href=&#034;http://www.syntevo.com/smartgit/&#034;&gt;SmartGit&lt;/a&gt;, our graphical Git client, a new beta build for the upcoming version 1.5 is available for download.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&#034;http://www.syntevo.com/smartgit/changelog-eap.txt&#034;&gt;Change Log&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&#034;http://www.syntevo.com/smartgit/early-access.html&#034;&gt;Download the preview build&lt;/a&gt;
&lt;/p&gt;
&lt;div class=&#034;tags&#034;&gt;&lt;span&gt;Social Bookmarks : &lt;/span&gt;&amp;nbsp;&lt;a href=&#034;http://slashdot.org/bookmark.pl?url=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Add this post to Slash Dot&#034;&gt;&lt;img src=&#034;common/images/slashdot.png&#034; alt=&#034;Add this post to Slashdot&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://digg.com/submit?url=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Digg this post&#034;&gt;&lt;img src=&#034;common/images/digg.png&#034; alt=&#034;Add this post to Digg&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://reddit.com/submit?url=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Add this post to Reddit&#034;&gt;&lt;img src=&#034;common/images/reddit.png&#034; alt=&#034;Add this post to Reddit&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://del.icio.us/post?url=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Save this post to Del.icio.us&#034;&gt;&lt;img src=&#034;common/images/delicious.png&#034; alt=&#034;Add this post to Delicious&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.stumbleupon.com/submit?url=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Stumble this post&#034;&gt;&lt;img src=&#034;common/images/stumbleupon.png&#034; alt=&#034;Add this post to Stumble it&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.google.com/bookmarks/mark?op=edit&amp;amp;bkmk=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Add this post to Google&#034;&gt;&lt;img src=&#034;common/images/google.png&#034; alt=&#034;Add this post to Google&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://technorati.com/faves?add=http://blog.syntevo.net/2010/03/11/1268328060000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Technorati&#034;&gt;&lt;img src=&#034;common/images/technorati.png&#034; alt=&#034;Add this post to Technorati&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.bloglines.com/sub/http://blog.syntevo.net/2010/03/11/1268328060000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Bloglines&#034;&gt;&lt;img src=&#034;common/images/bloglines.png&#034; alt=&#034;Add this post to Bloglines&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.facebook.com/share.php?u=http://blog.syntevo.net/2010/03/11/1268328060000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Facebook&#034;&gt;&lt;img src=&#034;common/images/facebook.png&#034; alt=&#034;Add this post to Facebook&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.furl.net/storeIt.jsp?u=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;t=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Add this post to Furl&#034;&gt;&lt;img src=&#034;common/images/furl.png&#034; alt=&#034;Add this post to Furl&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;amp;url=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;title=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Add this post to Windows Live&#034;&gt;&lt;img src=&#034;common/images/windowslive.png&#034; alt=&#034;Add this post to Windows Live&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;amp;u=http://blog.syntevo.net/2010/03/11/1268328060000.html&amp;amp;t=SmartGit+1.5+beta+2&#034; target=&#034;_blank&#034; title=&#034;Add this post to Yahoo!&#034;&gt;&lt;img src=&#034;common/images/yahoo.png&#034; alt=&#034;Add this post to Yahoo!&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&lt;/div&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://blog.syntevo.net/2010/03/09/1268137560000.html">
    <title>SmartGit 1.0.4</title>
    <link>http://blog.syntevo.net/2010/03/09/1268137560000.html</link>
    
      
        <description>
          &lt;p&gt;
This release fixes a few bugs (&lt;a href=&#034;http://www.syntevo.com/smartgit/changelog.txt&#034;&gt;detailed change log&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&#034;http://www.syntevo.com/smartgit/download.html&#034;&gt;Download SmartGit 1.0.4&lt;/a&gt;
&lt;/p&gt;&lt;div class=&#034;tags&#034;&gt;&lt;span&gt;Social Bookmarks : &lt;/span&gt;&amp;nbsp;&lt;a href=&#034;http://slashdot.org/bookmark.pl?url=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Add this post to Slash Dot&#034;&gt;&lt;img src=&#034;common/images/slashdot.png&#034; alt=&#034;Add this post to Slashdot&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://digg.com/submit?url=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Digg this post&#034;&gt;&lt;img src=&#034;common/images/digg.png&#034; alt=&#034;Add this post to Digg&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://reddit.com/submit?url=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Add this post to Reddit&#034;&gt;&lt;img src=&#034;common/images/reddit.png&#034; alt=&#034;Add this post to Reddit&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://del.icio.us/post?url=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Save this post to Del.icio.us&#034;&gt;&lt;img src=&#034;common/images/delicious.png&#034; alt=&#034;Add this post to Delicious&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.stumbleupon.com/submit?url=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Stumble this post&#034;&gt;&lt;img src=&#034;common/images/stumbleupon.png&#034; alt=&#034;Add this post to Stumble it&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.google.com/bookmarks/mark?op=edit&amp;amp;bkmk=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Add this post to Google&#034;&gt;&lt;img src=&#034;common/images/google.png&#034; alt=&#034;Add this post to Google&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://technorati.com/faves?add=http://blog.syntevo.net/2010/03/09/1268137560000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Technorati&#034;&gt;&lt;img src=&#034;common/images/technorati.png&#034; alt=&#034;Add this post to Technorati&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.bloglines.com/sub/http://blog.syntevo.net/2010/03/09/1268137560000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Bloglines&#034;&gt;&lt;img src=&#034;common/images/bloglines.png&#034; alt=&#034;Add this post to Bloglines&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.facebook.com/share.php?u=http://blog.syntevo.net/2010/03/09/1268137560000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Facebook&#034;&gt;&lt;img src=&#034;common/images/facebook.png&#034; alt=&#034;Add this post to Facebook&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.furl.net/storeIt.jsp?u=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;t=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Add this post to Furl&#034;&gt;&lt;img src=&#034;common/images/furl.png&#034; alt=&#034;Add this post to Furl&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;amp;url=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;title=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Add this post to Windows Live&#034;&gt;&lt;img src=&#034;common/images/windowslive.png&#034; alt=&#034;Add this post to Windows Live&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;amp;u=http://blog.syntevo.net/2010/03/09/1268137560000.html&amp;amp;t=SmartGit+1.0.4&#034; target=&#034;_blank&#034; title=&#034;Add this post to Yahoo!&#034;&gt;&lt;img src=&#034;common/images/yahoo.png&#034; alt=&#034;Add this post to Yahoo!&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&lt;/div&gt;
        </description>
      
      
    
  </item>
  

</rdf:RDF>
