I installed SVN on a Ubuntu machine and I can\'t get my head around something.
Whenever I checkout something from the terminal I get this error about saving a non-encryp
I store the credentials on an encrypted disk. (Although, while encfs is mounted the credentials are still plain-text to my account)
$ ls -nl ~/.subversion/
total 20K
-rw-r--r-- 1 1000 1000 4.2K 2009-07-10 13:00 README.txt
lrwxrwxrwx 1 1000 1000 31 2009-10-14 14:31 auth -> ~/crypt/subversion/auth/
-rw-r--r-- 1 1000 1000 5.7K 2009-07-10 13:00 config
-rw-r--r-- 1 1000 1000 3.6K 2009-07-10 13:00 servers
Using git-svn means that I need the credentials much less often, so it may not be too onerous to not save them at all.