Is it just me, or does aesub always seem to truncate long change descriptions? $ aeca -c 628 -l | egrep brief brief_description = "Turn Memoizer into a simple...
Steven Knight
knight@...
Dec 1, 2006 6:26 pm
5591
... [...] ... // // We don't actually return the whole brief description, just the // first line, or the first 80 characters, whichever is shortest. // ... ...
walter franzini
walter.franzini-Re5JQ...
Dec 2, 2006 4:13 pm
5592
I have also had requests for ${change description} to give the description (the long one) and ${change title} (or some such) be brief_description. Jerry...
Pendergraft, Jerry
JPendergraft@...
Dec 2, 2006 4:19 pm
5593
What is the difference between aepatch and aedist (in the context of applying a changeset from one branch to another parallel branch) ??? *** History (and some...
Brendan Simon
Brendan@...
Dec 4, 2006 7:08 am
5594
This may seem like a silly question (and hopefully it is, in a sense). If a branch is ended, can the individual changesets that were on that branch still be...
Brendan Simon
Brendan@...
Dec 4, 2006 7:23 am
5595
... [...] ... Can you send us some info about the aepatch bug? ... aedist contains not only the patch but also the complete file, if the patch command fails...
walter franzini
walter.franzini-Re5JQ...
Dec 4, 2006 9:14 am
5596
Looks like Walter answered most questions. But just for completeness.... Aedist and aepatch are for transferring outside of a project. Between branches of the...
Pendergraft, Jerry
JPendergraft@...
Dec 4, 2006 3:31 pm
5597
... On the other hand the use of the complete file (-NoPatch) may remove your local changes. Over the years I've enhanced the metadata of the aedist archive to...
walter franzini
walter.franzini-Re5JQ...
Dec 4, 2006 4:56 pm
5598
... Note that aedist accepts any patches which apply without obvious error. Since patching requires close agreement between originals, there is room for...
Ralph Smith
smith@...
Dec 4, 2006 5:12 pm
5599
I can agree with your logic, but another way of looking at it is that if aedist can be (and is) used to sync multiple repositories, and presumably very...
Brendan Simon
Brendan@...
Dec 7, 2006 12:27 am
5600
... While this doesn't directly answer your question, I'd like to make a secondary comment: in my understanding, aedist's goal never has been to "sync multiple...
aegis@...
Dec 12, 2006 6:34 am
5601
... I'm adding a batch_test_command to the configuration of an existing project. I've referred to aepconf(5) and aetest(5) and I think I've resolved all the...
David A Vincent
dvincent@...
Dec 17, 2006 11:18 pm
5602
David, We make heavy use of the batch_test_command, but do not use -progress because it becomes kinda meaningless with batch. From man aet: -PROGress This...
Pendergraft, Jerry
JPendergraft@...
Dec 18, 2006 7:08 am
5603
Hi all, as you maybe already knows my name is Walter Franzini, I'm an aegis user since 1999 and a more or less regular contributor since the end of 2003. In...
walter franzini
walter.franzini-Re5JQ...
Dec 18, 2006 3:31 pm
5604
I think having commercial support can be of value to Aegis and the Aegis community too. Having the web page state that commercial support is available is ...
Brendan Simon
Brendan@...
Dec 18, 2006 9:09 pm
5605
... Hello Jerry, ... I understand how -progress might make the log seem less meaningful, but in our case if we use -progress then aegis doesn't run the tests...
David A Vincent
dvincent@...
Dec 19, 2006 10:41 pm
5606
Dear All, I want to aeimport a large CVS repository that does not have a history file. Looking at the code of aeimport I see that it needs this file. Has...
Marko Schütz
MarkoSchuetz@...
Dec 29, 2006 12:31 am
5607
Dear All, oops, "history file" seems to refer to the ",v" file. I had understood it to mean "CVSROOT/history". Marko At Fri, 29 Dec 2006 11:48:40 +1200, ... ...
Marko Schütz
MarkoSchuetz@...
Dec 29, 2006 12:40 am
5608
I downloaded aegis.4.23.ae from sourceforge and followed the instructions in the developer howto. The aeb command aborts, because g++ misses the file...
Marko Schütz
MarkoSchuetz@...
Jan 2, 2007 2:54 am
5609
At Tue, 02 Jan 2007 14:31:59 +1100, ... Thanks for the hint. That is exactly what I have done in the meantime. I also found that the tar archive when extracted...
Marko Schütz
MarkoSchuetz@...
Jan 2, 2007 5:37 am
5610
Dear All, I am seeing aeb fail like this: cook: msgmerge --indent --sort-output --width=75 -v -v --no-location --force-po -o lib/de/LC_MESSAGES/aegis.merge...
Marko Schütz
MarkoSchuetz@...
Jan 2, 2007 8:47 am
5611
Call me naive but wouldn't dumping the 4.22 baseline then creating a new one and then use aimport solve this? --Aryeh Message ---- From: Marko Schütz...
Aryeh Friedman
sarek_boca@...
Jan 2, 2007 1:16 pm
5612
I have gettext (0.14.4) installed and the aegis (4.23) build process picks up msgcat and msgfmt. But then I get cook: msgmerge --indent --sort-output...
Marko Schütz
MarkoSchuetz@...
Jan 9, 2007 12:07 am
5613
At Thu, 11 Jan 2007 22:20:00 +1100, ... fjpad% bison --version bison (GNU Bison) 2.1 Written by Robert Corbett and Richard Stallman. Copyright (C) 2005 Free...
Marko Schütz
MarkoSchuetz@...
Jan 11, 2007 9:33 pm
5614
I'm importing a large CVS repository (about 3.6GB). aeimport creates change set after change set, but the process size increases. After about 50000 change sets...
Marko Schütz
MarkoSchuetz@...
Jan 12, 2007 1:44 am
5615
I was working on change 119 for a few minutes and then suddenly aegis said I could not aeb it, because I am not the developer, 'steve' is. It turned out that...
Pieter Nagel
pieter@...
Jan 12, 2007 8:44 am
5616
Note that aenc does not assign a developer, aedb does that. I see that tkaenc does run aegis -db if user has hit certain buttons. But if in this case change...
Pendergraft, Jerry
JPendergraft@...
Jan 12, 2007 6:58 pm
5617
I've recently seen some weird things happening with aed and aediff. What's even more concerning is that 3 different users had different symptoms and...
Brendan Simon
Brendan@...
Jan 12, 2007 7:32 pm
5618
Since all your example are during integration it is worth mentioning that the change (delta directory) is no longer a change against its own baseline, but...
Pendergraft, Jerry
JPendergraft@...
Jan 12, 2007 7:35 pm
5619
OK. I see the logic, but surely that makes the aed output kind of meaningless doesn't it? Is it not reasonable to expect that the output of aed during...