<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Agile Shrugged - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-04ee8671" type="application/json"/><link>http://agileshrugged.disqus.com/</link><description></description><atom:link href="http://agileshrugged.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 15 Jan 2012 11:30:51 -0000</lastBuildDate><item><title>Re: Preventing Eclipse OutOfMemoryError &amp;#038; PermGen messages.</title><link>http://agileshrugged.com/blog/?p=36#comment-411954457</link><description>thanks for this tutorial, was looking for this.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pranav</dc:creator><pubDate>Sun, 15 Jan 2012 11:30:51 -0000</pubDate></item><item><title>Re: Preventing Eclipse OutOfMemoryError &amp;#038; PermGen messages.</title><link>http://agileshrugged.com/blog/?p=36#comment-370659713</link><description>Great tuorial, people often don't differentiate between OOOM in Heap and OOOM in Perm Gen, even though both are completely different and require different approach to solve. I come to know when I got this error on tomcat and see &lt;a href="http://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html" rel="nofollow"&gt;2 ways to solve java.lang.OutOfMemoryError:Perm Gen Space in Java&lt;/a&gt; article, quite useful for me.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java Enum Example</dc:creator><pubDate>Wed, 23 Nov 2011 02:43:22 -0000</pubDate></item><item><title>Re: A Successful Attempt at Mangling Ruby</title><link>http://agileshrugged.com/blog/?p=60#comment-233309274</link><description>Here is my answer, it is similar to the answer below, but it's even more compact:&lt;br&gt;&lt;br&gt;class Proxy  &lt;br&gt;&lt;br&gt;attr_reader :messages    &lt;br&gt;def initialize(target_object)        &lt;br&gt;@object = target_object        &lt;br&gt;@messages =  Array.new   &lt;br&gt;end    &lt;br&gt;&lt;br&gt;def method_missing(method, *args, &amp;amp;block)  	&lt;br&gt;@messages.push(method)  	&lt;br&gt;@object.send method, *args, &amp;amp;block  &lt;br&gt;end    &lt;br&gt;&lt;br&gt;def called?(method)  	&lt;br&gt;@messages.include?(method) &lt;br&gt;end    &lt;br&gt;&lt;br&gt;def number_of_times_called(method)  	&lt;br&gt;@messages.count(method)  &lt;br&gt;end  &lt;br&gt;&lt;br&gt;end</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">uronacid</dc:creator><pubDate>Thu, 23 Jun 2011 09:27:35 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-126572729</link><description>You don't need to worry about the ports conflicting with server admin sites, you can add an include to any of your site configs in /etc/apache2/sites created by server admin and server admin will passively ignore it.&lt;br&gt;&lt;br&gt;I advise exporting the whole SVN authentication realm part to a separate config file and going on from there&lt;br&gt;&lt;br&gt;&lt;a href="http://www.themacosxserveradmin.com/2010/10/svn-apache-and-snow-leopard-server.html" rel="nofollow"&gt;http://www.themacosxserveradmi...&lt;/a&gt;&lt;br&gt;&lt;br&gt;This way you can control the vhost from within server admin _and_ it never screws with your svn config.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">server admin</dc:creator><pubDate>Sun, 09 Jan 2011 15:14:29 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-123185954</link><description>I followed all of the steps but I got the following Error:&lt;br&gt;&lt;br&gt;File not found!&lt;br&gt;The URL you have loaded has not been found on this server.&lt;br&gt;&lt;br&gt;Please alert the system administrator if you believe you have reached this in error.&lt;br&gt;&lt;br&gt;I am running with https and my svn path is NOT under /usr, i created another root</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vijai</dc:creator><pubDate>Sun, 02 Jan 2011 15:09:46 -0000</pubDate></item><item><title>Re: Barefoot Controversy at the Saline Rec Center</title><link>http://agileshrugged.com/blog/?p=149#comment-120298966</link><description>I've seen people run barefoot on the tracks at the UofM rec centers, but have no idea if there is a policy about it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Mulka</dc:creator><pubDate>Tue, 28 Dec 2010 16:35:34 -0000</pubDate></item><item><title>Re: Integrating FitNesse with Spring</title><link>http://agileshrugged.com/blog/?p=33#comment-117183826</link><description>Thanks!  ClassPathXmlApplicationContext is what I needed to know about to get my code to work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jennifer</dc:creator><pubDate>Wed, 22 Dec 2010 14:14:00 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-111911047</link><description>@Chris -- i'm still running 10.5, and there is an /etc/apache2/sites directory . Not sure where it is on 10.6&lt;br&gt;&lt;br&gt;You can probably find the directory by executing "locate httpd.conf"&lt;br&gt;Good luck!&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nayan Hajratwala</dc:creator><pubDate>Tue, 14 Dec 2010 21:21:10 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-111869442</link><description>Where do I find the /etc/apache2/sites dir? I have OSX Server 10.6 (latest) and that dir cannot be found?&lt;br&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Tue, 14 Dec 2010 20:01:33 -0000</pubDate></item><item><title>Re: Barefoot Controversy at the Saline Rec Center</title><link>http://agileshrugged.com/blog/?p=149#comment-94263225</link><description>Call the Ann Arbor YMCA and ask them their position on barefoot running, and if they have a similar rule.  They might be able to provide you with more information.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dianne</dc:creator><pubDate>Fri, 05 Nov 2010 15:06:34 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-73863693</link><description>Great howto!&lt;br&gt;&lt;br&gt;But i get a error message when i wil check out a file:&lt;br&gt;&lt;br&gt;svn: The log message is a pathname (was -F intended?); use '--force-log' to override&lt;br&gt;&lt;br&gt;I dit exactly what you wrote.&lt;br&gt;&lt;br&gt;Tnkx!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron</dc:creator><pubDate>Wed, 01 Sep 2010 08:44:04 -0000</pubDate></item><item><title>Re: The 2010 Michigan Pairing Tour Stops at H**********</title><link>http://agileshrugged.com/blog/?p=126#comment-73502763</link><description>Nayan, it was great to have you there.  IMO you brought some great technical expertise around TDD and builds, and it was great to hear your uninhibited reflections on our process.  Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad R Neighbors</dc:creator><pubDate>Tue, 31 Aug 2010 09:54:43 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-69690811</link><description>For those of you experiencing the DAV svn -&amp;gt; DAV Off problem, I found a very simple solution in Micah's comment on this page:&lt;br&gt;&lt;br&gt;&lt;a href="http://web.mac.com/williamvanetten/Leopard/Leopard_Blog/Entries/2007/11/8_Configuring_a_Secure_Subversion_Server.html" rel="nofollow"&gt;http://web.mac.com/williamvane...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Basically:&lt;br&gt;1. Create the file /etc/apache2/extras/DAV_svn.conf and put "DAV svn" in it as the only line (perhaps add a comment if you want)&lt;br&gt;2. In your site configuration file, replace "DAV svn" with "Include /etc/apache2/extras/DAV_svn.conf"&lt;br&gt;&lt;br&gt;Server Admin will leave this line alone when it re-writes the file, and it won't touch the included file because it's never used directly.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Brauer</dc:creator><pubDate>Wed, 18 Aug 2010 18:11:32 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-69679918</link><description>I can confirm that it works for Snow Leopard Server (10.6.4 in this case)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Brauer</dc:creator><pubDate>Wed, 18 Aug 2010 17:27:48 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-61079538</link><description>Most Subversion setups out there aren't working for me. I'm not really sure why and I don't think I'm doing anything wrong. Can some OS X settings influence the Subversion setup? &lt;br&gt;Sandra Millhouse @ &lt;a href="http://www.webfusion.co.uk/virtual-private-servers/" rel="nofollow"&gt;Virtual servers UK&lt;/a&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SandraMillhouse</dc:creator><pubDate>Thu, 08 Jul 2010 04:41:00 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-60911881</link><description>This worked for me as well. I have a subdomain "svn.domain.tld" with several repositories mapped to /Repo1, /Repo2, /Repo3 etc...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom</dc:creator><pubDate>Wed, 07 Jul 2010 06:22:54 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-57857170</link><description>unbelievable... this saved me hours and works like a charm. Thanks very much!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Mon, 21 Jun 2010 05:30:39 -0000</pubDate></item><item><title>Re: Getting OCMock to work</title><link>http://agileshrugged.com/blog/?p=68#comment-44716768</link><description>Yeah, helped. I tried to use @"className" instead of [className class] as mockForClass:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drx777</dc:creator><pubDate>Wed, 14 Apr 2010 08:30:58 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-43711766</link><description>*sigh* This is what I get for getting overly excited-- I glossed over the "Server" part of the title :/ Oh well, I'll keep looking.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eddie Ma</dc:creator><pubDate>Wed, 07 Apr 2010 16:17:58 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-43711510</link><description>Wow! I'm going to try this tonight when I get home-- incidentally, Apple has broken your link to Server Admin Tools -- it can now be found here: &lt;a href="http://support.apple.com/downloads/Server_Admin_Tools_10_5_6v1_1" rel="nofollow"&gt;http://support.apple.com/downl...&lt;/a&gt; :D Thanks again for the tip!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eddie Ma</dc:creator><pubDate>Wed, 07 Apr 2010 16:15:51 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-42866450</link><description>Hello, very good tutorial.
&lt;br&gt;Do you know SPMPT ? It's an additional package for MAMP which include Subversion server, Trac (edgewall), python and mod_python. It's works out of the box. 
&lt;br&gt;website : &lt;a href="http://sonique54.free.fr/spmpt/" rel="nofollow"&gt;http://sonique54.free.fr/spmpt...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ann</dc:creator><pubDate>Wed, 10 Mar 2010 04:05:43 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-42866448</link><description>@z - unfortunately, i haven't tried with with 10.6.2, so i can't vouch for if it will work or not. I would've *hoped* that it would be easier...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nayan Hajratwala</dc:creator><pubDate>Fri, 29 Jan 2010 08:30:02 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-42866447</link><description>Hi All,
&lt;br&gt;After I followed all the above steps (several times with various iterations) I still have problems! For some reason with my setup doesn't allow me to see the repo with a web browser and I don't get an authentication box either. The only way I get it close to working is giving browsing access to everyone in the realm.
&lt;br&gt;Frustrated!
&lt;br&gt;-z
&lt;br&gt;
&lt;br&gt;ps I'm running os x server 10.6.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">z</dc:creator><pubDate>Fri, 29 Jan 2010 00:20:14 -0000</pubDate></item><item><title>Re: Subversion on OS X Leopard Server</title><link>http://agileshrugged.com/blog/?p=14#comment-42866444</link><description>In addition to my script to fix the 'DAV Off' occurrences:
&lt;br&gt;
&lt;br&gt;&lt;a href="http://www.makkintosshu.com/journal/fixdavsvn" rel="nofollow"&gt;http://www.makkintosshu.com/jo...&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;I've added a launchd job to monitor modified apache config files and run `fixDAVsvn` on them whenever they're modified (esp. by Server Admin):
&lt;br&gt;
&lt;br&gt;&lt;a href="http://www.makkintosshu.com/journal/automating-fixdavsvn" rel="nofollow"&gt;http://www.makkintosshu.com/jo...&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;@Tarik: this is probably an easier and better solution than pulling some config files out to a "manually managed" location as you can still edit them with Server Admin.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morgan Aldridge</dc:creator><pubDate>Thu, 08 Oct 2009 18:36:53 -0000</pubDate></item><item><title>Re: A Successful Attempt at Mangling Ruby</title><link>http://agileshrugged.com/blog/?p=60#comment-42866887</link><description>Since you asked what you could have done better, I just finished the Ruby Koans, and this is what I came up with for the Proxy object:
&lt;br&gt;
&lt;br&gt;&lt;a href="http://pastie.org/631227" rel="nofollow"&gt;http://pastie.org/631227&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Genisio</dc:creator><pubDate>Fri, 25 Sep 2009 21:31:21 -0000</pubDate></item></channel></rss>
