Re: LyX???and Git for version control

2023-06-02 Thread Pavel Sanda
On Thu, Mar 30, 2023 at 11:17:15AM +0200, Pavel Sanda wrote: > On Sat, Mar 25, 2023 at 10:50:00PM -0700, Madame Michu wrote: > > Hello there, > > > > I???m facing an issue with git and LyX for version control. > > > > > > I followed the guidelines in se

Re: LyX???and Git for version control

2023-03-30 Thread Pavel Sanda
On Sat, Mar 25, 2023 at 10:50:00PM -0700, Madame Michu wrote: > Hello there, > > I???m facing an issue with git and LyX for version control. > > > I followed the guidelines in section 7.2.6 in the "Additional Features" LyX > manual, but once the git repo is create

Re: LyX and Git for version control

2023-03-26 Thread Rich Shepard
On Sat, 25 Mar 2023, Madame Michu wrote: I’m facing an issue with git and LyX for version control. I followed the guidelines in section 7.2.6 in the "Additional Features" LyX manual, but once the git repo is created for the document, and I try to `register` my document with LyX

LyX and Git for version control

2023-03-26 Thread Madame Michu
Hello there, I’m facing an issue with git and LyX for version control. I followed the guidelines in section 7.2.6 in the "Additional Features" LyX manual, but once the git repo is created for the document, and I try to `register` my document with LyX GUI I get the follo

Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-03 Thread Robert Neumann
s Befehls / while executing >> 'ci -q -u -m"(keine Protokollmeldung)??? ???test.lyx"' ist ein Fehler >> aufgetreten. / there was an error >> >> So this seems to my, that the version control accesses some tmp-file which >> ??? of course ??? is not available on th

Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-03 Thread Pavel Sanda
ufgetreten. / there was an error > > and when I try to check in the changes: > > Bei der Ausführung des Befehls / while executing > 'ci -q -u -m"(keine Protokollmeldung)??? ???test.lyx"' ist ein Fehler > aufgetreten. / there was an error > > So this seems to my, that

Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Baris Erkus
es: Bei der Ausführung des Befehls / while executing 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler aufgetreten. / there was an error So this seems to my, that the version control accesses some tmp-file which – of course – is not available on the other computer. I am

Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Robert Neumann
>> Bei der Ausführung des Befehls / while executing >> 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler >> aufgetreten. / there was an error >> >> So this seems to my, that the version control accesses some tmp-file which – >> of cours

Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Dr Eberhard Lisse
er aufgetreten. / there was an error > > and when I try to check in the changes: > > Bei der Ausführung des Befehls / while executing > 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler > aufgetreten. / there was an error > > So

version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Robert Neumann
executing 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler aufgetreten. / there was an error So this seems to my, that the version control accesses some tmp-file which – of course – is not available on the other computer. I am not sure, if it might be a good idea, to cha

Re: Need a little help with version control

2021-02-12 Thread list_email
> On Feb 10, 2021, at 6:06 AM, Stephan Witt wrote: > > Am 10.02.2021 um 11:34 schrieb list_em...@icloud.com: >> >>> >>> On Feb 9, 2021, at 5:16 AM, Stephan Witt wrote: >>> >>> Am 09.02.2021 um 13:01 schrieb list_em...@icloud.com: >>&g

Re: Need a little help with version control

2021-02-12 Thread Stephan Witt
tt wrote: >>>> >>>> Am 09.02.2021 um 13:01 schrieb list_em...@icloud.com: >>>>> >>>>> I’m trying to learn version control (SVN) with LyX on macOS. I have a >>>>> little past experience with SVn in another context and I’m in Chap

Re: Need a little help with version control

2021-02-12 Thread list_email
TFM isn’t helpful. It does not tell how to get started. Plus, TFM assumes more knowledge of version control systems than most LyX users have. I don’t want to install rcs as long as svn is supposed to work. Jerry > On Feb 10, 2021, at 5:45 AM, Dr Eberhard Lisse wrote: > > The 'ci

Re: Need a little help with version control

