The Crew's Lounge >> Sasquatch and my Site (kagpro.sf.net)
Posted by KaGez on 16:20:00 05-27-2002
If sasquatch 3 (or whatever it will be named) is done I thought I'd use it for my page too. But, I'd like to heavily modify it when I use it, would that also be OK? I know, it's licensed with the GPL, but still, I dunno if you guys like it if I re-code much of it (even if I'm the main developer ). Just wanted to ask if you guys mind... ofcourse I'd also use Yowie (hopefully unmodified) for my site if it's done
[addsig]
Posted by MoX on 16:49:00 05-27-2002
I would not mind. It's GPLed and that's for the reason that people can do like you want to. Beside that I think you earned the right to use it in whatever way you want because of the effort you put into it. [addsig]
Posted by KaGez on 17:05:00 05-27-2002
that's great
but, first we'll have to finish sasquatch
[addsig]
Posted by Peter on 17:35:00 05-27-2002
I've nothing against it, of course.. As long as it's indicated that it is a branch..

What's our cvsroot? I'd need to get into some development right about now
Posted by KaGez on 21:26:00 05-27-2002
our cvsroot on this server is:
:ext:cvs@cvs.m17n.org:/cvs/ypn
currently registered modules are
1) sasuqtch
2) yowie
[addsig]
Posted by Peter on 16:42:00 05-30-2002
pepe@debian:~$ export CVSROOT=:ext:cvs@cvs.m17n.org:/cvs/ypn
pepe@debian:~$ export CVS_RSH=ssh
pepe@debian:~$ cvs checkout yowie
cvs@cvs.m17n.org's password:

I don't have the password :/. Or am I doing something wrong? I remember it worked before..
Posted by KaGez on 21:44:00 05-30-2002
maybe you should add these 2 lines into ~/.ssh/config :
Host cvs.m17n.org
Protocol 1

That should make it work, since you gave gniibe a ssh-1 key I think... not sure tho.
[addsig]