<?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>theClonchs.com</title>
	<atom:link href="http://www.theclonchs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theclonchs.com</link>
	<description>echo "Hello World!" &#62; /dev/null</description>
	<lastBuildDate>Thu, 08 Jul 2010 20:10:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>flacsync patches</title>
		<link>http://www.theclonchs.com/2010/07/flacsync-patches/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=flacsync-patches</link>
		<comments>http://www.theclonchs.com/2010/07/flacsync-patches/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 20:10:37 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/?p=258</guid>
		<description><![CDATA[I&#8217;ve been using the very handy flacsync python script to handle transcoding my audio collection into M4A for my iPod.  Now with the Droid I&#8217;m not forced to use that format &#8212; although I probably will.  However, flacsync only supports M4A.  So I hacked support for Ogg Vorbis into it.  I also hacked in the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the very handy <a href="http://code.google.com/p/flacsync/">flacsync python script</a> to handle transcoding my audio collection into M4A for my iPod.  Now with the Droid I&#8217;m not forced to use that format &#8212; although I probably will.  However, flacsync only supports M4A.  So I <a title="Ogg Vorbis patches" href="http://code.google.com/p/flacsync/issues/detail?id=11">hacked support for Ogg Vorbis</a> into it.  I also hacked in the ability to <a title="Alternate destination directory patch" href="http://code.google.com/p/flacsync/issues/detail?id=10">define an alternate destination directory</a> and <a title="Replaygain patches" href="http://code.google.com/p/flacsync/issues/detail?id=9">keep the original replaygain tags</a> intact.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2010/07/flacsync-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically backup thumb drive in Windows XP</title>
		<link>http://www.theclonchs.com/2009/10/automatically-backup-thumb-drive-in-windows-xp/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=automatically-backup-thumb-drive-in-windows-xp</link>
		<comments>http://www.theclonchs.com/2009/10/automatically-backup-thumb-drive-in-windows-xp/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 17:37:39 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/?p=248</guid>
		<description><![CDATA[Although the conficker virus made malicious use of the Autorun properties of thumb drives, this feature can be used for good!  Here&#8217;s how to use it to automatically synchronize directories and files on a USB thumb drive to a directory on your hard drive.
Software you&#8217;ll need:

cwRsync &#8211; A Windows build of the oh-so-useful Linux rsync [...]]]></description>
			<content:encoded><![CDATA[<p>Although the <a href="http://en.wikipedia.org/wiki/Conficker#Initial_infection">conficker</a> virus made malicious use of the Autorun properties of thumb drives, this feature can be used for good!  Here&#8217;s how to use it to automatically synchronize directories and files on a USB thumb drive to a directory on your hard drive.</p>
<p>Software you&#8217;ll need:</p>
<ul>
<li><a href="http://www.itefix.no/i2/node/10650">cwRsync</a> &#8211; A Windows build of the oh-so-useful Linux rsync utility.</li>
<li><a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAcQFjAA&amp;url=http%3A%2F%2Fwww.microsoft.com%2Fwindowsxp%2Fdownloads%2Fpowertoys%2Fxppowertoys.mspx&amp;ei=E0_PSu6TOIvQ8Qb6z6SDBA&amp;usg=AFQjCNFOSaohorN10O3AOwG2sOQ2Yd_sJg&amp;sig2=h33inpHt9ed0OTRrp3qQGA">TweakUI</a> &#8211; Needed to create an &#8220;official&#8221; AutoRun handler.</li>
</ul>
<p>We&#8217;ll use a Window&#8217;s batch script that will handle setting up the executing environment and launching.  Save the <a href="files/backupthumb.txt">backupthumb.txt script</a> to your USB disk, rename to backupthumb.cmd and tweak to your own needs.  By default the script will log everything to the logs directory on your USB disk.  See the <a href="http://www.manpagez.com/man/1/rsync/">rsync man page</a> for all of the options available to you.</p>
<p>Next create the file that will tell rsync what files and directory to backup.  Just place the path to each file or directory on a separate line.  Using my script, the path is relative to the root of the USB disk and could look like:</p>
<pre>data/accounts.kdb
docs/</pre>
<p>Note the trailing slash which is important. Without it the files inside docs would <strong>NOT</strong> be backed up.  Also by default, rsync will not process the named paths in a recursive manner.  If you want it to, add <em>&#8211;recursive</em> as an argument to the rsync command in the script.</p>
<p>The next step is to create the autorun.inf file in the root of the USB disk with at least the following:</p>
<pre>[autorun]
action=Backup Thumb Drive
open=bin\backupthumb.cmd</pre>
<p>The open parameter&#8217;s value is relative to the root of the thumb drive.  Here I assume you saved the script to the <em>bin</em> directory on your USB disk.  Please note that I had issues if I prefixed it with a slash.  You can also pimp out the USB disk&#8217;s display in My Computer by adding a few more parameters to the autorun.inf file:</p>
<pre>icon=data\cruzer.ico
label=Thumb Drive
shell\bkup=Backup Thumb Drive
shell\bkup\command=bin\backupthumb.cmd</pre>
<p>This will use the cruzer.ico and label it Thumb Drive instead of the defaults.    It also adds a shell extension labeled &#8220;Backup Thumb Drive&#8221; which will execute our batch script when selected.  Handy to force a backup manually.  For the icon I just googled for cruzer icons and used <a href="http://www.convertico.com/">ConvertICO.com</a> to convert the PNG to ICO format.  If you&#8217;re like me and are lazy, you can just download the complete <a href="files/autorun.inf">autorun.inf file</a>.</p>
<p>If you stop at this point you will have an option in the Autoplay menu to &#8220;Backup Your Thumb Drive&#8221; when you insert your USB disk.  However our goal is to have it automatically perform the backup.  For this we need to use TweakUI to add a custom AutoPlay handler to launch our script.  Launch TweakUI and click on <strong><em>My Computer</em></strong> &gt; <strong><em>AutoPlay</em></strong> &gt; <strong><em>Handlers</em></strong>.  Click on the Create button.  For <em>&lt;description&gt;</em> type <strong>Backup Thumb Drive</strong>.  For <em>&lt;program name&gt;</em> type <strong>my backup script</strong>.  Then click on the Change <em>Program&#8230;</em> button and browse to the batch script.  Delete everything in the Args text box.  You can also set a custom icon to make it complete.  Again just use google to find something appropriate.</p>
<p>Then in <em>My Computer</em>, right click on your USB disk and select <em>Properties</em>.  On the <em>AutoPlay </em>tab, select <strong><em>Mixed content</em></strong> from the drop-down option box.  Change the action to <strong><em>Select an action to perform</em></strong>, and select our new <strong><em>Backup Thumb Drive</em></strong> option.  Lastly click the <em>OK</em> button.</p>
<p>And there you have it.  A nice and automatic backup method for your USB thumb drives.  Next up will be to show you how to replicate this in Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2009/10/automatically-backup-thumb-drive-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Powersaving</title>
		<link>http://www.theclonchs.com/2009/07/windows-7-powersaving/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-7-powersaving</link>
		<comments>http://www.theclonchs.com/2009/07/windows-7-powersaving/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 14:35:56 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/?p=244</guid>
		<description><![CDATA[After upgrading Renee&#8217;s computer with powersavings in mind, I enabled the more aggresive powersavings options in Windows 7 RC.  I also set it to sleep after 30 minutes of inactivity.  Much to my surprise, the system kept waking itself up after a few minutes of sleep.  WTF?!
I had suspected a device or the BIOS was [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading Renee&#8217;s computer with powersavings in mind, I enabled the more aggresive powersavings options in Windows 7 RC.  I also set it to sleep after 30 minutes of inactivity.  Much to my surprise, the system kept waking itself up after a few minutes of sleep.  WTF?!</p>
<p>I had suspected a device or the BIOS was the culprit.  The event log wasn&#8217;t any help; all it noted was Windows had went to sleep, then woke up.  Duh.  A quick Google search revealed a command line utility powercfg, which can help point you to the last device which woke the system.  <strong></strong>By running <em>powercfg -lastwake</em> you can list the device which did just that.  Nice!</p>
<p>Now I have a very nice system that scales back the CPU speed when not needed, then sleeps when it makes sense.  Finally just like my Linux system! <img src='http://www.theclonchs.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2009/07/windows-7-powersaving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back Online</title>
		<link>http://www.theclonchs.com/2009/02/back-online/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=back-online</link>
		<comments>http://www.theclonchs.com/2009/02/back-online/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 19:12:25 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Site]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/2009/02/back-online/</guid>
		<description><![CDATA[I migrated the server yet again.  Actually I migrated the OS; hardware stayed as is.  Hopefully the new setup will be a little more stable than the previous.  Please excuse the non-working links as I take my time getting everything put back together.  Part of the delay is tied to upgrades and enhancements I&#8217;m making [...]]]></description>
			<content:encoded><![CDATA[<p>I migrated the server yet again.  Actually I migrated the OS; hardware stayed as is.  Hopefully the new setup will be a little more stable than the previous.  Please excuse the non-working links as I take my time getting everything put back together.  Part of the delay is tied to upgrades and enhancements I&#8217;m making as I go.  So expect changes, some minor and others not so minor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2009/02/back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Volume Manager</title>
		<link>http://www.theclonchs.com/2008/06/solaris-volume-manager/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=solaris-volume-manager</link>
		<comments>http://www.theclonchs.com/2008/06/solaris-volume-manager/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:54:14 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/?p=232</guid>
		<description><![CDATA[I had the pleasure of adding a &#8220;hot spare&#8221; filesystem to our Solaris box today.  Actually, it was a continuation of what I started the other day.  Now I&#8217;ve never been particularly exceptional with disk devices (or block devices in general) in Solaris, so I knew this was going to be a challenge.  And who [...]]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure of adding a &#8220;hot spare&#8221; filesystem to our Solaris box today.  Actually, it was a continuation of what I started the other day.  Now I&#8217;ve never been particularly exceptional with disk devices (or block devices in general) in Solaris, so I knew this was going to be a challenge.  And who doesn&#8217;t like a good challenge?</p>
<p>As a basis for my rant, let me start by saying that I&#8217;ve had no problems picking up the other UNIX&#8217;s (HP-UX and AIX) LVM implementations.  Both are structured similar to Linux (or should that be Linux is structured similar to them? <img src='http://www.theclonchs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).  Anyways, both follow the relatively simple notion of physical volumes, volume groups and logical volumes.  Physical volumes are your physical devices (disks and other block devices).  Volume groups are pools of physical volumes.  Lastly logical volumes are your partitions upon which you create your file systems.</p>
<p>Solaris doesn&#8217;t implement any of this.  At least not in the same manner.  Near as I can tell, they roll the last two layers together to form what they simply call a volume.  The worst though is the CLI tools used to create and manage them.  It doesn&#8217;t help that I inherited this box from the guy that left, and without much notes.  He didn&#8217;t split the file system up very well.  If this were the other boxes I&#8217;d simple add another PV to the VG and then expand the drowning LV&#8217;s.  Instead I can read through books on this subject to understand Sun&#8217;s take on LVM.</p>
<p>I ended up skirting the issue and not using their SVM.  Since this is just for emergency sake, LVM isn&#8217;t really neccessary.  Still it would be nice to conquer SVM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2008/06/solaris-volume-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kick&#8217;n It</title>
		<link>http://www.theclonchs.com/2008/05/kickn-it/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=kickn-it</link>
		<comments>http://www.theclonchs.com/2008/05/kickn-it/#comments</comments>
		<pubDate>Fri, 30 May 2008 19:37:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[kickstart]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/2008/05/30/kickn-it/</guid>
		<description><![CDATA[So I&#8217;m doing my first RHEL kickstart. I&#8217;m quite impressed. I&#8217;ve known about it for sometime (who doesn&#8217;t) but never really used RHEL and therefore didn&#8217;t have a reason to use it.  But now that I&#8217;m &#8220;the linux guy&#8221;, and RHEL is an obvious choice for enterprise environments, I standardized on RHEL as the distro [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m doing my first RHEL kickstart. I&#8217;m quite impressed. I&#8217;ve known about it for sometime (who doesn&#8217;t) but never really used RHEL and therefore didn&#8217;t have a reason to use it.  But now that I&#8217;m &#8220;the linux guy&#8221;, and RHEL is an obvious choice for enterprise environments, I standardized on RHEL as the distro of choice for us. So why not kickstart everything?</p>
<p>Damn, its done&#8230;</p>
<p>So that went really, really quick!  This is really just my trial install: a generic base install that I can build upon in a modular framework.  The ultimate goal is an autonomous install where we define a system&#8217;s config in a database for use with cfengine/puppet and the system automatically builds itself.  But I gauge that will be sometime out in the future.</p>
<p>For now, I&#8217;m just nailing down our base RHEL install plus local rpms for OV agents, HP stuff and EMC stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2008/05/kickn-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Impressions of KDE4</title>
		<link>http://www.theclonchs.com/2008/04/first-impressions-of-kde4/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=first-impressions-of-kde4</link>
		<comments>http://www.theclonchs.com/2008/04/first-impressions-of-kde4/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 01:26:33 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde4]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/?p=226</guid>
		<description><![CDATA[Well, installation was a breeze.  In fact with the move to cmake, compiling the masked ebuilds of KDE4 took only a few hours!  Wow.  Overall it is great.  However, one must remember that really just the core of KDE4 is production ready.  The surounding applications that make up the remander [...]]]></description>
			<content:encoded><![CDATA[<p>Well, installation was a breeze.  In fact with the move to cmake, compiling the masked ebuilds of KDE4 took only a few hours!  Wow.  Overall it is great.  However, one must remember that really just the core of KDE4 is <span style="text-decoration: line-through;">production</span> ready.  The surounding applications that make up the remander of the desktop are still in there infancy.  I get several graphic artifacts, flickering widgets, and the like from time to time. But its really all worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2008/04/first-impressions-of-kde4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jumping to Wordpress 2.5</title>
		<link>http://www.theclonchs.com/2008/04/jumping-to-wordpress-25/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jumping-to-wordpress-25</link>
		<comments>http://www.theclonchs.com/2008/04/jumping-to-wordpress-25/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 23:50:12 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[The Site]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/?p=230</guid>
		<description><![CDATA[Just made the jump to 2.5 (from 2.2) and I must say in true Wordpress fashion the move was easy as pie.  They standard backup database, disable plugins, then upload/copy files process.  Some cool new features are the built-in tag support and redesigned dashboard.  Moving from Ultimate Tag Warrior (UTW) was a [...]]]></description>
			<content:encoded><![CDATA[<p>Just made the jump to 2.5 (from 2.2) and I must say in true <a href="http://wordpress.org/">Wordpress</a> fashion the move was easy as pie.  They standard backup database, disable plugins, then upload/copy files process.  Some cool new features are the built-in tag support and redesigned dashboard.  Moving from Ultimate Tag Warrior (UTW) was a simple matter of importing the tags into the new db schema, then updating my theme.  I followed this <a href="http://www.lytebyte.com/2008/02/18/how-to-convert-utw-to-wordpress-23-tags-in-current-k2-based-themes/">blog post</a> as a guide.</p>
<p>I also took the opportunity to move the blog into its own subdirectory.  Again an easy task with Wordpress.  In fact, the good folks at wordpress.org already have a <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">quick guide</a> on do this.</p>
<p>There are a few other lingering quarks, but like the other problems, I&#8217;m sure they easy to remedy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2008/04/jumping-to-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE4</title>
		<link>http://www.theclonchs.com/2008/03/kde4/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=kde4</link>
		<comments>http://www.theclonchs.com/2008/03/kde4/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 20:38:16 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/2008/03/28/kde4/</guid>
		<description><![CDATA[So, I figured that now is a good time to install KDE4.  Gentoo published an official guide, so here it goes.
]]></description>
			<content:encoded><![CDATA[<p>So, I figured that now is a good time to install KDE4.  Gentoo published an official guide, so here it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2008/03/kde4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: Version Controled Configs</title>
		<link>http://www.theclonchs.com/2008/01/re-version-controled-configs/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=re-version-controled-configs</link>
		<comments>http://www.theclonchs.com/2008/01/re-version-controled-configs/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 01:03:36 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[The Geek Life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[version-control]]></category>

		<guid isPermaLink="false">http://www.theclonchs.com/2008/01/18/re-version-controled-configs/</guid>
		<description><![CDATA[Ok, so I just ended up backing up my configs and diving in head first.  It is really much easier than I thought, although I had to fiddle with subversion to do the in-place import.  Answering my earlier questions...]]></description>
			<content:encoded><![CDATA[<p>Ok, so I just ended up backing up my configs and diving in head first.  It is really much easier than I thought, although I had to fiddle with subversion to do the in-place import.  Answering my earlier questions&#8230;</p>
<ul>
<li>Repository location &#8211; I know how to use the old RCS version control software, which kept everything in the same directory of what you were controlling. So with SVN I would designate a different location in the filesystem (say /var/lib/svn) and store everything there? This seems nice as it would be the same root location for all my repos (assuming an increased usage of SVN down the road).  Answer: Not a big deal.  I ended up placing the repo in /var/svn/systems/&lt;hostname&gt;/etc hoping this will prove to be a generic enough layout to hold more system stuff in the future.  Then /etc is just a working copy of the repo; no need to edit the files in one location and check them out to /etc.  However, that turns out to be the added benefit as I could&#8230; To any machine running subversion too.</li>
<li>However, in the normal daily routine would I have to checkout everything to a different directory so that I can edit it using my non-su account? Using my regular user account would be the preferred route (and more SA-correct way) but really I&#8217;m the only one who access the files so do I just use root for everything? Answer: Not really an issue.  I su to root, make modifications, then when checking everything back into the repo I use the &#8211;username arg and specify my name.  It is not error-proof, but it works.</li>
<li>File owner/group permissions &#8211; How would this work? If I use my regular account, would I simply su to root and checkout files to /etc to &#8220;activate&#8221; them?   Answer: This might be the only real problem.  It appears that subversion doesn&#8217;t keep track of either of these which could pose quite a problem.  However, there isn&#8217;t an issue with editing as I am doing so with root (or sudo) anyways.</li>
</ul>
<p>The main thing to remember is once I&#8217;m done with editing, I have to run some additional subversion commands.  Namely, svn update to verify what&#8217;s changed, make any add or rm&#8217;s depending on additions or deletions, then svn ci -m &#8220;whats changed&#8221; &#8211;username &lt;myname&gt; to check it all in, and finally svn up to keep everything in line.  Now I can run svn log to see my change history.  Schweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theclonchs.com/2008/01/re-version-controled-configs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
