On 12/19/05, cswiger <[EMAIL PROTECTED]> wrote: > On Mon, 19 Dec 2005, Chuck Swiger wrote: > > > then commit them into the repository with: > > > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/gnuradio ci > > gnuradio-examples > > > > > > Well, of course not an anonymous commit. If I use CVSROOT: > > export CVSROOT=:pserver:[EMAIL PROTECTED]:/sources/gnuradio > > then: > > cvs -z3 co gnuradio-examples > > I get: > > no such user cswiger in CVSROOT/passwd > > and same thing with: > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/gnuradio co \ > gnuradio-examples
While I don't have an account on cvs.sv.gnu.org, I expect the commits can only be done using ssh rather than pserver method. export CVS_RSH=ssh export CVSROOT=:ext:[EMAIL PROTECTED]:/sources/gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
