I need to create a script that backs up several files in the SVN repository overnight, since the files are safe, I can commit them without entering a username (is this possible?) Or a password.
Possible solutions that I encountered: - creating a dummy user without a password or with a known password, but this creates a security problem (someone can read and use it to do whatever he likes) - creating a script that hides my password but passes it to the svn command.
Thankyou
source
share