Questions tagged [trac]

Trac is an open source, web-based project management and bug-tracking tool. The program is inspired by CVSTrac, and was originally named svntrac due to its ability to interface with Subversion.

Trac allows hyperlinking information between a bug database, revision control and wiki content. It also serves as a web interface to the following revision control systems: Subversion, Git, Mercurial, Bazaar, Perforce and Darcs.

Other features include:

  • Project management (Roadmap, Milestones, etc.)
  • Ticket system (bug tracking, tasks, etc.)
  • Fine-grained permissions (since 0.11)
  • Timeline of all recent activity
  • Wiki (syntax similar to MoinMoin)
  • Customized reporting
  • VCS web interface
  • RSS Feeds
  • Multiple project support (planned for post-1.0 versions)
  • Environment extensibility (via Python plugins)
  • iCalendar export
  • Multiple Repository Support per environment (since 0.12)
  • Interface localizations (since 0.12)

Source: wikipedia

124 questions
1
vote
2 answers

Running Trac from USB stick (Windows)

I am looking for some way to run Trac on Windows from a USB stick (usb flash drive). User wants to carry a small USB drive, which will contain everything to be able to run Trac on his or some other Windows machine without any installation. Just…
L.R.
  • 765
  • 6
  • 11
1
vote
4 answers

How to set up SVN and Trac servers on Windows Server

I need to seet up SVN and Trac for my lab at grad school. We have a machine running Windows Server 2003 and I was hoping to use that. One thing that we really need is authentication by login to the windows domain. The school is set up on one domain…
rlbond
  • 171
  • 1
  • 10
1
vote
1 answer

Trac authentication: htaccess with passwd file, but also allowing anonymous access instead of 401

My Trac system has basic http authentication, configured like so: AuthType Basic AuthName "TRAC" AuthUserFile /var/trac/trac-auth-file Require valid-user This works in that it prompts for a username and password and only allows the user to access…
asgeo1
  • 135
  • 1
  • 9
1
vote
2 answers

Let's Encrypt with Bitnami, with some odd port numbers

I recently (and I think it was on either ServerFault, StackOverflow, or some other StackExchange forum) found out that Bitnami stacks provide a tool for using Let's Encrypt, one that apparently uses something other than certbot (something called…
hbquikcomjamesl
  • 219
  • 1
  • 13
1
vote
1 answer

VirtualPC Trac appliance

Does anybody know a Trac appliance for VirtualPC? I have seen many in vmware, but i prefer virtualpc.
fravelgue
  • 117
  • 4
0
votes
2 answers

Configure SVN Server and Trac on Ubuntu

I would like to configure my Ubuntu Machine as local web server for multiple project handling. Am bit confused about the URL/Folder structure of my above system. I wish to get something like following. http://localserver/svn/ - will manage the…
user11782
  • 105
  • 4
0
votes
0 answers

trac git repository browser not working

I am trying to setup Trac 1.0.13 on Apache with mod_wsgi. I want to be able to browse local git repos with the BrowserModule. My trac.ini has [git] cached_repository = enabled persistent_cache = enabled [trac] repository_type = git repository_dir =…
0
votes
1 answer

How to downgrade subversion using yum and wandisco-svn.repo?

I just upgraded subversion 1.6.11 to 1.9.4-1 on RH 6.8, and it's working okay by itself. But my Trac 1.0 application can no longer see my svn repos. According to…
kvarkel
  • 3
  • 3
0
votes
1 answer

Trac login form

I am having trouble getting the html login form to work instead of the default pop up authentication login form. This is what I have in my trac.ini for the account-manager and components sections: [account-manager] generated_password_length =…
Amy
0
votes
1 answer

Unsupported version control system "svn": No module named svn

I'm using The Trac Project with TracModWSGI – The Trac Project on RHEL7: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) # rpm -q httpd mod_wsgi subversion…
alexus
  • 12,342
  • 27
  • 115
  • 173
0
votes
1 answer

TracError: Unsupported version control system "svn": cannot import name fs

I started out with a duplicate database entry error, and in trying to fix it am no longer able to resync my Trac database at all. Unable to import all the history I tried to upgrade from 0.12 to 1.0.1, however now when i run the sync either nothing…
doublesharp
  • 207
  • 1
  • 3
  • 12
0
votes
0 answers

Trac stopped working after Ubuntu upgrdade from 12.04 to 14.04

I ran an upgrade of my Ubuntu machine from 12.04 to 14.04 and afterwards, I noticed that my Trac stopped working, giving me this error message on the webpage: "AttributeError: Cannot find an implementation of the "IRequestHandler" interface named…
pkout
  • 195
  • 2
  • 8
0
votes
1 answer

Trac notifications (smtp) and Postfix

I've two separate ubuntu 12.04 servers. Runs Trac (homeserver/Dyndns) Runs postfix (VPS/staticIP) I configured trac to use TLS and connect to postfix server. Trac config: admit_domains = always_notify_owner = true always_notify_reporter =…
user113400
0
votes
4 answers

Site-wide protection for standalone trac

I'd like to setup Trac as a standalone daemon, but as an internal service. I.e. I want people to do a http authentication before even entering wiki. Both --auth and --basic-auth give me user authentication, which is ok too, but I cannot find any way…
viraptor
  • 1,264
  • 6
  • 21
  • 40
0
votes
1 answer

Is it possible to install Trac on diskstation 207+

I'm looking for a cheap personal project management and I have diskstation 207+. Is it possible to install trac witn svnserver on it? cheers, Perica
1 2 3
8 9