Originally Posted by Venturi
Thanks, I had seen mention of this (perhaps here by you in an earlier thread?) but the instructions seem incomplete. I'm fine with compiling but doing CVS pulls not so much.
cvs -z3 -d:pserver:anonymous@ufraw.cvs.sourceforge.net:/cvsroot/ufraw co -P modulename
what modulename am I supposed to use? I tried ufraw and that obviously did not work.
Thanks again!
This is what I use:
cvs -d:pserver:anonymous@ufraw.cvs.sourceforge.net:/cvsroot/ufraw login
followed by:
cvs -z3 -d:pserver:anonymous@ufraw.cvs.sourceforge.net:/cvsroot/ufraw co -P ufraw
I just tested this and it worked. Remember to run ./autogen.sh in the pulled directory before the usual "./configure".