Search the web
Sign In
New User? Sign Up
aegis-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6125 - 6154 of 6416   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6125
... The attached patch should be a workarounf for the problem. If you can confirm it's ok it will be part of 4.24.1, ciao -- Walter Franzini ...
Walter Franzini
walter.franzini@...
Send Email
Sep 1, 2008
7:20 am
6126
... Work around or fix ??? Yes, it does work perfectly. Thank you. On a related topic, is there a way of specifying -bl with aediff ??? eg. I want to aediff...
Brendan Simon
Brendan@...
Send Email
Sep 2, 2008
12:02 am
6127
i all, I've published the second candidate release for aegis-4.24.1, it is available http://aegis.stepbuild.org/stable/aegis-4.24/ The change log has been...
Walter Franzini
walter.franzini-Re5JQ...
Send Email
Sep 7, 2008
9:07 pm
6128
All tests pass (make sure) on all my platforms without any source modifications :) * Debian GNU/Linux - 4.0 (Etch) - AMD64. * Debian GNU/Linux - 3.1 (Sarge) -...
Brendan Simon
Brendan@...
Send Email
Sep 8, 2008
4:24 am
6129
A small hiccup on my very old Debian 3.0 (Woody/Sarge) PowerPC box. # aegis --version aegis: error while loading shared libraries: libmagic.so.1: cannot open ...
Brendan Simon
Brendan@...
Send Email
Sep 8, 2008
6:44 am
6130
... I suspect that it couldn't find *all of* libmagic. It looks for both the (shared) library, and the include file. ... which means that it found the (shared)...
Peter Miller
millerp@...
Send Email
Sep 8, 2008
8:29 am
6131
... Aside from the grandparent merge problem, I think the branch concept implemented by Aegis *is* intuitive once you replace "branch" with "transaction with...
Walter Franzini
walter.franzini@...
Send Email
Sep 8, 2008
8:31 am
6132
... [...] ... [...] ... etc/configure.ac has not been changed. In order to fix some (recent) Debian build problem the generated Makefile has been modified, but...
Walter Franzini
walter.franzini@...
Send Email
Sep 8, 2008
11:02 am
6133
See below. ... $ grep magic config.log configure:6012: checking for magic_file in -lmagic configure:6047: g++ -o conftest -g -O2 conftest.cpp -lmagic -lcrypt...
Brendan Simon
Brendan@...
Send Email
Sep 9, 2008
4:49 am
6134
FORGET THAT. I was looking at two different machines. DOH!!! ... _______________________________________________ Aegis-users mailing list ...
Brendan Simon
Brendan@...
Send Email
Sep 9, 2008
4:52 am
6135
... [...] ... I've reviewed the difference between the two Makefile.in and I'm unable to find a difference that can have caused your problem :-( -- Walter...
Walter Franzini
walter.franzini@...
Send Email
Sep 9, 2008
8:23 am
6136
Walter, aegis.4.24.1RC2 installed fine on all my machines. The problem I reported with libmagic seems to a user error (ME!!!) I ran through the configure,...
Brendan Simon
Brendan@...
Send Email
Sep 10, 2008
7:13 am
6137
... However it introduce a segfault in aediff. I'm going to rescind that change unless someone else has the time to investigate :-( I can reproduce the...
Walter Franzini
walter.franzini@...
Send Email
Sep 17, 2008
3:43 pm
6138
... [...] ... The segfault is not due to the mentioned patch nor (surprisingly) to file's UUIDs. -- Walter Franzini http://aegis.stepbuild.org/ PGP Public key...
Walter Franzini
walter.franzini@...
Send Email
Sep 18, 2008
9:53 pm
6139
In the past, Peter Miller has suggested a get together for developers and users at the linux.conf.au (LCA) conference in Australia. So far this hasn't gotten...
Scott Finneran
scottfinneran@...
Send Email
Sep 20, 2008
10:46 am
6140
... [...] ... I'm working (saving money) to be there :-) ciao -- Walter Franzini http://aegis.stepbuild.org/ PGP Public key ID: 1024D/CB3FEB43 Key fingerprint...
Walter Franzini
walter.franzini@...
Send Email
Sep 20, 2008
8:46 pm
6141
... Excellent news Walter! Based on some of your posts, I'm assuming that you live in Italy so the Euro-AU$ exchange rate should be helpful! Cheers, Scott Make...
Scott Finneran
scottfinneran@...
Send Email
Sep 22, 2008
1:49 am
6142
Scott Finneran <scottfinneran@...> writes: [...] ... Yes, your assumption is right :-) -- Walter Franzini http://aegis.stepbuild.org/ PGP Public key...
Walter Franzini
walter.franzini@...
Send Email
Sep 22, 2008
9:14 am
6143
Hi folks, We're a bit confused about how to manage a support branch. We have the following scenario: - A project, foo.1.0, has a candidate release made from...
Malcolm Butler
list+aegis@...
Send Email
Sep 23, 2008
1:04 pm
6144
Malcolm Butler <list+aegis@...> writes: [...] ... Not out of the box, however I think some workaround can be put in place. DISCLAIMER: The stuff below has...
Walter Franzini
walter.franzini@...
Send Email
Sep 23, 2008
2:51 pm
6145
There might be a third alternative if your build is based on a "manifest". Generate the manifest using aegis -list Branch_Files -p foo.1.0 -c 0 which will then...
Pendergraft, Jerry
JPendergraft@...
Send Email
Sep 23, 2008
4:51 pm
6146
Thanks Walter and Jerry for your suggestions. ... OK, I have to say we were quite surprised that the branch was not insulated from new baseline files. ... We...
Malcolm Butler
list+aegis@...
Send Email
Sep 23, 2008
11:32 pm
6147
Sorry - The Branch_Files suggestion was not correct anyway, but there is still hope ;^) You should be able to get the list of files in the "insulated" branch...
Pendergraft, Jerry
JPendergraft@...
Send Email
Sep 24, 2008
2:53 am
6148
... 1. After a release, create a development branch (foo.1.0.2) and a support branch (foo.1.0.1) from the same common ancestor (foo.1.0). Just before next...
Peter Miller
millerp@...
Send Email
Sep 24, 2008
3:29 am
6149
... Thank you for the clear description. ... Yes, I realise that and I had read the section in the user guide on branching several times, but still managed to...
Malcolm Butler
list+aegis@...
Send Email
Sep 24, 2008
9:05 am
6150
... I've found that the only way to prevent changes coming through to a branch via the view-path is to clone your desired branch/delta to a top-level branch. ...
Brendan Simon
Brendan@...
Send Email
Sep 24, 2008
9:57 am
6151
i all, I've just released the 1st stable update for aegis-4.24. The source archive is available on http://sourceforge.net/project/showfiles.php?group_id=224 ...
Walter Franzini
walter.franzini@...
Send Email
Sep 25, 2008
9:56 am
6152
This field does not appear to behave as described in the "aepconf" man page. [Quote] develop_begin_command = string; This field contains a command to be...
Cal Webster
cwebster@...
Send Email
Oct 8, 2008
5:16 pm
6153
A little more background and an update... We use a "development_directory_style" with "derived_file_copy = true" and "derived_at_start_only = true". However,...
Cal Webster
cwebster@...
Send Email
Oct 8, 2008
7:05 pm
6154
The separate "*build_command" entries did the trick... eventually. I had to manually remove the *.d files from all parent baseline directories before they'd...
Cal Webster
cwebster@...
Send Email
Oct 8, 2008
10:27 pm
Messages 6125 - 6154 of 6416   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help