<?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: Require subversion comments &#8211; a perl pre-commit hook</title>
	<atom:link href="http://www.stillnetstudios.com/require-subversion-comments-minimum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Walker</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-1475</link>
		<dc:creator>Dan Walker</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-1475</guid>
		<description>Nice, clean Perl script.&#160;&#160;Thanks!</description>
		<content:encoded><![CDATA[<p>Nice, clean Perl script.&nbsp;&nbsp;Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Schinkel</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-604</link>
		<dc:creator>Dave Schinkel</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-604</guid>
		<description>I was also told by a former collegue that you can just use the property tsvn:logminsize on your entire repository</description>
		<content:encoded><![CDATA[<p>I was also told by a former collegue that you can just use the property tsvn:logminsize on your entire repository</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Schinkel</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-602</link>
		<dc:creator>Dave Schinkel</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-602</guid>
		<description>Nice, thank you!</description>
		<content:encoded><![CDATA[<p>Nice, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-596</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 31 Jul 2009 21:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-596</guid>
		<description>Dave you could install &lt;a href=&quot;http://www.activestate.com/activeperl/&quot; rel=&quot;nofollow&quot;&gt;Perl for Windows&lt;/a rel=&quot;nofollow&quot;&gt; and use this script.&#160;&#160;You&#039;ll need to change a few things of course, the path to the svnlook program won&#039;t be the same for example.

Or you could try &lt;a href=&quot;http://stackoverflow.com/questions/869248/windows-pre-commit-hook-for-comment-length-subversion&quot; rel=&quot;nofollow&quot;&gt;a windows batch file&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Dave you could install <a href="http://www.activestate.com/activeperl/" rel="nofollow">Perl for Windows</a> and use this script.&nbsp;&nbsp;You&#039;ll need to change a few things of course, the path to the svnlook program won&#039;t be the same for example.</p>
<p>Or you could try <a href="http://stackoverflow.com/questions/869248/windows-pre-commit-hook-for-comment-length-subversion" rel="nofollow">a windows batch file</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Schinkel</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-595</link>
		<dc:creator>Dave Schinkel</dc:creator>
		<pubDate>Fri, 31 Jul 2009 21:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-595</guid>
		<description>I assume this script would not work by pasting it and using it in a Windows environment.&#160;&#160;So how would you do this in a Windows environment and add this same kind of hook?&#160;&#160;Anyone, anyone?</description>
		<content:encoded><![CDATA[<p>I assume this script would not work by pasting it and using it in a Windows environment.&nbsp;&nbsp;So how would you do this in a Windows environment and add this same kind of hook?&nbsp;&nbsp;Anyone, anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-397</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 12 Oct 2008 20:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-397</guid>
		<description>I can&#039;t for the life of me get my hooks to print in stderr. Not through a bash script, not in python scripts. I managed to do a few errors in the python script which prompted the python interpreter to write those errors through stderr during a commit :P But other than that? It just won&#039;t work.

Any environmental things that need setting up or some such? hm</description>
		<content:encoded><![CDATA[<p>I can&#8217;t for the life of me get my hooks to print in stderr. Not through a bash script, not in python scripts. I managed to do a few errors in the python script which prompted the python interpreter to write those errors through stderr during a commit <img src='http://www.stillnetstudios.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  But other than that? It just won&#8217;t work.</p>
<p>Any environmental things that need setting up or some such? hm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-395</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Wed, 17 Sep 2008 17:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-395</guid>
		<description>No Commit Without Comment :)</description>
		<content:encoded><![CDATA[<p>No Commit Without Comment <img src='http://www.stillnetstudios.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asim</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-392</link>
		<dc:creator>Asim</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-392</guid>
		<description>Hi Guys,

I&#039;m new to SVN. Its my second day with SVN today and I&#039;m trying to setup a pre-hook to force a properly formatted commit message. I have installed SVN on windows and renamed the pre-hook file to .bat but it throws these error messages.

Does this mean that I need to install some sort of an environment there? Please help!!

Thanks

Error: Commit failed (details follow):
Error: &#039;pre-commit&#039; hook failed with error output:
Error: &#039;#!&#039; is not recognized as an internal or external command,
Error: operable program or batch file.
Error: &#039;#&#039; is not recognized as an internal or external command,
Error: operable program or batch file.
&lt;em&gt;[ long list of this snipped... ]&lt;/em&gt;
Error: &#039;REPOS&#039; is not recognized as an internal or external command,
Error: operable program or batch file.
Error: &#039;TXN&#039; is not recognized as an internal or external command,
Error: operable program or batch file.
Error: &#039;#&#039; is not recognized as an internal or external command,
Error: operable program or batch file.
Error: Unknown command: &#039;=/usr/local/bin/svnlook&#039;
Error: Type &#039;svnlook help&#039; for usage.
Error: &#039;$SVNLOOK&#039; is not recognized as an internal or external command,
Error: operable program or batch file.</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I&#8217;m new to SVN. Its my second day with SVN today and I&#8217;m trying to setup a pre-hook to force a properly formatted commit message. I have installed SVN on windows and renamed the pre-hook file to .bat but it throws these error messages.</p>
<p>Does this mean that I need to install some sort of an environment there? Please help!!</p>
<p>Thanks</p>
<p>Error: Commit failed (details follow):<br />
Error: &#8216;pre-commit&#8217; hook failed with error output:<br />
Error: &#8216;#!&#8217; is not recognized as an internal or external command,<br />
Error: operable program or batch file.<br />
Error: &#8216;#&#8217; is not recognized as an internal or external command,<br />
Error: operable program or batch file.<br />
<em>[ long list of this snipped... ]</em><br />
Error: &#8216;REPOS&#8217; is not recognized as an internal or external command,<br />
Error: operable program or batch file.<br />
Error: &#8216;TXN&#8217; is not recognized as an internal or external command,<br />
Error: operable program or batch file.<br />
Error: &#8216;#&#8217; is not recognized as an internal or external command,<br />
Error: operable program or batch file.<br />
Error: Unknown command: &#8216;=/usr/local/bin/svnlook&#8217;<br />
Error: Type &#8217;svnlook help&#8217; for usage.<br />
Error: &#8216;$SVNLOOK&#8217; is not recognized as an internal or external command,<br />
Error: operable program or batch file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asim</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-394</link>
		<dc:creator>Asim</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-394</guid>
		<description>Hi Rob,
Thanks for the quick update. I actually did download the Windows version and for some reason it has the same pre-hooks as unix then.

I followed these steps to install it:
http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx

And its running fine as is, no pre-commits message checks though :(</description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
Thanks for the quick update. I actually did download the Windows version and for some reason it has the same pre-hooks as unix then.</p>
<p>I followed these steps to install it:<br />
<a href="http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx" rel="nofollow">http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx</a></p>
<p>And its running fine as is, no pre-commits message checks though <img src='http://www.stillnetstudios.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wilkerson</title>
		<link>http://www.stillnetstudios.com/require-subversion-comments-minimum/comment-page-1/#comment-393</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Fri, 25 Jul 2008 17:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/06/16/require-subversion-comments-minimum/#comment-393</guid>
		<description>I&#039;ve never installed Svn on Windows, but &quot;#!&quot; is a Unix script indicator. The paths you reference also appear Unix-centric.  Are you sure you installed the Windows version of Svn server (assuming there is such a thing)?  Changing the extension to .bat is meaningless if the syntax is that of a Unix shell script.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never installed Svn on Windows, but &#8220;#!&#8221; is a Unix script indicator. The paths you reference also appear Unix-centric.  Are you sure you installed the Windows version of Svn server (assuming there is such a thing)?  Changing the extension to .bat is meaningless if the syntax is that of a Unix shell script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
