I could’t find any way to change the stored user/password for svn inside eclipse. I use Subclipse plugin to use svn feature but i think this could work for others svn plugins. Just erase the file file %ECLIPSE_HOME%/configuration/org.eclipse.core.runtime/.keyring and when you try again to connect to svn it will be prompted user/password. PAY ATTENTION: Other…
Leggi tutto
In questa mini guida vedremo come configurare eclipse Ganymede 3.4 configurato per funzionare con un server subversion e con il framework zk per realizzare Rich Internet Application. File necessari da scaricare: Eclipse 3.4 Ganymede IDE for Java EE Developers (163 MB) link ZK framework 3.6 link Apache tomcat 6.0 link Dopo aver scompattato l’archivio di…
Leggi tutto
Dopo aver correttamente configurato un server subversion con autenticazione webdav (a presto un articolo?) ecco i semplici comandi per aggiungere delle utenze all’svn
1 |
sudo htpasswd2 -m /etc/apache2/dav_svn.passwd utente1 |
utilizzare invece l’opzione -cm se il file deve essere creato (ATTENZIONE: con questa opzione (-cm) il file viene resettatto, cancellate utenze, caput con solo -m vengono invece aggiunte (o aggiornata la…
Leggi tutto