hmmmm?
[g4:~/gem] synthops% cvs -d:pserver:anonymous@cvs.sourceforge.net:/pd-gem login(Logging in to anonymous@cvs.sourceforge.net) CVS password: cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access
where password is [enter] as stated in the cvs page...
I did set CVS_RSH=ssh
Ben
On Friday, March 7, 2003, at 11:54 AM, guenter geiger wrote:
On Fri, 7 Mar 2003, bbogart wrote:
I just realized I don't know the cvs info for Gem, is it just under the externals repository?
No it has its own project now: www.sf.net/projects/pd-gem
Guenter
Thanks Ben
On Thursday, March 6, 2003, at 06:04 PM, chris clepper wrote:
Hi
I just committed changes to the GEM CVS that add a message which sets the second screen mode for the [gemwin]. usage: [secondscreen 0/1(
to enable or disable the second screen fullscreen output. this flag has to be set before creating the gemwin.
this should enable users without hardware acceleration on the second screen to at least use the main accelerated display for output. GEM does not work with un-accelerated hardware on OSX, and probably will never do so.
you can either build from CVS or wait until the next binary update (this weekend at the latest).
cgc
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
bbogart wrote:
hmmmm?
[g4:~/gem] synthops% cvs -d:pserver:anonymous@cvs.sourceforge.net:/pd-gem login(Logging in to anonymous@cvs.sourceforge.net)
the path is not /pd-gem but /cvsroot/pd-gem
CVS password: cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access
otoh, i don't know why anonymous has to login before s/he can check out.
why not just try:
cvs -z3 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem checkout Gem GemLibs
and go?
mfg.asd.r IOhannes
I tried both:
[g4:~/gem] synthops% cvs -z3 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem checkout Gem GemLibs
cvs checkout: could not open /Users/synthops/.cvspass: No such file or directory cvs [checkout aborted]: use "cvs login" to log in first
This is the CVS version:
Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
Thanks Ben
On Friday, March 7, 2003, at 01:14 PM, IOhannes zmoelnig wrote:
cvs -z3 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem checkout Gem GemLibs
bbogart wrote:
This is the CVS version: Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
alright, i thought it worked on my system. did the login to "/cvsroot/pd-gem" instead of "/pd-gem" work then ?
mfg.asd.r IOhannes
On Mon, 10 Mar 2003, IOhannes zmoelnig wrote:
bbogart wrote:
This is the CVS version: Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
alright, i thought it worked on my system. did the login to "/cvsroot/pd-gem" instead of "/pd-gem" work then ?
I think CVS remembers passwords, so if you logged in once you do not have to do it the next time.
Then, you can do a checkout with password by adding the password to the username with a colon like -d:pserver:anonymous:@cvs.sf.net .....
Guenter