<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Seeking document checkout system usable by technophobes</title>
	<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes/</link>
	<description>Comments on Ask MetaFilter post Seeking document checkout system usable by technophobes</description>
	<pubDate>Sat, 31 Jul 2004 09:36:35 -0800</pubDate>
	<lastBuildDate>Sat, 31 Jul 2004 09:36:35 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Seeking document checkout system usable by technophobes</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes</link>	
		<description>I&apos;m looking for a document checkout system, preferably one that is usable by English professor technophobes.  Specifically, I&apos;m on a committee that does scheduling, and we all work on the same document.  It would be great to find a way for one of us at a time to check the document out and work on it that didn&apos;t require any behavioral modification.&lt;br&gt;
&lt;br&gt;
Everyone but me is running windows xp.  I&apos;ve got OS X 10.3.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.9067</guid>
		<pubDate>Sat, 31 Jul 2004 08:02:31 -0800</pubDate>
		<dc:creator>mecran01</dc:creator>
		
			<category>Windows</category>
		
			<category>OSX</category>
		
			<category>DocumentManagement</category>
		
			<category>Software</category>
		
			<category>Computer</category>
		
	</item> <item>
		<title>By: pissfactory</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171314</link>	
		<description>Will &lt;a href=&quot;http://www.webdav.org/other/faq.html&quot;&gt;webdav&lt;/a&gt; help you? &lt;br&gt;
&lt;br&gt;
HTTP Extensions for Distributed Authoring -- WEBDAV  (text) has been released by the IETF as RFC 2518. This is the base DAV protocol, and includes features for:&lt;br&gt;
&lt;br&gt;
    * Locking&lt;br&gt;
    * Properties&lt;br&gt;
    * Namespace management&lt;br&gt;
&lt;br&gt;
Bottom line: these features are complete, and are expected to be stable. &lt;br&gt;
&lt;br&gt;
Locking the document would serve as a checking out mechanism and OS shouldn&apos;t be an issue since http is http (the protocol over which webdav works).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171314</guid>
		<pubDate>Sat, 31 Jul 2004 09:36:35 -0800</pubDate>
		<dc:creator>pissfactory</dc:creator>
	</item><item>
		<title>By: mecran01</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171317</link>	
		<description>Thanks, I&apos;ll check it out.  Because I am lazy and untalented, I was hoping for something that didn&apos;t require any skill or development on my part, but I&apos;m starting to think there&apos;s no other way short of hiring a programmer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171317</guid>
		<pubDate>Sat, 31 Jul 2004 09:43:50 -0800</pubDate>
		<dc:creator>mecran01</dc:creator>
	</item><item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171326</link>	
		<description>This is a problem that teams of programmers face all the time.  They resolve it with tools for configuration management and source code control.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.perforce.com/&quot;&gt;Perforce&lt;/a&gt;, &lt;a href=&quot;http://subversion.tigris.org/&quot;&gt;Subversion&lt;/a&gt;, &lt;a href=&quot;http://www-306.ibm.com/software/awdtools/clearcase/&quot;&gt;ClearCase&lt;/a&gt;, hell, even &lt;a href=&quot;http://msdn.microsoft.com/vstudio/previous/ssafe/&quot;&gt;SourceSafe&lt;/a&gt;, all are examples of the kinds of tools used to deal with synchronizing changes to a file.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171326</guid>
		<pubDate>Sat, 31 Jul 2004 10:56:40 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: Kwantsar</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171345</link>	
		<description>Office on Windows supports this natively.&lt;br&gt;
&lt;br&gt;
1.  On your server, create a directory called &quot;shared documents&quot;&lt;br&gt;
2.  Place documents there&lt;br&gt;
3.  Every time a user opens the document, they must open it from the &quot;shared documents&quot; folder on the server&lt;br&gt;
4.  When they open it, select &quot;open for read/write&quot; when prompted&lt;br&gt;
5.  Others will have to open the document read-only, until it is closed by the first user.&lt;br&gt;
&lt;br&gt;
I assume Office for OSX will support this as well.&lt;br&gt;
&lt;br&gt;
As majick said, there are a number of programmer-oriented versioning systems out there.  The problem with programmer tools though is that they generally *support* a certain type of behavior by enforcing only axiomatic operations like checkin, checkout, and diff.  You get lots of options to those commands, which programmers (by their very nature) know how to use.&lt;br&gt;
&lt;br&gt;
Behavior modification is essential to this exercise, but does not have to be extensive.  You will want to come up with a simple procedure for shared document editing, and then adopt it at one of your committee meetings.&lt;br&gt;
&lt;br&gt;
For extra fun, bring in a history professor to talk about how language was originated thousands of years for record-keeping by (sumerians, egyptians, phoenecians, aztecs, whatever).  Further note that the English professors are actually the intellectual heirs of the foundations of Information Technology, and should embrace the computer as a facilitator of their work :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171345</guid>
		<pubDate>Sat, 31 Jul 2004 11:41:13 -0800</pubDate>
		<dc:creator>Kwantsar</dc:creator>
	</item><item>
		<title>By: seanyboy</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171372</link>	
		<description>&lt;a href=&quot;http://www.tortoisecvs.org/&quot;&gt;Tortoise cvs&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171372</guid>
		<pubDate>Sat, 31 Jul 2004 13:16:56 -0800</pubDate>
		<dc:creator>seanyboy</dc:creator>
	</item><item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171386</link>	
		<description>I&apos;d be somewhat careful with CVS if the document is anything but text.  If you&apos;ve got word processor docs or something like that, keeping them in CVS can get hinky.  CVS has been known to eat the binary files of those who aren&apos;t exceedingly careful.&lt;br&gt;
&lt;br&gt;
Also, CVS, with its parallel update/commit cycle model, isn&apos;t a particularly good tool if you want to keep work in lockstep with a single &quot;locked&quot; version of the file.&lt;br&gt;
&lt;br&gt;
The easiest thing to do may very well be keeping the document on a server and update it with an application that knows how to lock files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171386</guid>
		<pubDate>Sat, 31 Jul 2004 14:32:42 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: mecran01</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171395</link>	
		<description>Why are there laxative ads in the google sidebar?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171395</guid>
		<pubDate>Sat, 31 Jul 2004 15:31:24 -0800</pubDate>
		<dc:creator>mecran01</dc:creator>
	</item><item>
		<title>By: freebird</title>
		<link>http://ask.metafilter.com/9067/Seeking-document-checkout-system-usable-by-technophobes#171450</link>	
		<description>&lt;i&gt;Why are there laxative ads in the google sidebar?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
That is pretty funny. I&apos;d guess it has to do with cvs.com being an online pharmacy.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.9067-171450</guid>
		<pubDate>Sun, 01 Aug 2004 01:38:48 -0800</pubDate>
		<dc:creator>freebird</dc:creator>
	</item>
	</channel>
</rss>
