lmi
[Top][All Lists]
Advanced

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

Re: [lmi] Concinnity test for "xml files"


From: Evgeniy Tarassov
Subject: Re: [lmi] Concinnity test for "xml files"
Date: Thu, 9 Nov 2006 02:15:15 +0100

On 10/31/06, Greg Chicares <address@hidden> wrote:
On 2006-10-31 16:44 UTC, Evgeniy Tarassov wrote:
> On 10/31/06, Greg Chicares <address@hidden> wrote:
> I'm using the Eclipse platform to work with lmi cvs repository. And it
> hides all the cvs related tasks behind a gui. Do you want me to check
> in a dummy text file (cvs_substitution_mode_test) into lmi's
> repository, change its substitution mode using Eclipse and save the
> cvs log?

I had assumed that you were issuing 'cvs' commands directly,
and knew some secret that has eluded me. But if 'eclipse'
lets you see the actual 'cvs' commands, then this idea sounds
worthwhile. It can however be deferred if it's not trivial;
I'll make sure I pay careful attention to the substitution
mode when merging into HEAD, and then the problem will stop.

I have commited a dummy file with '-kk' key substitution mode, then
changed it to '-kkv' and then deleted the file. This is cvs command
log:

   ***
   cvs add -kk "/lmi_gnome/cvs_substitution_mode_test.txt"
       cvs add: scheduling file `cvs_substitution_mode_test.txt' for
addition on branch `gnome-xml-branch'
       cvs add: use `cvs commit' to add this file permanently
   ok (took 0:00.406)
   ***
   cvs ci -m "Initial commit of the dummy file with '-kk' key
substitution mode." -l "/lmi_gnome/cvs_substitution_mode_test.txt"
       /sources/lmi/lmi/Attic/cvs_substitution_mode_test.txt,v  <--
cvs_substitution_mode_test.txt
       new revision: 1.1.2.1; previous revision: 1.1
       Mailing notification to address@hidden sent.
   ok (took 0:00.375)
   ***
   cvs admin -kkv "/lmi_gnome/cvs_substitution_mode_test.txt"
       RCS file: /sources/lmi/lmi/Attic/cvs_substitution_mode_test.txt,v
       done
   ok (took 0:00.328)
   ***
   cvs ci -m "Remove the dummy file from the repository." -l
"/lmi_gnome/cvs_substitution_mode_test.txt"
       /sources/lmi/lmi/Attic/cvs_substitution_mode_test.txt,v  <--
cvs_substitution_mode_test.txt
       new revision: delete; previous revision: 1.1.2.1
       Mailing notification to address@hidden sent.
   ok (took 0:00.687)
   ***

As you can see my editor used exactly the same manipulation as you
have done in your 20061022T0149Z commit. It appears you were absolutly
right about the sticky property.

Btw do you want me to add description of the changes to ChangeLog? Or
do you prefer to keep ChangeLog clean of the details of this
manipulation?

Description:

20061109T0103Z <address@hidden> [1168]

 cvs_substitution_mode_test.txt
Initial commit of the dummy file with '-kk' key substitution mode.

20061109T0104Z <address@hidden> [1168]

 cvs_substitution_mode_test.txt
Change key substitution mode to '-kkv' for the dummy file.

20061109T0106Z <address@hidden> [1168]

 cvs_substitution_mode_test.txt
Remove the dummy file from the repository.




reply via email to

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