We currently use activecollab with subversion, but we want to consider using Git or Hg to give us distributed source control.
Is anyone making this work, so that revisions can be linked to tickets in activecollab, just as they are for SVN?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
activeCollab 3 (currently in beta) has built in GIT and Mercurial support.
Due to the way you authenticate on GIT repository and limitations of most production PHP setups, activeCollab works only with local copies of repository. Unlike SVN, where you can just provide repository URL and user credentials, for GIT you need to:
When activeCollab 3 stable version is out, we’ll provide documentation and detailed instructions.