LyXLyX version control in windows

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
badou
Posts: 4
Joined: Mon Mar 08, 2010 4:07 pm

LyX version control in windows

Post by badou »

Dear all,

I am trying to use the version control in LyX.
In mac, I can install rcs 5.8 and make the version control work well.
However, when I am in windows, it doesn't work... I downloaded 5.7 rcs binary (really old) from purdue university and copied it in system32.
I can use rcs in command line. ci, co work.
However, LyX doesn't work properly. I can check out but not check in.

It says "some problem occurred while running the command ci -q -u -m"(no log message)" "xxxxx.yyy"

I tried this command ci -q -u -m"zzzzzz" "xxxxx.yyy" in the command line, it doesn't work.

Do you know why it happens?
Is it because rcs 5.7 is too old?
Where can i get rcs 5.8?

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

LyX version control in windows

Post by scottkosty »

You might want to try LyX 2.1 beta which has been released and if I recall correctly contains some fixes for version control.

As far as RCS, see Help > Additional Features manual. Search for "version control". For LyX 2.1 I found:
Note that old DOS / MS Windows builds (5.7) need to setup environment variables in order to work properly with LyX. In particular time zone (TZ) should be set and more importantly RCSINIT in order to change default archive location ("SET RCSINIT=-x,v/") --- LyX expects archive to be found in file.lyx,v within the original document directory. See also README shipped with Windows RCS binaries.
Post Reply