At 10:46 PM 4/4/2004, you wrote:>This is what I meant by 'slightly more complicated than that'. > >We could use http: for read-write as well. This means using ssl >certificates for authentification. We didn't do that because everyone >already had ssh access set up and I didn't want to bother you all. >Aside from no one having written an ssl-agent, I can't think of a reason >we couldn't do that instead.for what it's worth, I've still been unable to get any SVN client to connect properly with my SSH keys on win32. I can connect without the keys on win32 and can connect WITH and WITHOUT the keys on my RH9 box, but for some reason, it's unable to connect properly on win32. I've tried the SVN cmd line win32 exe, Tortoise, and RapidSVN. A SVN client for cygwin would be great (and probably work best), but apparently is not available. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Mon, Apr 05, 2004 at 11:49:45AM +1100, Michael Smith wrote:> I'm told (by Ralph) that subversion _does_ allow this, though it's not > currently set up. I'd prefer that solution, as it's simpler for users to > figure out.This is what I meant by 'slightly more complicated than that'. ubversion does have an auto-check-out-these-modules hack. It still treats them as separate checkouts though, so you have remember to commit changes there separately. This is considered a bug upstream, and probably isn't a big deal, since updates do work properly. The problem is, we use http: urls for read-only access and svn+ssh: urls for read-write access. And the auto-checkout can't remap. So we could use it for one and make the other do things by hand. We could use http: for read-write as well. This means using ssl certificates for authentification. We didn't do that because everyone already had ssh access set up and I didn't want to bother you all. Aside from no one having written an ssl-agent, I can't think of a reason we couldn't do that instead. -r --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sun, Apr 04, 2004 at 11:12:41PM -0500, oddsock wrote:> for what it's worth, I've still been unable to get any SVN client to > connect properly with my SSH keys on win32. I can connect without the keys > on win32 and can connect WITH and WITHOUT the keys on my RH9 box, but for > some reason, it's unable to connect properly on win32. I've tried the SVN > cmd line win32 exe, Tortoise, and RapidSVN. A SVN client for cygwin would > be great (and probably work best), but apparently is not available.Very strange. What do you use for cvs checkouts? Have you tried just compiling the svn client under cygwin? I believe libneon (from webdav.org) is the only dependency for that. -r --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.