Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Version Control and Issue Tracking System [closed]

What are the most convenient, intuitive and easy to use Freeware Version ControlSystem and Issue Tracking system for home PC (without a LAN)?

Note that, GUIs are a must for both.

like image 871
user366312 Avatar asked Nov 30 '22 06:11

user366312


2 Answers

Install your own copy of Trac, it runs by default with SQLite so you won't need a database server (I guess the home computer doesn't have many resources).

For Version Control SVN will be just fine, if you use Windows try VisualSVN for a faster setup.

like image 115
victor hugo Avatar answered Dec 04 '22 04:12

victor hugo


I recommend Redmine for issue tracking/project management, and Git for version control. Redmine supports most SCM:s like CVS, Subversion, Git, Darcs, Mercurial, and Bazaar.

Redmine features:

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support

For extremely easy installation, Redmine can be installed using Bitnami, available for Windows, Mac and Linux. Bitnami will install all required dependencies for you and everything may be uninstalled just as easily.

Edit: For Windows, Subversion + TortoiseSVN is probably your best bet for version control.

like image 44
Oskar N. Avatar answered Dec 04 '22 05:12

Oskar N.