Is there a combination of OSS which can be tightly integrated to perform the following?: Source Control (Preferably distributed, since we\'re not talking TFS. Currently thinking GIT.)
I am using Ruby on Rails, the Capistrano gem and git. I would like to do not put anymore under version control some directories that until now I was tracking.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I开发者_StackOverflow would like to rename my solution and a couple of classes etc. in it which is already in source-control depot, in Perforce depot.
I work as开发者_如何学Python a repo manager for an organization with large teams of developers. Despite our communication efforts, standards definition and awarness raising, we still get developers mo
Is th开发者_Go百科ere a way to prevent users from committing without using --force when a branch is closed?
At my work I\'m on a separate network to my colleague due to clearance reasons, and we both need to share code. I am wondering what the best versioning system would be? There\'s got to be something be
I\'m looking to version control my CS Projects so I can work on them from multiple locations. My school has a Linux lab, where we are required to place our projects once they\'re completed for grading
In the early stages of one of my projects the person I was working with added their entire elipse workspace to our mercurial repository. After I updated the .hgignore file to prevent this from happeni
How to control versioning in asp.net projects? We are a five member team and looks to use same开发者_如何学编程 solution file in asp.net.