Hello,
I have a post-commit hook that is updating a working copy. In that working copy some of the files are externals witch have authentication. Is there a way to pass the login credentials to the svn update only for the externals ?
Right now it does the update but because the external asks for login, it fails to update the external library.