2021-02-12 Thread Dr Eberhard Lisse
Jerry, unless you collaborate SVN is overkill :-)-O I have a large project under RCS and make control. Works very well. el On 12/02/2021 10:06, list_em...@icloud.com wrote: > TFM isn’t helpful. It does not tell how to get started. Plus, TFM > assumes more knowledge of version control s

Re: Need a little help with version control

2021-02-10 Thread list_email
> On Feb 9, 2021, at 5:16 AM, Stephan Witt wrote: > > Am 09.02.2021 um 13:01 schrieb list_em...@icloud.com: >> >> I’m trying to learn version control (SVN) with LyX on macOS. I have a little >> past experience with SVn in another context and I’m in Chapter 2 of

Re: Need a little help with version control

2021-02-10 Thread Stephan Witt
Am 10.02.2021 um 11:34 schrieb list_em...@icloud.com: > >> >> On Feb 9, 2021, at 5:16 AM, Stephan Witt wrote: >> >> Am 09.02.2021 um 13:01 schrieb list_em...@icloud.com: >>> >>> I’m trying to learn version control (SVN) with LyX on macOS.

Re: Need a little help with version control

2021-02-10 Thread Dr Eberhard Lisse
The 'ci not found' means it wants the RCS system to which ci belongs and this is not installed, which can be rectified easily by homebrew. For the rest, RTFM (Help --> Additional Features) el On 09/02/2021 14:01, list_em...@icloud.com wrote: > I’m trying to learn version control (SVN) wi

Need a little help with version control

2021-02-09 Thread list_email
I’m trying to learn version control (SVN) with LyX on macOS. I have a little past experience with SVn in another context and I’m in Chapter 2 of the book at svnbook.red-bean.com as a refresher. I am the only person who will access the repository which is on my own computer. I have set up new

Re: Need a little help with version control

2021-02-09 Thread Stephan Witt
Am 09.02.2021 um 13:01 schrieb list_em...@icloud.com: > > I’m trying to learn version control (SVN) with LyX on macOS. I have a little > past experience with SVn in another context and I’m in Chapter 2 of the book > at svnbook.red-bean.com as a refresher. I am the only person who

Re: Version control system

2019-04-11 Thread Dr Eberhard Lisse
Ivan, I assume you use a Mac from the look of the icons. If you use Windows, stop reading here :-)-O What happens if you try something like ci -l Title.lyx from a command line? Or even better ci -u -i -t-"Register" "Title.lyx" (leave the -q out) Does a file

Re: Version control system

2019-04-11 Thread Baris Erkus
On 11-Apr-19 12:06 PM, Иван Горюнов wrote: Hello! I have a trouble using VCS. When I try to register document in VCS I get the following message: [cid:part1.BC09EC10.EECC986B@hotmail.com] I tried solution in this article: https://wiki.lyx.org/LyX/VersionControlInstallationAndUsage I have

Version control system

2019-04-11 Thread Иван Горюнов
Hello! I have a trouble using VCS.  When I try to register document in VCS I get the following message: I tried solution in this article:  https://wiki.lyx.org/LyX/VersionControlInstallationAndUsage I have installed  RCS, but it did not make any changes.  Then I tried to use git, like it

Re: Version Control -> Compare with Older Revision... Question

2018-05-10 Thread Joel Kulesza
AD~N approach; however, can that information be put into the > Version > > Control Log? Alternatively, could a Version Control Log-like text box be > > added to the diff dialog and populated with "git log -N" according to the > > "N" selected by the user? This latter

Re: Version Control -> Compare with Older Revision... Question

2018-05-10 Thread Pavel Sanda
Joel Kulesza wrote: > Is there a way to bring these consistent so a user can clearly see which > commits are going to be compared? I understand the ease associated with > the HEAD~N approach; however, can that information be put into the Version > Control Log? Alternatively, cou

Re: Version Control -> Compare with Older Revision... Question

2018-05-10 Thread Joel Kulesza
st goes by HEAD~N pointers when reaching back to N-th commit in > history... Indeed, I meant the sha1sum hash. A thought: There is perhaps an inconsistency here: the LyX-internal Version Control Log gives the standard `git log` output which is based only on the hashes. The LyX-internal C

