<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>MICXED (Entries tagged as administration)</title>
    <link>http://micxer.de/blog/</link>
    <description>bits micxed with life</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 19 Jan 2009 12:41:34 GMT</pubDate>

    <image>
        <url>http://micxer.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MICXED - bits micxed with life</title>
        <link>http://micxer.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>HowTo use svn+ssh and public key auth with Visual Paradigm in Windows</title>
    <link>http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html</link>
    
    <comments>http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    Last week Visual Paradigm was introduced in my company. It&#039;s a great tool and supports subversion for managing the project files. All the Mac users just had minor problems when installing it. I&#039;m stuck with a windows machine and I couldn&#039;t convince Visual Paradigm to connect to our SVN server over SSH using a public key. After an odyssey of commandline svn for Windows and Cygwin we finally figured out, how to set up Visual Paradgim to work seamlessy with Putty.

I assume the SVN server is setup to be accessible with SSH and public key authentication. Ususally you then have Putty installed and created a profile that has a private key configured for this server. In addition you should use Pageant to cache the passphrase of the key unless you are using a key without a passphrase (which is a pretty bad idea!). Make sure you can connect to the server using Putty and the key.

After installing Visual Paradigm, go to &amp;ldquo;Tools&amp;rdquo;-&gt;&amp;ldquo;Teamwork&amp;rdquo;-&gt;&amp;ldquo;Open Teamwork client...&amp;rdquo;. Assuming your repository is located at &lt;em&gt;svn+ssh://name.of.svn.server/srv/svn/project&lt;/em&gt; and the UML architecture project is located inside a folder called &lt;em&gt;architecture&lt;/em&gt;, the full URL would look like this: &lt;em&gt;svn+ssh://name.of.svn.server/srv/svn/project/architecture&lt;/em&gt;. But this won&#039;t work since the svn.exe of VP tries to find a profile with the server name you entered. So if your profile is called &lt;em&gt;svn-server&lt;/em&gt;, alter the URL to &lt;em&gt;svn+ssh://svn-server/srv/svn/project/architecture&lt;/em&gt; and use this instead for the connection in Visual Paradigm. Enter username and leave the password field empty. That&#039;s it.

Now you should be able to connect to the repository using the Putty profile with public key authentication.
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;HowTo use svn+ssh and public key auth with Visual Paradigm in Windows&#039;;
var flattr_dsc = &#039;Last week Visual Paradigm was introduced in my company. It\&#039;s a great tool and supports subversion for managing the project files. All the Mac users just had minor problems when installing it. I\&#039;m stuck with a windows machine and I couldn\&#039;t convince Visual Paradigm to connect to our SVN server over SSH using a public key. After an odyssey of commandline svn for Windows and Cygwin we finally figured out, how to set up Visual Paradgim to work seamlessy with Putty.  I assume the SVN server is setup to be accessible with SSH and public key authentication. Ususally you then have Putty installed and created a profile that has a private key configured for this server. In addition you should use Pageant to cache the passphrase of the key unless you are using a key without a passphrase (which is a pretty bad idea!). Make sure you can connect to the server using Putty and the key.  After installing Visual Paradigm, go to &amp;ldquo;Tools&amp;rdquo;-&gt;&amp;ldquo;Teamwork&amp;rdquo;-&gt;&amp;ldquo;Open Teamwork client...&amp;rdquo;. Assuming your repository is located at svn+ssh://name.of.svn.server/srv/svn/project and the UML architecture project is located inside a folder called architecture, the full URL would look like this: svn+ssh://name.of.svn.server/srv/svn/project/architecture. But this won\&#039;t work since the svn.exe of VP tries to find a profile with the server name you entered. So if your profile is called svn-server, alter the URL to svn+ssh://svn-server/srv/svn/project/architecture and use this instead for the connection in Visual Paradigm. Enter username and leave the password field empty. That\&#039;s it.  Now you should be able to connect to the repository using the Putty profile with public key authentication.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;administration,ssh,subversion,windows&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Mon, 19 Jan 2009 12:41:34 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/69-guid.html</guid>
    <category>administration</category>
<category>ssh</category>
<category>subversion</category>
<category>windows</category>

</item>

</channel>
</rss>