<?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: Windows SVN pre-commit-hook</title>
	<atom:link href="http://justaddwater.dk/2010/06/10/windows-svn-pre-commit-hook/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwater.dk/2010/06/10/windows-svn-pre-commit-hook/</link>
	<description>Instant Usability &#38; Web Standards</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ray</title>
		<link>http://justaddwater.dk/2010/06/10/windows-svn-pre-commit-hook/comment-page-1/#comment-510249</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sat, 05 Feb 2011 19:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/?p=1354#comment-510249</guid>
		<description>@ocpjp 

Doesn&#039;t you practically override the log message with each iteration of your loop so at the end you only have one word?</description>
		<content:encoded><![CDATA[<p>@ocpjp </p>
<p>Doesn&#8217;t you practically override the log message with each iteration of your loop so at the end you only have one word?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ocpjp</title>
		<link>http://justaddwater.dk/2010/06/10/windows-svn-pre-commit-hook/comment-page-1/#comment-502222</link>
		<dc:creator>ocpjp</dc:creator>
		<pubDate>Mon, 08 Nov 2010 16:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/?p=1354#comment-502222</guid>
		<description>Below is a section of my pre-hook. It only assigns the first word to the log message and not the entire log. Any idea what is wrong?

rem Subversion sends through the path to the repository and transaction id   
set REPOS=%1   
set TXN=%2  
for /f &quot;tokens=* delims= &quot; %%a in (&#039;svnlook log %REPOS% -t %TXN%&#039;) do (set LogMessage=%%a)</description>
		<content:encoded><![CDATA[<p>Below is a section of my pre-hook. It only assigns the first word to the log message and not the entire log. Any idea what is wrong?</p>
<p>rem Subversion sends through the path to the repository and transaction id<br />
set REPOS=%1<br />
set TXN=%2<br />
for /f &#8220;tokens=* delims= &#8221; %%a in (&#8216;svnlook log %REPOS% -t %TXN%&#8217;) do (set LogMessage=%%a)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

