Hi all,
Ok, I'm getting my version control processes in order for my web team.
I know ideally each user would have a full working copy of their code on their local machine.
Unfortunately for a lot of our web apps they have additional server specific DB or other system integration requirements that cannot be replicated on a user's workstation (i.e. some servers just wont install on XP, vista etc.)
I'm looking at setting up an area on one of my servers that acts as a working copy for each user but still resides on the network.
i.e.
/SVRROOT/ - Dev1 Working Copy - Dev2 Working Copy - Dev3 Working Copy
This means that each user will have their own working space (as per SVN best practices) but it will reside on the network.
Does anyone see a problem with this model?
Thanks,
Ed