Re: Version Control -> Compare with Older Revision... Question

2018-05-10 Thread Pavel Sanda
Joel Kulesza wrote: > Colleagues: > > I have a LyX document in a larger git repository that I wish to compare > with a previous commit. Other than "counting back" commits, is there a way > to see precisely which two commits the LyX documents correspond to that are > being compared? If you mean

Version Control -> Compare with Older Revision... Question

2018-05-09 Thread Joel Kulesza
Colleagues: I have a LyX document in a larger git repository that I wish to compare with a previous commit. Other than "counting back" commits, is there a way to see precisely which two commits the LyX documents correspond to that are being compared? I apologize in advance if I'm overlooking

RE: RCS Version Control on Two Computers

2018-03-21 Thread Rich Shepard
On Wed, 21 Mar 2018, Baris Erkus wrote: How did you do it? Did you define the commands one-by-one? I guess, you cannot see the difference between two files on LyX. Baris, I have a local repository and when I'm done making changes (or stopping for the day) I access the version control

RE: RCS Version Control on Two Computers

2018-03-21 Thread Baris Erkus
> FWIW, I set up the git repository externally then use git commands within LyX. How did you do it? Did you define the commands one-by-one? I guess, you cannot see the difference between two files on LyX.

Re: RCS Version Control on Two Computers

2018-03-21 Thread Rich Shepard
On Wed, 21 Mar 2018, Rich Shepard wrote: FWIW, I set up the git repository externally then use git commands within LyX. Then again, I run only linux. Rich

Re: RCS Version Control on Two Computers

2018-03-21 Thread Rich Shepard
On Wed, 21 Mar 2018, Baris Erkus wrote: BTW, any future plans for incorporating Git commands into LyX? I can do it externally, but would be great if it was placed in LyX. Baris, FWIW, I set up the git repository externally then use git commands within LyX. Rich

RE: RCS Version Control on Two Computers

2018-03-21 Thread Baris Erkus
I found the answer by myself on the LyX wiki: https://wiki.lyx.org/LyX/VersionControlInstallationAndUsage#toc7 Version Control on the Cloud with RCS Let’s assume this situation: you have to identical LyX installations with RCS on two different PCs, one at work and one at home. And you saved

RCS Version Control on Two Computers

