I'm trying to use sourceforge, and as far as I can tell everything is setup correctly. However anytime I try to write to the repository via a "session" the write fails, but the same write works fine if from a single command. IE: <PASTE FROM COMMAND LINE BUFFER> [richro@localhost sql]$ echo $CVSROOT :pserver:[EMAIL PROTECTED]:/cvsroot/ureview [richro@localhost sql]$ echo $CVS_RSH ssh1 [richro@localhost sql]$ cvs login (Logging in to [EMAIL PROTECTED]) CVS password: [richro@localhost sql]$ cvs import -m "Initial CVS checkin" sql vendor start cvs [server aborted]: "import" requires write access to the repository [richro@localhost sql]$ cvs logout (Logging out of [EMAIL PROTECTED]) [richro@localhost sql]$ cvs [EMAIL PROTECTED]:/cvsroot/ureview import sql vendor start [EMAIL PROTECTED]'s password: cN sql/temp_tables.sql N sql/create.sql N sql/sql.inc N sql/.temp_tables.sql.swp N sql/queries.sql N sql/.create.sql.swp N sql/clog.in N sql/clog.out No conflicts created by this import </PASTE FROM COMMAND LINE BUFFER> So why do I get permision errors the first way but not the second? I'm a bit new to CVS so go gentle on me please.
