Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - leoholanda

Pages: [1]
1
Suggestions and Requests / CVS and branching
« on: September 28, 2005, 05:41:09 am »
I posted this on General Board and had no feedback, so I think it's a missing feature...

I'm using my .eap under version control using CVS with the "Shared model" strategy as described in "Version Control Overview". I have one package under file CompView.xml which is in revision 1.2. I have created a new branch from its revision 1.1 using wincvs and I want to make some changes on it. I'm trying to commit (checkin in EA nomenclature) but it always creates a new 1.3 revision not a 1.2.1.1 like if I was working on a regular file using wincvs.
Maybe there is some option to sticky update to branch I created and then check it in in the sticky branch?
I searched for CVS and Branch words in the whole forum and couldn't find anything about it.

No matter how I do it, all I want is to work on a branch using EA. Any suggestions? ???

2
General Board / Wrong comment terminator in generated DDL
« on: October 11, 2005, 10:24:57 am »
I'm using Oracle as DBMS.
I wrote some text in the COLUMN notes box as follows:


0=nao 1=sim 2=talvez



When generating DLL I used the "column" option in comment level. But the generated comment is like the following:

Code: [Select]
COMMENT ON COLUMN TB_MYTABLENOME.MYCOLUMN IS '0=no 1=yes 2=maybe ;

so oracle produces an error about the quoted string not properly terminated, as we can see...
Is this a bug or am i doing something wrong?
I also tried to insert an artificial single quote at the end of the comment but the produced sql was:

Code: [Select]
COMMENT ON COLUMN TB_MYTABLENOME.MYCOLUMN IS '0=no 1=yes 2=maybe '' ;



3
General Board / EA, CVS and branching
« on: September 26, 2005, 12:16:48 pm »
I'm using my .eap under version control using CVS. I have one package under file CompView.xml which is in revision 1.2. I have created a new branch from its revision 1.1 using wincvs and I want to make some changes on it. I'm trying to commit (checkin in EA nomenclature) but it always creates a new 1.3 revision not a 1.2.1.1 like if I was working on a regular file using wincvs.
Maybe there is some option to sticky update to branch I created?  ???
I searched for CVS and Branch words in the whole forum and couldn't find anything about it. Any suggestions?

Pages: [1]