What is the best method to work with remote person on drupal development? We are only two people so is cvs /svn is overkill? Is there an online solution for things?
Share
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.
Always, Always use source control.
NO EXCEPTIONS.
NO EXCUSES
Even when there is only 1 person working on a project, the utility source control brings much greatly outweighs the costs of using it.
When there is 2 people working on a project, not using source control is tantamount to suicide, because what else will you do when another person accidentally overwrites your file containing the changes you just spent hours working on?
Some source control is easier to set up. I myself, love git, because
and we’re done.
You can work out the rest of the distribution stuff at a latter point, and not have the risk of not being able to go back in time and see what you changed.