> Failed to untie property /consumables/fuel/tank[0]/level-gal_us > Failed to untie property /consumables/fuel/tank[1]/level-gal_us [...]
haven't seen these > FG question: did I not install something necessary for the a4? Can I > extract just the original a4-sound.xml file using cvs? what is the > command syntax to do this pls? thanks! If you have the base package from CVS (which I assume) you can easily check out whatever version you like without touching existing files: $ cvs co -r1.50 -p > preferences.xml-1.50 You can, of course, also update to the latest version (cvs up) and later go back to any particular version (cvs up -r1.50) or a particular date (cvs up -D "1 week ago") etc. If you don't have the base package yet, you can check out the outmost level only and then work through the directories level for level, so that you don't have to check out the whole package at once: $ cvs -d:pserver:[EMAIL PROTECTED]:/home/cvsroot login $ cvs -d:pserver:[EMAIL PROTECTED]:/home/cvsroot co -l ... > CVS question: can I extract all flightgear files (cvs -z3 checkout > flightgear) and then tell cvs to extract specific files or directories > so that any modifications previously made are overwritten/ignored? Don't know what exactly you want, but yes. You can do almost everything with cvs. :-) > I don't want to blast makefiles or such I might have modified but might > want to overwrite just src/flightgear/src/main for example. thanks! Makefiles aren't in CVS anyway. If I want anything like that, I simply duplicate the whole cvs directory, and then I only keep one up-to-date and leave the other one alone. I can still update specific files or simply copy them between the working dir and the local 'mirror'. m. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
