Help requests without my RT remind me of TV without using TiVo to skip commercials: I can only stand it for a short while.
- Mike Patterson
RT: Request Tracker
Git version control
Best Practical uses Git to track all source code changes. Github provides a user-friendly view of the repository.
Repository Layout
You can check out a copy of the stable development version of RT (3.8-trunk) from Git using the commandline:
git clone git://github.com/bestpractical/rt.git
If you're feeeling extra adventurous, you can check out a copy of the current experimental version of RT (3.999-trunk) from Git using:
git clone git://github.com/bestpractical/rt.git
cd rt
git checkout -t origin/development