In teams, when should one get the latest versions of the files in source control in an optimal workflow?
For example, should it be right before you commit? Or every morning? Should it be automated?
In my current team we have no guidelines about this, occasionally leading to situations of e.g. people not being able to build, or other problems. I'd like to prevent this.