<div dir="ltr">I usually don&#39;t bother with the import script but just do things manually. I keep a text file handy to setup free vs. nonfree:<div><br></div><div>$ cat nonfree_env<br></div><div><div>export CVSROOT=:ext:hobbes1069@cvs.rpmfusion.org:/cvs/nonfree</div>
<div>export CVS_RSH=ssh</div><div>export CVSTREE=nonfree</div><div>export PLAGUE_CLIENT_CONFIG=~/.plague-client-rpmfusion.cfg</div></div><div><br></div><div>Then when I&#39;m ready to do a cvs checkout:</div><div><br></div>
<div>$ source nonfree_env</div><div>$ cvs co steam</div><div>$ cd steam/devel</div><div>$ make new-sources FILES=&quot;/path/to/source&quot;</div><div><br></div><div>etc...</div><div><br></div><div>Richard</div></div>