version control

1999-01-22 Thread Amir Karger
I agree with JMarc. While nice, the version control is basic. It also doesn't work with older versions of RCS (unless Lars fixed it since pre4 or so.) -Amir

Re: version control

1999-01-22 Thread David S de Lis
On Fri, 22 Jan 1999, Amir Karger wrote: > I agree with JMarc. While nice, the version control is basic. It also > doesn't work with older versions of RCS (unless Lars fixed it since pre4 or > so.) It would be great if support for PRCS were added... PRCS is a cool interface to RCS

Re: version control

1999-01-24 Thread Jochen Kuepper
On Fre, 22 Jan 1999 David S de Lis wrote: >On Fri, 22 Jan 1999, Amir Karger wrote: > >> I agree with JMarc. While nice, the version control is basic. It also >> doesn't work with older versions of RCS (unless Lars fixed it since pre4 or >> so.) > >It would be g

Re: version control

1999-01-25 Thread David S de Lis
On Sun, 24 Jan 1999, Jochen Kuepper wrote: > >It would be great if support for PRCS were added... PRCS is a cool > >interface to RCS (at the moment, will have a better binary diff system in > >the future) that works like CVS (with a central repository and lots of > >nice features...) > > So why

Re: version control

1999-01-25 Thread Jochen Kuepper
On Mon, 25 Jan 1999 David S de Lis wrote: >On Sun, 24 Jan 1999, Jochen Kuepper wrote: > >> >It would be great if support for PRCS were added... PRCS is a cool >> >interface to RCS (at the moment, will have a better binary diff system in >> >the future) that works like CVS (with a central repositor

Re: Version Control

2001-08-19 Thread Antonio Gulino
ome more > > options: > File->Revert to Saved -> gives you version #1 of the file It's OK > File->Version Control->Revert to last version -> gives you verion #0 of the file No, I get version #1 ------------- > And not to the "Undo l

Re: Version Control

2001-08-20 Thread Antonio Gulino
On 19 Aug 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > Antonio Gulino <[EMAIL PROTECTED]> writes: > | short: IMVHO (V=very :-) there are two bugs > | 1) the caracter (") in the log message used in checkIn > | 2) the function version() used for undoLast and for revert > |give "RCS: 1.12" and

LyX 1.1.6fix1: Version Control

2001-02-06 Thread Ben Cazzolato
Guys Has anyone tested the version control software in Lyx 1.1.6fix1. As far as I can tell, It doesn't behave as it once did. If I open the file, modify it and save I get the following error. utime error. If I try to Version Control > Check in Changes I get the followi

bug in version control

1999-03-06 Thread Daniel Naber
Hi, a small bug in 1.0.1: If you use Edit->VersionControl->Register and select Cancel in the appearing popup, the document is still registered. Is someone working on that code or is there someone familiar with it? If not, I will try to fix it. Regards Daniel -- PGP Key fingerprint = 3D 98 9E

Re: LyX 1.1.6fix1: Version Control

2001-02-07 Thread Lars Gullik Bjønnes
Ben Cazzolato <[EMAIL PROTECTED]> writes: | Guys | | Has anyone tested the version control software in Lyx 1.1.6fix1. As far as I | can tell, It doesn't behave as it once did. | | If I open the file, modify it and save I get the following error. | utime error. | | If I try

Re: bug in version control

1999-03-07 Thread Asger Alstrup Nielsen
> a small bug in 1.0.1: If you use Edit->VersionControl->Register and select > Cancel in the appearing popup, the document is still registered. > > Is someone working on that code or is there someone familiar with it? If > not, I will try to fix it. Lgb implemented it, but you are welcome to fix

Small Project: File->Open... and Version Control

2000-01-10 Thread Allan Rae
It'd be nice if someone were to make it possible to open a file which is only available in a version controlled repository. For example, using RCS we have filename.lyx,v. We can't open the file with File->Open because it doesn't exist as far as LyX is concerned. Probably should be an extra ta

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | It'd be nice if someone were to make it possible to open a file which is | only available in a version controlled repository. For example, using | RCS we have filename.lyx,v. We can't open the file with File->Open | because it doesn't exist as far as LyX

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I thought I had added some code that would check for this? Probably | not, the problem is that we then have to run rcs and lock the file in | question. I have added the code that checks for this a _long_ time ago, when I first wrote the RCS suppo

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Allan Rae
On 11 Jan 2000, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | I thought I had added some code that would check for this? Probably > | not, the problem is that we then have to run rcs and lock the file in > | question. > > I have added the code that checks fo

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | Okay, but the file browser doesn't show anything with a *.lyx filter. | It'd be nice to have extra entries (in a different font or colour) that | show those files that exist in some hidden VC file. This would mean the | VC support would get called to iden

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Juergen Vigna
On 11-Jan-2000 Lars Gullik Bjønnes wrote: > > ...ok I just found a bug in LyX... > If you write in a filename in the open filedialog and this file does > not exist, you get the response "Not a LyX file" and a file with no > contents with that name is created. I think this is what caused the > fi

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | I noticed that if you start lyx from the source directory ./src/lyx and | then try to view a help file you also get the same message "Not a LyX file"! | I'm very busy right now but I'll too try to have a look. I think I have nailed this one, it actuall

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Juergen Vigna
On 11-Jan-2000 Juergen Vigna wrote: > > On 11-Jan-2000 Lars Gullik Bjønnes wrote: >> >> ...ok I just found a bug in LyX... >> If you write in a filename in the open filedialog and this file does >> not exist, you get the response "Not a LyX file" and a file with no >> contents with that name is

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> You know that after the addition of a realy regex class we can Lars> do things like Lars> "*.(lyx|lyx,v)" Lars> If we did not massage the regex in the filedialog we could do Lars> ".*\.lyx(,v)*" Lars> in the filebrowser.

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> When opening a Help-File from the src-dir, which now in Juergen> ./lib/doc/ does not anymore contain the LyX-Help-Files it Juergen> happens that it cannot find it. Strangely when starting from Juergen> the source-directory it O

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Juergen Vigna
On 11-Jan-2000 Jean-Marc Lasgouttes wrote: > > It is not, since I personally never install development releases :) So > the documentation is potentially not the same. > > One (better of course) idea I had is that configure could check > whether ${top_srcdir}/../lyxdocs (the CVS repository) exis

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 11-Jan-2000 Jean-Marc Lasgouttes wrote: >> It is not, since I personally never install development releases >> :) So the documentation is potentially not the same. >> >> One (better of course) idea I had is that configure

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Allan Rae
On 11 Jan 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > | *.lyx *.lyx,v RCS/*.lyx,v > > You know that after the addition of a realy regex class we can do > things like > > "*.(lyx|lyx,v)" But do you provide: regex operator+(regex, regex) to make it e

Re: Small Project: File->Open... and Version Control

2000-01-13 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 11 Jan 2000, Lars Gullik Bjønnes wrote: | | > Allan Rae <[EMAIL PROTECTED]> writes: | > | *.lyx *.lyx,v RCS/*.lyx,v | > | > You know that after the addition of a realy regex class we can do | > things like | > | > "*.(lyx|lyx,v)" | | But do you pr

Re: Small Project: File->Open... and Version Control

2000-01-13 Thread Allan Rae
On 13 Jan 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On 11 Jan 2000, Lars Gullik Bjønnes wrote: > | > | > Allan Rae <[EMAIL PROTECTED]> writes: > | > | *.lyx *.lyx,v RCS/*.lyx,v > | > > | > You know that after the addition of a realy regex class we c