2018-03-21 Thread Baris Erkus
Hi, I am working on a LyX document with RCS version control enabled. I am working on the file during the day in my office on my office PC and in the evening on my home PC. I am using cloud to keep files. I sometimes encounter that RCS gives an error. (I guess it is related with check-in check

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-22 Thread Dr Eberhard Lisse
erev, >> \rcsfileyear-\rcsfilemonth-\rcsfileday} >> >> suitable for preamble and/or ERT, page styles or watermarks. > > Do you know you can do such things natively in LyX? Version Control > Toolbar->Insert Version Info and the select what you want in context > menu. > > Pavel >

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-21 Thread Pavel Sanda
gs natively in LyX? Version Control Toolbar->Insert Version Info and the select what you want in context menu. Pavel

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-21 Thread Dr Eberhard Lisse
As I wrote, for collaboration RCS is not good enough and I would also not use it. Whether to use GIT or SVN, I defer to the experts and if GIT is supported out of the box, so be it :-)-O But, for my own use on the Mac with Time Machine and Unison (to synchronize my machines at home and work)

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-20 Thread Steve Litt
On Tue, 20 Feb 2018 14:12:01 -0800 (PST) Rich Shepard wrote: > On Wed, 21 Feb 2018, Dr Eberhard Lisse wrote: > > > Maybe one can take the time to look at one of the already existing > > converters from RCS (CVS?) to SVN/GIT or whatever else LyX can > > handle, but to

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-20 Thread Rich Shepard
On Wed, 21 Feb 2018, Dr Eberhard Lisse wrote: Maybe one can take the time to look at one of the already existing converters from RCS (CVS?) to SVN/GIT or whatever else LyX can handle, but to be honest, why bother? el, Even as a single user I've found git better suited to my needs than svn.

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-20 Thread Dr Eberhard Lisse
Rich, half in jest :-)-O RCS on an an existing file is better than no version control, or starting a new version control with different software (on the same document, and loosing all previous version control). It also works for single users very well, I have a few documents with includes all

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-20 Thread Rich Shepard
use File -> Version control (or the keyboard shortcuts) to commit changes adding the explanatory text in the data entry widget without quotes. Rich

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-20 Thread Dr Eberhard Lisse
Rich, can you quickly hack up a converter for existing documents? :-)-O el On 17/02/2018 15:40, Rich Shepard wrote: > On Sat, 17 Feb 2018, Pavel Sanda wrote: > >> For the record, it turned out that High Sierra is no more compatible >> with old RCS binaries (if you manually run co -l file.lyx

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-17 Thread Pavel Sanda
Rich Shepard wrote: > If subversion, mercurial, or git are available for Macs they are more > modern than RCS. Have you considered them? I was solving someone-else's problem, so not my choice. Anyway, more modern does not mean more appropriate. RCS is most easy and one does not have to deal

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-17 Thread Rich Shepard
On Sat, 17 Feb 2018, Pavel Sanda wrote: For the record, it turned out that High Sierra is no more compatible with old RCS binaries (if you manually run co -l file.lyx you get "Illegal instruction: 4"). Compiling RCS via homebrew fixed the problem. Pavel, If subversion, mercurial, or git

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-17 Thread Pavel Sanda
Pavel Sanda wrote: > Busch, Andreas wrote: > > I use GNU RCS 5.9.0 which appears to be the most recent, on a Mac with High > > Sierra (10.13.2) and LyX 2.2. Updating to LyX 2.3rc1 made no difference. I > > am not sure whether the last successful use of rcs with LyX predates > > upgrading to

Re: Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-02-01 Thread Pavel Sanda
ge of username (rcs lock is saved under your login name). Then looking at debug would be helpful: 1. View->Message Pane 2. Settings panel->Selected & "lyxvc - Version control" 3. Switch back to Output panel 4. run your erring command and check (post here) the message. You can also p

Problem: version control suddenly no longer works in LyX 2.2 and 2.3rc1

2018-01-30 Thread Busch, Andreas
Hi, for years I have used LyX with version control (GNU rcs) on a number of documents which I regularly revise. It has proved very useful for that purpose. Trying to check out one of these documents I ran into trouble yesterday, however. LyX threw up an unexplained error box indicating

Re: Version control

2018-01-03 Thread Ahmad Abdullah
mann <engelm...@uni-tuebingen.de> Sent: Tuesday, September 27, 2016 11:27:32 AM To: lyx-users@lists.lyx.org Subject: Version control I want to edit a document in collaboration with a colleague and thought to use Version Control for this. When I try to register in version control, I get this m

Re: Version control

2018-01-03 Thread Ahmad Abdullah
From: lyx-users@lists.lyx.org <lyx-users@lists.lyx.org> on behalf of Pavel Sanda <sa...@lyx.org> Sent: Tuesday, January 2, 2018 5:44:55 AM To: lyx-users@lists.lyx.org Subject: Re: Version control Rich Shepard wrote: > When checking in using git and the within-lyx function I do no

Re: Version control

2018-01-02 Thread Pavel Sanda
Rich Shepard wrote: > When checking in using git and the within-lyx function I do not need to > add the quotation marks surrounding the message in the text entry widget. > LyX adds them for me. Correct? No you don't. Pavel

Re: Issues with version control

2018-01-02 Thread Pavel Sanda
Rich Shepard wrote: > I _thought_ I had set up version control using GIT. Checking in the > document after adding text now generates an error (see attached .png). > > Turns out that there was no .git repository in that directory, so I > created one manually and will manually

Version control

2017-12-31 Thread Rich Shepard
When checking in using git and the within-lyx function I do not need to add the quotation marks surrounding the message in the text entry widget. LyX adds them for me. Correct? Rich

Re: Issues with version control

2017-12-25 Thread Rich Shepard
On Mon, 25 Dec 2017, Dr Eberhard Lisse wrote: does 'ci' on the command line work? el, It does with SVN but GIT uses commit instead of check in. My fingers do the right thing and I mis-remembered when I wrote the message. Apologies, Rich

Re: Issues with version control

2017-12-25 Thread Dr Eberhard Lisse
Os, does 'ci' on the command line work? el On 2017-12-25 02:08 , Rich Shepard wrote: > On Mon, 25 Dec 2017, Dr Eberhard Lisse wrote: > >> it seems to want to use ci (which means rcs).. > > el, > >   'ci' is also a git alias for 'commit' and works on the command line. > Since I use git for my

Re: Issues with version control

2017-12-24 Thread Rich Shepard
On Mon, 25 Dec 2017, Dr Eberhard Lisse wrote: it seems to want to use ci (which means rcs).. el, 'ci' is also a git alias for 'commit' and works on the command line. Since I use git for my programming (python, grass, R, sql) saving versions using the CLI is fine with me. Regards, Rich

Re: Issues with version control

2017-12-24 Thread Dr Eberhard Lisse
Rich, it seems to want to use ci (which means rcs).. el On 2017-12-24 00:36 , Rich Shepard wrote: >   I _thought_ I had set up version control using GIT. Checking in the > document after adding text now generates an error (see attached .png). > >   Turns out that there was no .gi

Issues with version control

2017-12-23 Thread Rich Shepard
I _thought_ I had set up version control using GIT. Checking in the document after adding text now generates an error (see attached .png). Turns out that there was no .git repository in that directory, so I created one manually and will manually commit changes. Perhaps it's not working from

Re: Version control - works

2016-09-28 Thread Wolfgang Engelmann
in Download Page for lyx_2.1.2-2_amd64.deb on AMD64 machines and now the Version control works. Wolfgang On 27.09.2016 18:27, Wolfgang Engelmann wrote: I want to edit a document in collaboration with a colleague and thought to use Version Control for this. When I try to register in version control

Re: Version control - works

2016-09-28 Thread Dr Eberhard Lisse
URL would be helpful :-)-O el On 2016-09-28 08:32, Wolfgang Engelmann wrote: > I have updated/installed the recommended additional packages related to > lyx in > > > Download Page for lyx_2.1.2-2_amd64.deb on AMD64 machines > > > and now the Version c

