[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Discussion: website movement

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 20 Nov 2009 19:30:00 +0100

On Fri, Nov 20, 2009 at 11:01:55AM -0600, Ben Collins-Sussman wrote:
> FWIW, I really like what the mercurial guys did to their main site
> recently: http://mercurial.selenic.com/
>
> It used to be an ugly wiki, barely comprehensible. It's like they
> suddenly decided they had users and were a product. :-)

Heh, I like their quick start section.
I guess we could [hg] clone it :)

Quick Start

Check out a project and commit changes

$ svn checkout http://subversion.apache.org/hello
$ cd hello
$ (edit files)
$ svn add (new files)
$ svn commit -m 'My changes'

Create a repository and import a project

$ svnadmin create (repository-directory)
$ cd (project-directory)
$ svn import -m "initial import" file:///(repository-directory)/trunk

We could make the hello repository available, read-only,
and have the pre-commit hook error out with a nice welcome message.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2421710

Please start new threads on the <dev_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <dev-subscribe_at_subversion.apache.org>.
Received on 2009-11-20 19:30:31 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.