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 the whole

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_ cannot

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?

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)

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:

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, 2008

[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