SVN encrypted password store

前端 未结 3 1898
孤独总比滥情好
孤独总比滥情好 2021-01-30 15:39

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

3条回答
  •  旧巷少年郎
    2021-01-30 16:18

    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.

提交回复
热议问题