Hi there,
I need to create a script that backups a couple of files on a SVN repository during the night, since the files are secure I can commit them without entering a username (is that even possible?) or password.
Possible solutions I came up with: - creating a dummy user without password or with a known password but this poses a security problem (someone could read it and use it to commit whatever he likes) - creating a script that hides my password but passes it to the svn command.
Thankyou