On 3/13/07, benjohn / fysh.org <benjohn / fysh.org> wrote:
> > With all of this talk about SVN vs. anything not CVS, I would love to
> > see some ideas of how one could apply an svn interface to an existing
> > distributed tool. Some get close but maybe someone should make a
> > centralized "porcelain" for git? I don't see any reason you couldn't
> > implement a good portion of behaviors people seem to like.
>
> Porcelain? :) I was expecting to find a SVN UI with the google I just did.

 From http://git.or.cz/

"Besides providing a version control system, the Git project provides
a generic low-level toolkit for tree history storage and directory
content management. Traditionally, the toolkit is called the plumbing.
Several other projects (so-called porcelains) offer compatible version
control interfaces - see the related tools list."

I guess that is the mentality you get from a linux kernel hacker. It's
all plumbing or it must be porcelain. :-)

Brian.