workflow with multiple people editing same files

2008-11-18 Thread joseph
This is a bit of a newbie question, but I cannot get clarity on this, and would like some help. At the moment myself and another are working on the same project, committing our changes to beanstalk using Versions each evening. What is the correct process / workflow for committing these files? I

Re: workflow with multiple people editing same files

2008-11-18 Thread joseph
That's a very in-depth response, Daniel, thank you! I have read through the links you posted and the main realisation that I have come to is that SVN does the clever stuff like merging, versioning, etc., and Versions app just provides a friendly interface to invoke those clever tools. I have a

Re: workflow with multiple people editing same files

2008-11-18 Thread joseph
Forgot one thing - is it generally good practice to commit one file at a time with a comment for each? (obviously there may be exceptions where a group of files should be added at the same time) --~--~-~--~~~---~--~~ You received this message because you are

Re: workflow with multiple people editing same files

2008-11-19 Thread joseph
Thanks for your responses, I think I've made a lot more sense of this now. Just a last one, I have a config.php file that is different on development, staging and live versions and I want to be able to hide or lock or ignore it so that my updates will not try to commit it, even though my local