Changes between Version 50 and Version 51 of VersionControlSystem
- Timestamp:
- Oct 17, 2017, 5:12:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionControlSystem
v50 v51 1 = Version Control System 1 = Version Control Systems for Trac 2 2 3 Currently, Trac is tightly integrated with [http://subversion.apache.org Subversion] and [http://git-scm.org Git].3 Trac uses a version control system to manage products within the team. Typically these products will be software products or releases, but they can be any digital artefact, such as artwork or assets. Currently, Trac is tightly integrated with the [http://subversion.apache.org Subversion] and [http://git-scm.org Git] version control system. 4 4 5 Starting with Trac 0.12, a given TracEnvironment can handle multiple repositories of the same or different versioning systems (see TracRepositoryAdmin). Also, nothing prevents you from setting up multiple Trac Environments on top of the same repository. This can be handy to manage separatelydifferent products which share the same code repository.5 Starting with Trac 0.12, a given TracEnvironment can handle multiple repositories of the same or different versioning systems (see TracRepositoryAdmin). Also, nothing prevents you from setting up multiple Trac environments on top of the same repository. This can be handy to manage different products which share the same code repository. 6 6 7 == Other Version ingSystems7 == Other Version Control Systems 8 8 9 As mentioned in the TracHistory, Trac was inspired by [http://www.cvstrac.org CVSTrac], a project management and issue tracking system which uses CVS as its versioning system backend. Like Trac, it uses [http://www.sqlite.org SQLite] as its DatabaseBackend, which isn't surprising considering the fact that the author of CVSTrac is also the author of SQLite ^[wiki:VersioningSystemBackend#a1 (1)]^.9 As mentioned in the TracHistory, Trac was inspired by [http://www.cvstrac.org CVSTrac], a project management and issue tracking system which uses CVS as its versioning system backend. Like Trac, it uses [http://www.sqlite.org SQLite] as its DatabaseBackend, which isn't surprising considering the fact that the author of CVSTrac is also the author of SQLite. 10 10 11 11 The versioning systems which are supported by '''Trac''' out of the box: … … 32 32 * Another [http://dev.laptop.org/git/projects/trac-git Git plugin] developed for/by [http://one.laptop.org/ One Laptop Per Child] 33 33 * TBD: [https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#darcs-git darcs-git] support for darcs-git backend might also be useful. 34 35 ----36 ===== 1) =====37 CVSTrac also aims to support more [http://www.cvstrac.org/cvstrac/wiki?p=ScmTrac SCM backends], SVN and git being worked on.