<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Compiled Weekly &#187; Subversion</title>
	<atom:link href="http://www.compiledweekly.com/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.compiledweekly.com</link>
	<description>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</description>
	<lastBuildDate>Thu, 24 Jun 2010 16:01:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.8" mode="advanced" entry="normal" -->
	<itunes:summary>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.

Compiled weekly will soon be covering Android SDK. Stay tuned!</itunes:summary>
	<itunes:author>Angelo Mandato</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.compiledweekly.com/wp-content/themes/angelo2/images/itunes_cw.png" />
	<itunes:owner>
		<itunes:name>Angelo Mandato</itunes:name>
		<itunes:email>compiledweekly@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>compiledweekly@gmail.com (Angelo Mandato)</managingEditor>
	<copyright>&#xA9; 2006-2008 Compiled Weekly</copyright>
	<itunes:subtitle>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</itunes:subtitle>
	<itunes:keywords>programming, php, mysql, wxwidgets, apache, lighttpd, nsis, web design</itunes:keywords>
	<image>
		<title>Compiled Weekly &#187; Subversion</title>
		<url>http://www.compiledweekly.com/wp-content/themes/angelo2/images/rss_cw.png</url>
		<link>http://www.compiledweekly.com/category/subversion/</link>
	</image>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Updating XP and Vista to support WebDAV Web Folders from Apache &#8211; Patch KB907306</title>
		<link>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/</link>
		<comments>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:45:18 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[KB90730]]></category>
		<category><![CDATA[KB907306]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=112</guid>
		<description><![CDATA[If you are familiar with WebDAV or even Subversion and use Windows XP/Vista, you will appreciate this tidbit of information. You can browse a WebDAV server in Windows XP and Vista using Windows Explorer. There is a problem though, Windows XP and Vista will try to use NTLM authentication (Active Directory) to authenticate with the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are familiar with WebDAV or even Subversion and use Windows XP/Vista, you will appreciate this tidbit of information.</p>
<p>You can browse a WebDAV server in Windows XP and Vista using Windows Explorer. There is a problem though, Windows XP and Vista will try to use NTLM authentication (Active Directory) to authenticate with the server. If you configure your Apache WebDAV server with either no, basic or digest authentication, then you will hit a roadblock. Luckily Microsoft created the KB907306 patch. Unlucky for myself, other websites refer to the patch number missing the last digit &#8217;6&#8242;. This will drive you crazy when you know you should be able to copy/paste the KB number in Google and quickly find the download page on microsoft.com. Other documents will say to search for KB90730. You should be searching for KB907306. You can search for &#8220;<span class="quote">Software           Update for Web Folders</span>&#8220;, but you will also get a lot of other search results that are not nearly as helpful. Hopefully this blog post will save some folks the aggravation.</p>
<p>Now that you&#8217;re here, there is no need to search! The patch is available from the following link: <a title="KB907306 WebDAV Patch" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=17c36612-632e-4c04-9382-987622ed1d64&amp;DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=17c36612-632e-4c04-9382-987622ed1d64&amp;DisplayLang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick .htaccess to list files in directory on apache web server</title>
		<link>http://www.compiledweekly.com/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/</link>
		<comments>http://www.compiledweekly.com/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 20:04:19 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/</guid>
		<description><![CDATA[If your web server to supports .htaccess files and you can specify &#8220;Options&#8221; from within your .htaccess file, then the following is a quick 1 line solution to your file listing needs. So you just uploaded a tun of pictures to a web directory and you want a list of all the images.Â  Since the [...]]]></description>
			<content:encoded><![CDATA[<p>If your web server to supports .htaccess files and you can specify &#8220;Options&#8221; from within your .htaccess file, then the following is a quick 1 line solution to your file listing needs.</p>
<p>So you just uploaded a tun of pictures to a web directory and you want a list of all the images.Â  Since the only types of files in the directory are images, the security risk of displaying the list diminishes.Â  In actuality, the list of images can be quite useful especially when trying to find a specific one.</p>
<p>The answer, create a 1 line .htaccess file with the following: Options Indexes</p>
<p>If you don&#8217;t have control over your apache configuration files and this option is not available to you, don&#8217;t fret. Â  <a href="http://chxo.com/" title="Chris Snyder" target="_blank">Chris Snyder</a> created an excellent php script that allows you to list the contents of a web directory.</p>
<p>Link: <a href="http://chxo.com/scripts/image-list.php" title="Image List" target="_blank">http://chxo.com/scripts/image-list.php</a></p>
<p>This script is very useful, I&#8217;ve customized it for my subversion repository in order to display a list of repositories in the root of the subversion web server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiled Weekly</title>
		<link>http://www.compiledweekly.com/2007/06/03/compiled-weekly/</link>
		<comments>http://www.compiledweekly.com/2007/06/03/compiled-weekly/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 01:38:40 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[wxWidgets]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/06/03/compiled-weekly/</guid>
		<description><![CDATA[This week on CompiledWeekly, Angelo explains how to install, setup and use a Subversion revision control system.Â  Learn about the basic concepts and how to use TortoiseSVN from Windows Explorer. Check it out: www.compiledweekly.com/podcast/]]></description>
			<content:encoded><![CDATA[<p>This week on CompiledWeekly, Angelo explains how to install, setup and use a <a href="http://subversion.tigris.org/" title="Subversion" target="_blank">Subversion </a>revision control system.Â  Learn about the basic concepts and how to use <a href="http://tortoisesvn.tigris.org/" title="TortoiseSVN" target="_blank">TortoiseSVN</a> from Windows Explorer.</p>
<p>Check it out: <a href="http://www.compiledweekly.com/podcast/" title="Compiled Weekly Podcast">www.compiledweekly.com/podcast/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/06/03/compiled-weekly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion Repository Creation Script</title>
		<link>http://www.compiledweekly.com/2007/04/07/subversion-repository-creation-script/</link>
		<comments>http://www.compiledweekly.com/2007/04/07/subversion-repository-creation-script/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 03:24:35 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/04/07/subversion-repository-creation-script/</guid>
		<description><![CDATA[I have been using Subversion (SVN) pretty heavily the past couple of weeks. I wanted a quick way to create a repository that included the standard trunk, branches and tags directories and set the correct owner and file permissions for the new repo. I came up with the following script. Please feel free to comment [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Subversion (SVN) pretty heavily the past couple of weeks.  I wanted a quick way to create a repository that included the standard trunk, branches and tags directories and set the correct owner and file permissions for the new repo.  I came up with the following script.  Please feel free to comment out sections you do not need.</p>
<pre>
#!/usr/bin/php -q
< ?php
define('REPO_PARENT_PATH', '/path/to/repos');
define('REPO_OWNER', 'devel_user:devel_group');
define('REPO_MOD', '770');

if( $argc < 2 )
        die("No repo name specified.\\n\\nUsage: addrepo.php repo_name\\n\\n");
$repo_name = $argv[1];
echo "Adding Repository: $repo_name\\n\\n";

// Create repositoryi
$repo_path = REPO_PARENT_PATH;
if( substr( $repo_path, strlen($repo_path)-1, 1) != '/' )
        $repo_path .= '/';
exec("svnadmin create $repo_path$repo_name");

// Add trunk
exec("svn mkdir file://$repo_path$repo_name/trunk -m \"Add trunk\"");

// Add branches
exec("svn mkdir file://$repo_path$repo_name/branches -m \"Add branches\"");

// Add tags
exec("svn mkdir file://$repo_path$repo_name/tags -m \"Add tags\"");

// Change file permissions
exec("chmod -R ".REPO_MOD." $repo_path$repo_name");

// Change file ownership
exec("chown -R ".REPO_OWNER." $repo_path$repo_name");
?>
</pre>
<p>To use, execute the script from the shell one parameter being the name of your repository.</p>
<pre>Example: ./addrepo.php repo_name</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/04/07/subversion-repository-creation-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
