> -----Original Message-----
> From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com]
> On Behalf Of garr
...@heavy-iron.com
> Sent: Monday, March 26, 2012 7:21 PM
> To: Trac Users
> Subject: [Trac] trac noob question - deleting/removing an existing trac
> environment
> Is getting rid of the link/environment as easy as just physically
> removing the environment and it's db?
I'm a newbie as well. I run trac using the standalone server, tracd, and have never done anything else, so my knowledge comes from that experience. You have to change the way trac is spawned.
http://trac.edgewall.org/wiki/TracStandalone documents my experience well. The syntax synopsis is at #Reference:
Tracd [options] [projenv1 [projenv2 ...]]
(I added some flair to it.) There's also a -e option that will serve every project in a directory. If you're using -e, then simply deleting the project directory (and a restart) is sufficient. If you're explicitly enumerating the project environments, you'll need to remove the project environment from the command line of trac.
If you're running behind a web server, sorry for wasting your time. :)
Welcome, and enjoy trac!