Re: Version control - works

2016-09-28 Thread Wolfgang Engelmann
I have updated/installed the recommended additional packages related to lyx in Download Page for lyx_2.1.2-2_amd64.deb on AMD64 machines and now the Version control works. Wolfgang On 27.09.2016 18:27, Wolfgang Engelmann wrote: I want to edit a document in collaboration

Version control

2016-09-27 Thread Wolfgang Engelmann
I want to edit a document in collaboration with a colleague and thought to use Version Control for this. When I try to register in version control, I get this message LyX Fehler der Versionskontrolle: Bei der Ausführung des Befehls 'ci -q -u -i -t-"SP-Witte20160927WE" "SP-

RE: RCS Version Control on Windows

2016-07-24 Thread Ahmad Abdullah
YES! I discovered that the hard way. I also created a wiki for that at http://wiki.lyx.org/LyX/VersionControlInstallationAndUsage Best Regards, Ahmad Abdullah > Date: Sun, 24 Jul 2016 16:51:35 -0700 > From: sa...@lyx.org > To: lyx-users@lists.lyx.org > Subject: Re: RCS Ver

Re: RCS Version Control on Windows

2016-07-24 Thread Pavel Sanda
aning that, if I need to >> be able to do version control at home on the same file, I must check in >> all changes I made at work before going home or else I will lose all of >> them because at home I have to check out the last successfully checked in >> version before be

Re: RCS Version Control on Windows

2016-07-24 Thread Pavel Sanda
Ahmad Abdullah wrote: > Are > you saying that I can still check in and check out LyX documents using > File/Version Control menu if I use git? I am not aware of that at all. You might want to look at Help->Additional Features, section "Version Control in LyX". Most p

