<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jennyandlih.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Subversion</title>
 <link>http://jennyandlih.com/note-type/tech/subversion</link>
 <description>The taxonomy view.</description>
 <language>en</language>
<item>
 <title>Using origin/master with git-svn</title>
 <link>http://jennyandlih.com/using-originmaster-git-svn</link>
 <description>&lt;p&gt;If you have lots of aliases in your ~/.gitconfig referencing origin/master, it can be quite annoying that git-svn provides only a remotes/trunk reference.&lt;/p&gt;
&lt;p&gt;To fix this, from the top-level directory of your working copy:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;cd .git/refs/remotes&lt;br /&gt;cat trunk&amp;nbsp;&amp;nbsp; # notice that trunk is just a plain file containing the hash reference of a certain commit&lt;br /&gt;mkdir origin&lt;br /&gt;ln -s ../trunk origin/master&amp;nbsp;&amp;nbsp; # create a symbolic link from origin/master to trunk&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Tadaa, that&#039;s it.  You can now reference origin/master and it will always stay up-to-date with whatever trunk is referencing!&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/using-originmaster-git-svn#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/git">git</category>
 <category domain="http://jennyandlih.com/note-type/tech/subversion">Subversion</category>
 <pubDate>Thu, 11 Nov 2010 19:53:10 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">2173 at http://jennyandlih.com</guid>
</item>
<item>
 <title>&quot;Malformed network data&quot; error in Eclipse</title>
 <link>http://jennyandlih.com/malformed-network-data-error-eclipse</link>
 <description>&lt;p&gt;Was getting this error in subclipse:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;svn: Malformed network data&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;According to &lt;a href=&quot;http://blog.maxdunn.com/articles/2006/12/07/svn-malformed-network-data-error-in-eclipse&quot;&gt;this site&lt;/a&gt;, older versions of JavaSVN have a problem talking to a Subversion 1.4.x server.  The fix is to update subclipse using the 1.4 update URL:&lt;/p&gt;
&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Eclipse: Help =&amp;gt; Software Updates =&amp;gt; Find and Install
&lt;/li&gt;
&lt;li&gt; Search for new features to install
&lt;/li&gt;
&lt;li&gt; New Remote Site
&lt;/li&gt;
&lt;li&gt; URL =&amp;gt; &lt;a href=&quot;http://subclipse.tigris.org/update_1.4.x&quot; title=&quot;http://subclipse.tigris.org/update_1.4.x&quot;&gt;http://subclipse.tigris.org/update_1.4.x&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://jennyandlih.com/malformed-network-data-error-eclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/subversion">Subversion</category>
 <pubDate>Thu, 19 Feb 2009 16:56:11 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">1349 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Different repository root than its parent</title>
 <link>http://jennyandlih.com/different-repository-root-its-parent</link>
 <description>&lt;p&gt;Fairly new to working with branches in svn, I&#039;d been merging files from trunk to branch like this for some time:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;jenny&amp;gt; svn merge -c 1145 svn+ssh://shia/home/svn/trunk/working/html/drupal5&lt;br /&gt;D&amp;nbsp;&amp;nbsp;&amp;nbsp; sites/all/themes/custom_garland&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Imagine my confusion when all of a sudden, for no obvious reason, a merge fails with this error:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;jenny&amp;gt; svn merge -c 1142 svn+ssh://shia/home/svn/trunk/working/html/drupal5&lt;br /&gt;svn: The URL &amp;#039;svn+ssh://shia/home/svn/trunk/working/html/drupal5/sites/all/modules/jquery_update&amp;#039; has a different repository root than its parent&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/different-repository-root-its-parent&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/different-repository-root-its-parent#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/subversion">Subversion</category>
 <category domain="http://jennyandlih.com/note-type/tech/troubleshooting">Troubleshooting</category>
 <pubDate>Mon, 10 Mar 2008 04:33:07 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">479 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Installing subclipse</title>
 <link>http://jennyandlih.com/installing-subclipse</link>
 <description>&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Help -&amp;gt; Software Updates -&amp;gt; Find and Install
&lt;/li&gt;
&lt;li&gt; New features -&amp;gt; Next
&lt;/li&gt;
&lt;li&gt; New Remote Site&lt;br /&gt;
&lt;ul class=&quot;easylist sublist&quot;&gt;
&lt;li&gt; Name: Subclipse 1.2.x
&lt;/li&gt;
&lt;li&gt; URL: &lt;a href=&quot;http://subclipse.tigris.org/update_1.2.x&quot; title=&quot;http://subclipse.tigris.org/update_1.2.x&quot;&gt;http://subclipse.tigris.org/update_1.2.x&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Don&#039;t bother with the optional integrations, just get the Subclipse plugin
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://subclipse.tigris.org/install.html&quot; title=&quot;http://subclipse.tigris.org/install.html&quot;&gt;http://subclipse.tigris.org/install.html&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/installing-subclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/subversion">Subversion</category>
 <pubDate>Mon, 26 Nov 2007 14:20:33 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">305 at http://jennyandlih.com</guid>
</item>
</channel>
</rss>

