Author | Message |
---|---|
mrighetti
Posts: 20
|
Posted 16:00 Apr 12, 2012 |
When I perform svn commands such as the one below I am prompted for my password. It then gives the option of saving that password as below. Is it alright to store the password unencrypted?
cs520stu15@cs3:~$ svn ls svn://cs3.calstatela.edu/cs520/s12/cs520stu15/csns2/ |
cysun
Posts: 2935
|
Posted 18:44 Apr 12, 2012 |
Yes if you know how to view/change file permissions on Linux to make sure that only you can access your files. No if you don't know how to use commands like chmod, umask etc. |