Re: RCS Version Control on Windows

2016-06-30 Thread Richard Heck
control at home on the same file, I must check in all changes I made at work before going home or else I will lose all of them because at home I have to check out the last successfully checked in version before being able to do any version control. Even if I save my changes at work without checking

RE: RCS Version Control on Windows

2016-06-30 Thread Ahmad Abdullah
This is just a recap and for future reference ( I will include it in the wiki as well). So it seems that I can only check in from Home only after I checkout the last version I checked in at work. Meaning that, if I need to be able to do version control at home on the same file, I must check

RE: RCS Version Control on Windows

2016-06-28 Thread Ahmad Abdullah
in LyX, LyX detects the version control. I added few more lines and checked in the new document. I then go back home and installed git to see if I can continue checking in to the document. So I open the document with LyX, add few more lines and then check in and Voila! It works. I even can check

RE: RCS Version Control on Windows

2016-06-28 Thread Ahmad Abdullah
I will give this a trial this week and will tell you what happens. Best Regards, Ahmad Abdullah > From: kor...@lyx.org > To: lyx-users@lists.lyx.org > Subject: Re: RCS Version Control on Windows > Date: Tue, 28 Jun 2016 23:05:58 +0200 > > Am Dienstag, 28. Juni 2016 um 20:49

Re: RCS Version Control on Windows

2016-06-28 Thread Kornel Benko
Am Dienstag, 28. Juni 2016 um 20:49:50, schrieb Ahmad Abdullah <ahmad.abdul...@msn.com> > Are > you saying that I can still check in and check out LyX documents using > File/Version Control menu if I use git? I am not aware of that at all. > If so, please point me to somet

RE: RCS Version Control on Windows

2016-06-28 Thread Ahmad Abdullah
Are you saying that I can still check in and check out LyX documents using File/Version Control menu if I use git? I am not aware of that at all. If so, please point me to something that tells me how. I have heard about the support for git in LyX but never found something that explains

Re: RCS Version Control on Windows

2016-06-28 Thread Kornel Benko
t; can't I do version control on a different PC? I have examined the MyDoc.lyx,v > file and I don't see any trace for OS dependent variables. > > > > Setting up a git account would be a less neat solution as I will lose the > version control from within LyX. Why that? Lyx wo

RE: RCS Version Control on Windows

2016-06-28 Thread Ahmad Abdullah
I do include the whole document and its RCS repo in OneDrive, as matter of fact in the same folder. This is what is confusing me, if everything lives in the same folder, why can't I do version control on a different PC? I have examined the MyDoc.lyx,v file and I don't see any trace for OS

RE: RCS Version Control on Windows

2016-06-28 Thread Ahmad Abdullah
Sure, I will do it over the weekend. Best Regards, Ahmad Abdullah > Date: Tue, 28 Jun 2016 15:57:45 -0400 > From: skost...@lyx.org > To: ahmad.abdul...@msn.com > CC: lyx-users@lists.lyx.org > Subject: Re: RCS Version Control on Windows > > On Tue, Jun 28, 2016 at 02

Re: RCS Version Control on Windows

2016-06-28 Thread Scott Kostyshak
On Tue, Jun 28, 2016 at 02:35:30PM +, Ahmad Abdullah wrote: > > > Hi all, > > This is my first email to this group. I generally find the > online resources as well as LyX documentation very helpful. The only exception > to this rule is when it comes to version contro

Re: RCS Version Control on Windows

2016-06-28 Thread Richard Heck
On 06/28/2016 10:35 AM, Ahmad Abdullah wrote: Hi all, This is my first email to this group. I generally find the online resources as well as LyX documentation very helpful. The only exception to this rule is when it comes to version control. It took me so much time to know how to install

Re: RCS Version Control on Windows

2016-06-28 Thread tim
Have you tried making sure that the RCS archive is getting copied across? If you're just transporting the lyx file then you will, of course, not be getting the history in the archive. Can you find a cloud-based version control service (Github? -- I'm so naive)? Your version control wouldn't

