Are any of the other developers seeing this problem?
I recently committed changes to the CVS repository without any problem.
However, it is possible that there could be a problem for mixed
lowercase/uppercase in the sourceforge userid or something like that.
You don't use :pserver or cvs login or anything like that --- that's for
an unsecured cleartext login, which SourceForge doesn't allow.
So the correct instructions should be something like:
setenv CVS_RSH ssh1
cvs -z3 -dq...@cv...:/cvsroot/queue co
queue-development
If you haven't checked out; make changes, then "cvs ci" from the
queue-development directory.
If it was checked out as anonymous (as the distribution is) and you've
already made changes, then you include the "-z3 and-d" stuff in the "cvs
-z3 -d ... ci" command.
Is anyone else having problems with this? If so, we should submit a
support request to SourceForge and have them work on this.
Thanks.
|