Is there a way to encrypt client-side svn user passwords on a terminal-only Ubuntu machine? (ie. the subversion server is accessible through https).
I've got a hosted svn repository accessible over https. I've also got a VPS running some services. I'm backing up data on the VPS on a regular basis (using cron). This backup is one small gzipped file which changes rarely, I always overwrite the old file with the newest version, so there is always only one file. I would like to store this file in the svn repository and do a commit each time a new backup has been produced. I would like to do this with cron as well, but wouldn't like to store my svn-account's password unencrypted on the VPS in any way. I know there are some easy gnome and KDE solutions, but I haven't got gui. Are there any command-line password-managers which work well with subversion?
Any hints?