RCS Version Control on Windows

2016-06-28 Thread Ahmad Abdullah
Hi all, This is my first email to this group. I generally find the online resources as well as LyX documentation very helpful. The only exception to this rule is when it comes to version control. It took me so much time to know how to install RCS on Windows. I basically followed the steps

Re: no export..save as..close-version control

2015-05-23 Thread Richard Heck
On 05/23/2015 12:07 PM, Eildert Groeneveld wrote: Dear All lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04 Much of the pull down elements are shaded and can thus not be chosen. Under the FILE tab I have only a few unshaded like open import but not save, print, export and a few

no export..save as..close-version control

2015-05-23 Thread Eildert Groeneveld
Dear All lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04 Much of the pull down elements are shaded and can thus not be chosen. Under the FILE tab I have only a few unshaded like open import but not save, print, export and a few others. I have found nothing on the web. After deleting

no export..save as..close-version control

2015-05-23 Thread Eildert Groeneveld
Dear All lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04 Much of the pull down elements are shaded and can thus not be chosen. Under the FILE tab I have only a few unshaded like open import but not save, print, export and a few others. I have found nothing on the web. After deleting

Re: no export..save as..close-version control

2015-05-23 Thread Richard Heck
On 05/23/2015 12:07 PM, Eildert Groeneveld wrote: Dear All lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04 Much of the pull down elements are shaded and can thus not be chosen. Under the FILE tab I have only a few unshaded like open import but not save, print, export and a few

no export..save as..close-version control

2015-05-23 Thread Eildert Groeneveld
Dear All lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04 Much of the pull down elements are shaded and can thus not be chosen. Under the FILE tab I have only a few unshaded like open import but not save, print, export and a few others. I have found nothing on the web. After deleting

Re: no export..save as..close-version control

2015-05-23 Thread Richard Heck
On 05/23/2015 12:07 PM, Eildert Groeneveld wrote: Dear All lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04 Much of the pull down elements are shaded and can thus not be chosen. Under the FILE tab I have only a few unshaded like open import but not save, print, export and a few

Re: Problematic Version Control

2013-12-05 Thread Thomas Wirtz
Wirtz th...@gmx.li: Hi Murat, Thank your for your advice and your link. I can’t really say something about Xcode / Coda and if it affects the version control system of LyX. I don’t use Git / SVN with Lyx - just the regular VC: http://wiki.lyx.org/Mac/VersionControl So it’s RCS. Fine

Re: Problematic Version Control

2013-12-05 Thread Thomas Wirtz
Wirtz th...@gmx.li: Hi Murat, Thank your for your advice and your link. I can’t really say something about Xcode / Coda and if it affects the version control system of LyX. I don’t use Git / SVN with Lyx - just the regular VC: http://wiki.lyx.org/Mac/VersionControl So it’s RCS. Fine

Re: Problematic Version Control

2013-12-05 Thread Thomas Wirtz
eb Thomas Wirtz <th...@gmx.li>: > >> Hi Murat, >> >> Thank your for your advice and your link. >> I can’t really say something about Xcode / Coda and if it affects the >> version control system of LyX. I don’t use Git / SVN with Lyx - just the >> re

Problematic Version Control

2013-12-04 Thread Thomas Wirtz
Hi guys, I’ve a huge problem with my version control in an existing file and noticed it now. There may be a connection to the Mavericks update on OS X, but I’m not 100% sure. I’ve posted some screenshots of my errors here: http://latex-community.org/forum/viewtopic.php?f=19t=24217p=82332

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
. If you rather use Git, you can also install it yourself. Mavericks update has deleted many things in my case (including the Oracle Java, for example). 2013/12/4 Thomas Wirtz th...@gmx.li Hi guys, I’ve a huge problem with my version control in an existing file and noticed it now. There may

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
the native version control of Lyx which creates a .lyx,v file. So I think this is not SVN but simple version control, right? Nevertheless I reinstalled the command line tools of Xcode some time ago after Mavericks update - but when using SVN I am using the app „Versions“ and for eclipse I’m using

