Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
David Somers wrote: > (note ~/tmp is empty) > # cvs co -j WX_2_4_2 -j WX_2_6_0 prj/wxWidgets > (so you end up with ~/tmp/prj/wxWidgets/.... > # cvs common -m "merge 2.6.0" > > So, for some reason, cvsnt is somehow putting 'prj' onto the list of > arguments. > That shouldn't work at all.. you're not in the sandbox at that point so the commit should fail completely. You need to put a 'cd prj/wxWidgets' before the commit. Tony