Ok, I get my version control processes for my web team.
I know that each user will have a full working copy of his code on his local machine.
Unfortunately, for many of our web applications, they have additional server DBs or other system integration requirements that cannot be replicated to a user workstation (i.e. some servers simply do not install on XP, Vista, etc.). d.)
I am looking for setting up an area on one of my servers that acts as a working copy for each user, but is still online.
i.e.
/SVRROOT/ - Dev1 Working Copy - Dev2 Working Copy - Dev3 Working Copy
This means that each user will have their own workspace (according to SVN best practices), but they will be online.
Does anyone see a problem with this model?
svn
Ed bloom
source share