Re: [PD-dev] how to authenticate commits in SVN?

2008-02-14 Thread David Plans Casal
On 14 Feb 2008, at 19:20, IOhannes m zmoelnig wrote: > Miller Puckette wrote: >> >> (And now I'm hearing that the update didn't fix the problem it was >> intended to in the first place. > > huh? > are you referring to pd-0.41-1 or to the svn migration? He means the patch I committed didn't fix t

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-14 Thread IOhannes m zmoelnig
Miller Puckette wrote: > > (And now I'm hearing that the update didn't fix the problem it was > intended to in the first place. huh? are you referring to pd-0.41-1 or to the svn migration? fgamdr IOhannes ___ PD-dev mailing list PD-dev@iem.at http:/

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-13 Thread Chris McCormick
On Wed, Feb 13, 2008 at 11:56:09AM -0500, Mathieu Bouchard wrote: > >rather, subversion caches your password on filesystem (once you have > >entered it correctly), so you don't have to re-enter it again and again. > > Does it cache them in cleartext, or hashed? (md5, sha1, crypt(), whatever) Cle

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-13 Thread Hans-Christoph Steiner
On Feb 13, 2008, at 2:59 AM, IOhannes m zmoelnig wrote: > hi miller, matju, all! > > Miller Puckette wrote: >> However, I don't have a password (only ssl auth, if even that >> exists in the same form) ... anyway to change SVN authentification >> methods in midstream? >> >> And/or should I just ge

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-13 Thread Miller Puckette
OK, I think I straightened my thing out. I hadn't realized that the login/password for getting on the the "trackers" was the same I needed to feed svn. All fine now. (And now I'm hearing that the update didn't fix the problem it was intended to in the first place. Software development is such a

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-13 Thread Mathieu Bouchard
On Wed, 13 Feb 2008, IOhannes m zmoelnig wrote: Miller Puckette wrote: However, I don't have a password (only ssl auth, if even that exists in the same form) ... anyway to change SVN authentification methods in midstream? And/or should I just get an old-fashioned password from Iohannes? unfortu

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-13 Thread IOhannes m zmoelnig
hi miller, matju, all! Miller Puckette wrote: > However, I don't have a password (only ssl auth, if even that > exists in the same form) ... anyway to change SVN authentification > methods in midstream? > > And/or should I just get an old-fashioned password from Iohannes? > unfortunately _i_ ca

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-12 Thread Miller Puckette
However, I don't have a password (only ssl auth, if even that exists in the same form) ... anyway to change SVN authentification methods in midstream? And/or should I just get an old-fashioned password from Iohannes? thanks M On Tue, Feb 12, 2008 at 04:49:40PM -0800, Luke Iannini (pd) wrote: > H

Re: [PD-dev] how to authenticate commits in SVN?

2008-02-12 Thread Luke Iannini (pd)
Hi Miller, You can use svn commit --username {yourusername} (and optionally if there's trouble --password {password} too). Also as a general tip you can always type "svn help {command e.g. "commit"}" to check the options on any command (or just svn help for an overview). Cheers Luke On Feb 12, 20

[PD-dev] how to authenticate commits in SVN?

2008-02-12 Thread Miller Puckette
Hi all, I'm trying to commit 0.41-1 to the svn repository, but can't figure out how to get authenticated. I checked the trunk out ala svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/pd/ and now when trying to commit I get a username challenge. In CVS I was using sour