Hi,
our CVS has been migrated to https://svn.sourceforge.net/svnroot/phpmyadmin.
Remember, this is for test purposes only. I think it's better to not activate the "subversion" menu on our project page for now. SVN data is accessible even without this menu being active.
Marc
Marc Delisle a écrit :
Hi,
our CVS has been migrated to https://svn.sourceforge.net/svnroot/phpmyadmin.
Remember, this is for test purposes only. I think it's better to not activate the "subversion" menu on our project page for now. SVN data is accessible even without this menu being active.
Marc
With the command-line client "svn" and the https mode that sf.net asks us to use, is there a way to avoid writing the credentials --username and --password everytime?
Marc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Marc Delisle schrieb:
Marc Delisle a écrit :
Hi,
our CVS has been migrated to https://svn.sourceforge.net/svnroot/phpmyadmin.
Remember, this is for test purposes only. I think it's better to not activate the "subversion" menu on our project page for now. SVN data is accessible even without this menu being active.
Marc
With the command-line client "svn" and the https mode that sf.net asks us to use, is there a way to avoid writing the credentials --username and --password everytime?
is there no ssh?
i use subversion with ssh+svn using pageant to deliver my key in background - as currently with cvs too
- -- Sebastian Mendel
www.sebastianmendel.de
Sebastian Mendel a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Marc Delisle schrieb:
Marc Delisle a écrit :
Hi,
our CVS has been migrated to https://svn.sourceforge.net/svnroot/phpmyadmin.
Remember, this is for test purposes only. I think it's better to not activate the "subversion" menu on our project page for now. SVN data is accessible even without this menu being active.
Marc
With the command-line client "svn" and the https mode that sf.net asks us to use, is there a way to avoid writing the credentials --username and --password everytime?
is there no ssh?
i use subversion with ssh+svn using pageant to deliver my key in background - as currently with cvs too
As I understand it here: https://sourceforge.net/docs/E09
they don't support ssh+svn.
Sebastian Mendel
www.sebastianmendel.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iD8DBQFEPS3/X/0lClpZDr4RArpWAJ0d/4wcJVHArqm46YcqHhjqA1/YrQCbBUGT 4v/nyFw0C40+l3yr7GyIBBs= =I2v7 -----END PGP SIGNATURE-----
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&da... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
On Wed, 12 Apr 2006 12:25:39 -0400 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
With the command-line client "svn" and the https mode that sf.net asks us to use, is there a way to avoid writing the credentials --username and --password everytime?
Enable caching?
http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3.2
On Wed, 12 Apr 2006 18:46:50 +0200 Michal __iha__ michal@cihar.com wrote:
Hi
On Wed, 12 Apr 2006 12:25:39 -0400 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
With the command-line client "svn" and the https mode that sf.net asks us to use, is there a way to avoid writing the credentials --username and --password everytime?
Enable caching?
... Which seems to be default ;-)
Michal __iha__ a écrit :
On Wed, 12 Apr 2006 18:46:50 +0200 Michal __iha__ michal@cihar.com wrote:
Hi
On Wed, 12 Apr 2006 12:25:39 -0400 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
With the command-line client "svn" and the https mode that sf.net asks us to use, is there a way to avoid writing the credentials --username and --password everytime?
Enable caching?
... Which seems to be default ;-)
Thanks, it was not the default on my system, I just compiled version 1.3.1.
Marc
Hi
On Wed, 12 Apr 2006 11:37:25 -0400 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
our CVS has been migrated to https://svn.sourceforge.net/svnroot/phpmyadmin.
If you want web based browser, it is here:
http://svn.sourceforge.net/viewcvs.cgi/phpmyadmin/
I quickly hacked create-release.sh to allow svn snapshots, but I do not consider it to be stable or ready :-).