Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934188AbXFSUbo (ORCPT ); Tue, 19 Jun 2007 16:31:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932290AbXFSUbe (ORCPT ); Tue, 19 Jun 2007 16:31:34 -0400 Received: from mx1.redhat.com ([66.187.233.31]:59742 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133AbXFSUbd (ORCPT ); Tue, 19 Jun 2007 16:31:33 -0400 Message-ID: <46783D1C.5030408@redhat.com> Date: Tue, 19 Jun 2007 16:31:24 -0400 From: Chris Snook User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: Jack Stone CC: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, akpm@linux-foundation.org, viro@zeniv.linux.org.uk, alan Subject: Re: Versioning file system References: <46731169.2090002@hawkeye.stone.uk.eu.org> <4673182B.4090800@redhat.com> <46739E89.1080003@hawkeye.stone.uk.eu.org> <46781A5B.9090104@redhat.com> <467829C4.5020101@zytor.com> <46782AA5.2000108@hawkeye.stone.uk.eu.org> <46783847.1020205@redhat.com> <46783939.7000308@hawkeye.stone.uk.eu.org> In-Reply-To: <46783939.7000308@hawkeye.stone.uk.eu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1714 Lines: 41 Jack Stone wrote: > Chris Snook wrote: >> Jack Stone wrote: >>> H. Peter Anvin wrote: >>>> Chris Snook wrote: >>>>> I pointed out NetApp's .snapshot directories because that's a method >>>>> that uses legal path character, but doesn't break anything. With this >>>>> method, userspace tools will have to be taught that : is suddenly a >>>>> special character. >>>> Not to mention that the character historically used for this purpose is >>>> ; (semicolon.) >>> But that would cause havoc with shells which use ; to seperate commands. >>> Using ; would defiantly break userspace >>> >>> Jack >>> >> I can escape the semicolon just fine in bash. In fact, tab-completion >> will do this automatically. That's really a non-issue. It just means >> that anyone who wants to use this feature would have to know what >> they're doing, which I believe is your goal, right? > > I didn't realise this. Would ; break userspace if it was used as the > delimiter? I have no idea. I've never written a file management utility or library, so I don't know if they handle those specially. > This discussion may be academic as this design is looking less and less > useful/workable. Well, I'd argue that the most interesting part of this idea is how it works on the inside. You can implement arbitrarily impractical interfaces to test it out as long as your code is modular enough to implement a community-agreeable interface once it's ready for a wider audience. -- Chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/