Re: Problematic Version Control

2013-12-04 Thread Thomas Wirtz
Hi Murat, Thank your for your advice and your link. I can’t really say something about Xcode / Coda and if it affects the version control system of LyX. I don’t use Git / SVN with Lyx - just the regular VC: http://wiki.lyx.org/Mac/VersionControl So it’s RCS. Fine to know, that LyX now supports

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
Thomas, I have never used RCS so I do not know what Lyx uses for this on Mac. But I read on the Wiki the following (http://wiki.lyx.org/Mac/VersionControl) : LyX uses RCS http://citeseer.ist.psu.edu/tichy91rcs.html in order to implement version control. By default RCS is not installed on OS X

Re: Problematic Version Control

2013-12-04 Thread Stephan Witt
Am 04.12.2013 um 23:46 schrieb Thomas Wirtz th...@gmx.li: Hi Murat, Thank your for your advice and your link. I can’t really say something about Xcode / Coda and if it affects the version control system of LyX. I don’t use Git / SVN with Lyx - just the regular VC: http://wiki.lyx.org/Mac

Problematic Version Control

2013-12-04 Thread Thomas Wirtz
Hi guys, I’ve a huge problem with my version control in an existing file and noticed it now. There may be a connection to the Mavericks update on OS X, but I’m not 100% sure. I’ve posted some screenshots of my errors here: http://latex-community.org/forum/viewtopic.php?f=19t=24217p=82332

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
. If you rather use Git, you can also install it yourself. Mavericks update has deleted many things in my case (including the Oracle Java, for example). 2013/12/4 Thomas Wirtz th...@gmx.li Hi guys, I’ve a huge problem with my version control in an existing file and noticed it now. There may

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
the native version control of Lyx which creates a .lyx,v file. So I think this is not SVN but simple version control, right? Nevertheless I reinstalled the command line tools of Xcode some time ago after Mavericks update - but when using SVN I am using the app „Versions“ and for eclipse I’m using

Re: Problematic Version Control

2013-12-04 Thread Thomas Wirtz
Hi Murat, Thank your for your advice and your link. I can’t really say something about Xcode / Coda and if it affects the version control system of LyX. I don’t use Git / SVN with Lyx - just the regular VC: http://wiki.lyx.org/Mac/VersionControl So it’s RCS. Fine to know, that LyX now supports

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
Thomas, I have never used RCS so I do not know what Lyx uses for this on Mac. But I read on the Wiki the following (http://wiki.lyx.org/Mac/VersionControl) : LyX uses RCS http://citeseer.ist.psu.edu/tichy91rcs.html in order to implement version control. By default RCS is not installed on OS X

Re: Problematic Version Control

2013-12-04 Thread Stephan Witt
Am 04.12.2013 um 23:46 schrieb Thomas Wirtz th...@gmx.li: Hi Murat, Thank your for your advice and your link. I can’t really say something about Xcode / Coda and if it affects the version control system of LyX. I don’t use Git / SVN with Lyx - just the regular VC: http://wiki.lyx.org/Mac

Problematic Version Control

2013-12-04 Thread Thomas Wirtz
Hi guys, I’ve a huge problem with my version control in an existing file and noticed it now. There may be a connection to the Mavericks update on OS X, but I’m not 100% sure. I’ve posted some screenshots of my errors here: http://latex-community.org/forum/viewtopic.php?f=19=24217=82332#p82332

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
. If you rather use Git, you can also install it yourself. Mavericks update has deleted many things in my case (including the Oracle Java, for example). 2013/12/4 Thomas Wirtz <th...@gmx.li> > Hi guys, > > I’ve a huge problem with my version control in an existing file and &

Re: Problematic Version Control

2013-12-04 Thread Murat Yildizoglu
ly. > I’m using the native version control of Lyx which creates a .lyx,v file. > So I think this is not SVN but simple version control, right? > Nevertheless I reinstalled the command line tools of Xcode some time ago > after Mavericks update - but when using SVN I am using the app „Vers

  1   2   3   4   >