comparison examples/trac/scripts/tracdb2env.1 @ 39:93b4dcbafd7b trunk

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:ee669cb9cccc 39:93b4dcbafd7b
1 .\" You can view this file with:
2 .\" nroff -man [filename]
3 .\"
4 .TH tracdb2env 1
5 .SH NAME
6 tracdb2env \- Tool to convert old Trac databases to Trac environments.
7 .Sh SYNOPSIS
8 .TP
9 \fBtracdb2env\fP <\fIdb-file\fP> <\fIenv-dir\fP>
10 .SH OVERVIEW
11
12 Starting with version 0.7 Trac stores project specific information in project
13 environment directories instead of in database files. \fBtracdb2env\fP can extract
14 information from an old database file and insert that into a newly created
15 project environment directory.
16
17 Trac is a minimalistic web-based software project management and bug/issue
18 tracking system. It provides an interface to the Subversion revision control
19 systems, an integrated wiki, flexible issue tracking and convenient report
20 facilities.
21
22 Documentation for Trac in general, including detailed usage explanations
23 and tutorials can be be found in the Trac wiki at
24 http://trac.edgewall.com/.
25
26 Run `tracdb2env -h' to access the built-in tool documentation.
Copyright (C) 2012-2017 Edgewall Software