<?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: How To Properly Set SVN svn:externals Property In SVN Command Line</title> <atom:link href="http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Tue, 22 May 2012 20:57:44 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Lucas Souza</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-52460</link> <dc:creator>Lucas Souza</dc:creator> <pubDate>Fri, 30 Mar 2012 15:21:42 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-52460</guid> <description>Thanks, very useful!</description> <content:encoded><![CDATA[<p>Thanks, very useful!</p> ]]></content:encoded> </item> <item><title>By: aaron</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-52308</link> <dc:creator>aaron</dc:creator> <pubDate>Tue, 20 Dec 2011 19:59:44 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-52308</guid> <description>My svn, version 1.6.6 has the externals parameters in the reverse order.
For my system, your command would be
svn propset svn:externals &#039;http://plugins.svn.wordpress.org/akismet/trunk akismet&#039;</description> <content:encoded><![CDATA[<p>My svn, version 1.6.6 has the externals parameters in the reverse order.<br
/> For my system, your command would be</p><p> svn propset svn:externals &#039;http://plugins.svn.wordpress.org/akismet/trunk akismet&#039;</p> ]]></content:encoded> </item> <item><title>By: Aaron Newton</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-52293</link> <dc:creator>Aaron Newton</dc:creator> <pubDate>Wed, 14 Dec 2011 00:06:34 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-52293</guid> <description>Awesome stuff bro.
Externals seems like a good option when I&#039;m in a non-Java environment (which is pretty often) and lack a tool like Maven - very handy.</description> <content:encoded><![CDATA[<p>Awesome stuff bro.</p><p>Externals seems like a good option when I&#039;m in a non-Java environment (which is pretty often) and lack a tool like Maven &#8211; very handy.</p> ]]></content:encoded> </item> <item><title>By: Patrick Salami</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51839</link> <dc:creator>Patrick Salami</dc:creator> <pubDate>Tue, 02 Aug 2011 21:04:17 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51839</guid> <description>Thanks for the info! This was very helpful. However, I noticed a small issue: I tried this with SVN 1.6.6 and after I issue the propset command, I tried to do the commit but it complained that the directory was out of date. I had to do svn up *before* doing svn commit in order for it to work.</description> <content:encoded><![CDATA[<p>Thanks for the info! This was very helpful. However, I noticed a small issue: I tried this with SVN 1.6.6 and after I issue the propset command, I tried to do the commit but it complained that the directory was out of date. I had to do svn up *before* doing svn commit in order for it to work.</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51745</link> <dc:creator>Andrew</dc:creator> <pubDate>Mon, 27 Jun 2011 14:10:06 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51745</guid> <description>Thanks!!! You save my day!</description> <content:encoded><![CDATA[<p>Thanks!!! You save my day!</p> ]]></content:encoded> </item> <item><title>By: Mike</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51623</link> <dc:creator>Mike</dc:creator> <pubDate>Wed, 18 May 2011 20:57:10 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51623</guid> <description>The format changed sometime during or before SVN version 1.6. The TortoiseSVN client had a tooltip showing that the format is now:
URL directory-name
not:
directory-name URL</description> <content:encoded><![CDATA[<p>The format changed sometime during or before SVN version 1.6. The TortoiseSVN client had a tooltip showing that the format is now:<br
/> URL directory-name<br
/> not:<br
/> directory-name URL</p> ]]></content:encoded> </item> <item><title>By: KNRO</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51520</link> <dc:creator>KNRO</dc:creator> <pubDate>Wed, 13 Apr 2011 15:12:58 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51520</guid> <description>Thanks! I&#039;ve done this so many times before, but when I needed to do it again, I forgot!</description> <content:encoded><![CDATA[<p>Thanks! I&#039;ve done this so many times before, but when I needed to do it again, I forgot!</p> ]]></content:encoded> </item> <item><title>By: Aj</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51495</link> <dc:creator>Aj</dc:creator> <pubDate>Mon, 04 Apr 2011 15:50:31 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51495</guid> <description>Thank you! The documentation on this is pretty lame. Took a few minutes of Google searching to figure out my mistake.</description> <content:encoded><![CDATA[<p>Thank you! The documentation on this is pretty lame. Took a few minutes of Google searching to figure out my mistake.</p> ]]></content:encoded> </item> <item><title>By: Ricky</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51454</link> <dc:creator>Ricky</dc:creator> <pubDate>Fri, 11 Mar 2011 15:26:23 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51454</guid> <description>It&#039;s worth pointing out here when using the svn client commands under the Windows environment the single quotes need to be replaced for double quotes or you will get the following svn error:
svn: Cannot specify revision for setting versioned property &#039;svn:externals&#039;</description> <content:encoded><![CDATA[<p>It&#039;s worth pointing out here when using the svn client commands under the Windows environment the single quotes need to be replaced for double quotes or you will get the following svn error:</p><p>svn: Cannot specify revision for setting versioned property &#039;svn:externals&#039;</p> ]]></content:encoded> </item> <item><title>By: Ismael Casimpan</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51431</link> <dc:creator>Ismael Casimpan</dc:creator> <pubDate>Mon, 28 Feb 2011 03:02:15 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51431</guid> <description>Hi there Srikanth. You need to know scripting like bash or perl. You can do what you want via the hook scripts. In your repository hooks directory (say /var/repo/svnrepo01/hooks), you can look at pre-commit.tpl to start with.
I&#039;m sorry I cannot spoon-feed you with everything but if you know scripting, that&#039;s all that you need to start from.
Good Luck!
Ismael Casimpan</description> <content:encoded><![CDATA[<p>Hi there Srikanth. You need to know scripting like bash or perl. You can do what you want via the hook scripts. In your repository hooks directory (say /var/repo/svnrepo01/hooks), you can look at pre-commit.tpl to start with.</p><p>I&#039;m sorry I cannot spoon-feed you with everything but if you know scripting, that&#039;s all that you need to start from.</p><p>Good Luck!<br
/> Ismael Casimpan</p> ]]></content:encoded> </item> <item><title>By: Srikanth</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51425</link> <dc:creator>Srikanth</dc:creator> <pubDate>Fri, 25 Feb 2011 10:03:33 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51425</guid> <description>Hi,
I am a SUBVERSION NEWBIE and I had a requirement in which we need to force each and every user to enter comment in a specified format like
BUG ID:
REV NO:
...like. And Clearly I am dumb about how to start. Looking for your valuable help on this.
Thank you,
Srikanth</description> <content:encoded><![CDATA[<p>Hi,</p><p>I am a SUBVERSION NEWBIE and I had a requirement in which we need to force each and every user to enter comment in a specified format like<br
/> BUG ID:<br
/> REV NO:<br
/> &#8230;like. And Clearly I am dumb about how to start. Looking for your valuable help on this.</p><p>Thank you,<br
/> Srikanth</p> ]]></content:encoded> </item> <item><title>By: Ismael Casimpan</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51337</link> <dc:creator>Ismael Casimpan</dc:creator> <pubDate>Tue, 25 Jan 2011 13:47:09 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51337</guid> <description>That&#039;s a helpful tip, Eric. But just in case someone wants to directly use 1 command, my recent blog post would help http://www.buggedtech.com/2011/01/25/multiple-values-on-svnexternals/</description> <content:encoded><![CDATA[<p>That&#039;s a helpful tip, Eric. But just in case someone wants to directly use 1 command, my recent blog post would help <a
href="http://www.buggedtech.com/2011/01/25/multiple-values-on-svnexternals/" rel="nofollow">http://www.buggedtech.com/2011/01/25/multiple-values-on-svnexternals/</a></p> ]]></content:encoded> </item> <item><title>By: Jean Deruelle</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51060</link> <dc:creator>Jean Deruelle</dc:creator> <pubDate>Thu, 21 Oct 2010 09:40:38 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-51060</guid> <description>&lt;p&gt;Thanks for the post, worked great !&lt;/p&gt;
&lt;p&gt;We use it for having a main docs directory (http://mobicents.googlecode.com/svn/trunk/docs/) on Mobicents (http://www.mobicents.org/) which gather the docs from multiple subprojects that the main content authoring person can checkout without checking out the full SVN&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Thanks for the post, worked great !</p><p>We use it for having a main docs directory (<a
href="http://mobicents.googlecode.com/svn/trunk/docs/" rel="nofollow">http://mobicents.googlecode.com/svn/trunk/docs/</a>) on Mobicents (<a
href="http://www.mobicents.org/" rel="nofollow">http://www.mobicents.org/</a>) which gather the docs from multiple subprojects that the main content authoring person can checkout without checking out the full SVN</p> ]]></content:encoded> </item> <item><title>By: Eric</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-50991</link> <dc:creator>Eric</dc:creator> <pubDate>Tue, 05 Oct 2010 13:51:48 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-50991</guid> <description>I use a slightly different version. It let&#039;s you edit multiple externals via your editor of choice (ie. Vi)
Assume you have an externals folder called &#039;ext&#039;
cd into that directory and then you can run &#039;svn propedit svn:externals .&#039;
That will allow you to edit all externals defined in that directory through your editor.</description> <content:encoded><![CDATA[<p>I use a slightly different version. It let&#039;s you edit multiple externals via your editor of choice (ie. Vi)</p><p>Assume you have an externals folder called &#039;ext&#039;</p><p>cd into that directory and then you can run &#039;svn propedit svn:externals .&#039;</p><p>That will allow you to edit all externals defined in that directory through your editor.</p> ]]></content:encoded> </item> <item><title>By: Timothy Nott</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-43666</link> <dc:creator>Timothy Nott</dc:creator> <pubDate>Fri, 16 Jul 2010 22:37:26 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-43666</guid> <description>Thanks for the post.  Saved me eons, I&#039;m sure.</description> <content:encoded><![CDATA[<p>Thanks for the post.  Saved me eons, I&#039;m sure.</p> ]]></content:encoded> </item> <item><title>By: cheapshot</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-42687</link> <dc:creator>cheapshot</dc:creator> <pubDate>Thu, 08 Jul 2010 13:06:11 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-42687</guid> <description>Thanks Russakovskii.
I had the same problem.
I was used to command line and then forced to use SmartSVN because this trouble, that is not covered on svn redbook. It&#039;s a pity that properties on svn is so documentation missed.</description> <content:encoded><![CDATA[<p>Thanks Russakovskii.<br
/> I had the same problem.<br
/> I was used to command line and then forced to use SmartSVN because this trouble, that is not covered on svn redbook. It&#039;s a pity that properties on svn is so documentation missed.</p> ]]></content:encoded> </item> <item><title>By: john random hacker</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-35648</link> <dc:creator>john random hacker</dc:creator> <pubDate>Thu, 22 Apr 2010 11:03:45 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-35648</guid> <description>thank you very much. svn sucks. git ftw!</description> <content:encoded><![CDATA[<p>thank you very much. svn sucks. git ftw!</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-34548</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Wed, 10 Mar 2010 17:02:20 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-34548</guid> <description>Glad I could help :-]</description> <content:encoded><![CDATA[<p>Glad I could help :-]</p> ]]></content:encoded> </item> <item><title>By: Kalle</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-34526</link> <dc:creator>Kalle</dc:creator> <pubDate>Fri, 05 Mar 2010 11:06:41 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-34526</guid> <description>*love* &lt;-- this is all I wanted to say, really, for you saving my ass on an increasingly frustrated &quot;gaah&quot; moment of trying to propset the svn:externals deal, but I got a &quot;comment too short&quot; whine at me. Bah :)</description> <content:encoded><![CDATA[<p>*love* &lt;&#8211; this is all I wanted to say, really, for you saving my ass on an increasingly frustrated &quot;gaah&quot; moment of trying to propset the svn:externals deal, but I got a &quot;comment too short&quot; whine at me. Bah <img
src='http://beerpla.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: GRAQ</title><link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-33934</link> <dc:creator>GRAQ</dc:creator> <pubDate>Wed, 17 Feb 2010 09:44:16 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comment-33934</guid> <description>Thanks Artem!
Am creating an install routine for Wordpress builds, loading public and private plugins and themes. Perfect.</description> <content:encoded><![CDATA[<p>Thanks Artem!</p><p>Am creating an install routine for WordPress builds, loading public and private plugins and themes. Perfect.</p> ]]></content:encoded> </item> </channel> </rss>
