Shahar Or wrote, On 12/23/-28158 02:59 PM:
Dear list,

How is it possible to stop using version control on a document, please?

Simple answer:
stop clicking File -> Version Control -> Check In Changes...

Complex answer:
remove the version control file, i.e.:
rm RCS/mylyxfile.lyx,v
cp mylyxfile.lyx mylyxfile.lyx.bak; \
 cvs remove -f mylyxfile.lyx
cp mylyxfile.lyx mylyxfile.lyx.bak; \
 svn remove -f mylyxfile.lyx
cp mylyxfile.lyx.bak mylyxfile.lyx

Or were you trying to ask about Change tracking?
A different concept which I have not yet used, so you'll need a different person to answer. :)
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter

Reply via email to