version control

TwitterFacebook
Get flash to fully experience Pearltrees
http://trac.edgewall.org/ Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to ​ Subversion (or other version control systems ), an integrated Wiki and convenient reporting facilities. Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages.

The Trac Project

This is the former website of the Subversion software project, which now calls subversion.apache.org home. Until the transition into Apache-hood is complete, this site will continue to serve some of the purposes of the Subversion project. For example, the project is still using the issue tracker hosted here.

subversion.tigris.org

http://subversion.tigris.org/

Subversion Cheat Sheet

http://www.abbeyworkshop.com/howto/misc/svn01/ This Subversion cheat sheet was created during the initial setup of Subversion on Apache 2.0 on Windows and Mac OS X. A detailed tutorial covering most of the features of Subversion can be found in the online Subversion book . However, to make Subversion more useful for me, I created this Readers' Digest version.
In order to control who has access to the repository we will now add a user who will own the repository files. Adding a user also adds a group with the same name. sudo adduser svn Now make it impossible for anyone to log in as this user by editing /etc/passwd to set the svn user shell to /bin/false . Do this using the vipw command. Find the line which starts svn (it should be the last line in the file) and change /bin/bash to /bin/false . http://www.subversionary.org/howto/setting-up-a-subversion-server-on-ubuntu-gutsy-gibbon-server

Setting up a Subversion Server on Ubuntu Gutsy Gibbon server | S