I found it with some help, THX Alex
I was using tcsh, so it was setenv CSH_RCH=ssh
Doh....
On vrijdag, feb 21, 2003, at 14:33 Europe/Amsterdam, Erick van Rijk
wrote:
According to the SF docs when you get your project approved SF will
create a cvs repository for you.
To import your source files you need to create an SSH ext to SF.
$ pwd
/home/username/myproject-0.47
$ ls
client.c client.h LICENSE Makefile README server.c server.h
$ export CVS_RSH=ssh
$ cvs -d:ext:email@hidden:/cvsroot/myproject import
-m "Initial import." modulename vendor start
email@hidden's password:
N modulename/client.c
N modulename/server.c
N modulename/client.h
N modulename/server.h
N modulename/README
N modulename/LICENSE
N modulename/Makefile
No conflicts created by this import
$
Only thing is that "my" OSX doesn't respond to export CVS_RSH=ssh.
What other way is there to get your sources to the SF CVS?
Thanks
Erick
_______________________________________________
studentdev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/studentdev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
studentdev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/studentdev
Do not post admin requests to the list. They will be ignored.