Sounds like your devs were used to doing an svn checkout of the entire repository and then navigating around within it to do their work. Instead, have them do an svn checkout for each application they are working on so they each get their own working directory on their local machine. Credential should carry over properly in that case. --[Lance]