<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>it’s unix, not eunuchs &#187; SCM</title>
	<atom:link href="http://www.itsunixnoteunuchs.com/tag/scm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsunixnoteunuchs.com</link>
	<description>Howdy!  I&#039;m Daniel J. Doughty, and these are my geeky thoughts.</description>
	<lastBuildDate>Sun, 30 Oct 2011 04:03:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CVS notification emails</title>
		<link>http://www.itsunixnoteunuchs.com/2009/11/30/cvs-notification-emails/</link>
		<comments>http://www.itsunixnoteunuchs.com/2009/11/30/cvs-notification-emails/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:37:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[loginfo]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[Software Configuration Management]]></category>

		<guid isPermaLink="false">http://www.itsunixnoteunuchs.com/?p=241</guid>
		<description><![CDATA[One of the guys at work wanted to get a notification when just one branch of his repository received a commit. I tried setting it up in the master.conf but never could get it to work for just one branch. Finally I googled around and found a nice explanation of how to do it with [...]]]></description>
			<content:encoded><![CDATA[<p>One of the guys at work wanted to get a notification when just one branch of his repository received a commit.  I tried setting it up in the master.conf but never could get it to work for just one branch.  Finally I googled around and found a nice explanation of how to do it with loginfo at <a href="http://durak.org/cvswebsites/howto-cvs/node39.html">this website</a>.  The one minor issue I had was that the mail command on my cvs box did not include a -s flag, but I changed that over to mailx and we were up and running.</p>
<p>It goes without saying that you don&#8217;t want some propietary commit info to be sent in notification emails so if a developer requests this sort of set up ask a few questions about what data will be needed.  Also, add yourself to the notification list for a little while to see how the developers are using the tool.</p>
<p>Also, this is usually a beginner level issue, be sure that your box is configured to relay mail out.  A simple test message like below should get you an email in your inbox(check junk and spam filters).</p>
<p>Enter this as one line:</p>
<p><code>echo "test body" | mailx -s "test subject" blah@domain.com,distrolist@domain.com</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsunixnoteunuchs.com/2009/11/30/cvs-notification-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

