Ho installato SVN su una macchina Ubuntu e non riesco a capire qualcosa.
Ogni volta che effettuo il checkout di qualcosa dal terminale ricevo questo errore sul salvataggio di una password non crittografata:
-----------------------------------------------------------------------
ATTENTION! Your password for authentication realm:
<[...]> Subversion Repository
can only be stored to disk
unencrypted! You are advised to
configure your system so that
Subversion can store passwords
encrypted, if possible. See the
documentation for details.
You can avoid future appearances of
this warning by setting the value of
the 'store-plaintext-passwords' option
to either 'yes' or 'no' in
'/home/[...]/.subversion/servers'.
-----------------------------------------------------------------------
L'ho guardato un po 'ma non sono riuscito a trovare nulla di utile. Ho trovato un argomento in cui si diceva che si trattava di un problema del client, non del server, ma non sono ancora convinto.
Dice "configura il tuo sistema"; cosa significa esattamente? Il server o il client? Se sono il server, posso fare qualcosa al riguardo? oltre a nascondere l'avviso (come dice) ...
Grazie!