cvs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-dev] Re: Allowable Edit


From: Bijani, Thiago
Subject: [Cvs-dev] Re: Allowable Edit
Date: Tue, 24 Jul 2007 15:43:33 -0300

Hi all,

Nice ideia Arthur.
Thanks very well.

Now, im trying to implement the concorrent edit as default, instead of force edit.
In edit.c, it gets the arguments in a while, and do a switch for each char.
There is a 'check_edited' boolean too, that begins false, and it been come true when the edit is concurrent (-c).
I put the check_edited as true since begin, and don't works.

Defining the edit as concurrent by default, just let the user to edit concurrently or force edit.

I've alredy put the checkout as read-only.
#define CVSREAD_DFLT 1 (0 is writable by default, as before)

Thanks for all help.


Thiago Bijani.

On 7/19/07, Arthur Barrett <address@hidden> wrote:
Thiago Bijani,,

> I'm working on a project that needs to prompt
> the user when he wants to edit an object, and
> it is being edited by others.

> I'm under CVS 1.12.13, CVSNT 2.5.03.2382 and WinCVS.

Just use CVSNT on linux and windows and use the "concurrent edit" option
(cvs edit -c), it works almost exactly how you describe in conjuctions
with the CVSGUI protocol.  Please keep CVSNT questions to the CVSNT
list, WinCVS questions no the wincvs/cvsgui list and cvs questions on
the cvs list.

Regards,


Arthur Barrett




reply via email to

[Prev in Thread] Current Thread [Next in Thread]