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

RE: Problems with Limitations or "Differences" of Subversion

From: Garrett McGrath <gmcgrath_at_Princeton.EDU>
Date: 2006-11-07 20:00:42 CET

 Trac can store them in a variety of ways including sqlite, postgres and
mysql (with 0.10.1). I believe it was first built on sqlite so that's the
best supported and it works pretty good. Makes backup a breeze as well
since it's stored in a file format in your trac 'enviroment' area. The
thing with trac is you actually get a button called 'browse source' that can
be linked to an svn repository, this isn't to store the wiki pages but
instead to view an actual code repository. The ticket system uses the sql
backend you select to store it's data as well. They've also implemented a
discussion board system (thru a plugin) that makes it a bit more extensible
to developers working in an entirely virtual enviroment.

-----Original Message-----
From: Kenneth Porter [mailto:shiva@sewingwitch.com]
Sent: Tuesday, November 07, 2006 1:51 PM
To: users@subversion.tigris.org
Cc: Eric
Subject: Re: Problems with Limitations or "Differences" of Subversion

--On Tuesday, November 07, 2006 10:56 AM -0500 Eric
<spamsink@scoot.netis.com> wrote:

> Can you elaborate on that a bit? I actually don't know much about
> wikis except as a user (mostly of Wikipedia). I wasn't aware they
> included version control.
>
> Which one would be the best for me to look into for installation on Linux?

More generally, you probably want a "content management system" (CMS), of
which wikis are members. Two I've seen recommended are Mediawiki (used by
Wikipedia) and Drupal.

A CMS is an online documentation system, and a wiki is a version-controlled
CMS. Different wikis store the versioning in different ways. Mediawiki
stores the revisions in a database (eg. MySQL). Twiki stores revisions in
RCS files. I'd guess that Trac stores revisions in Subversion.

A common problem with public wikis is defacement (including spam). The
versioning means that you can remove the defacement by reverting to an
earlier revision.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 7 20:02:17 2006

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

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