LyX ⇒ LyX version control in windows
LyX version control in windows
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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
LyX version control in windows
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.