Search the web
Sign In
New User? Sign Up
scm-patterns · Patterns applied to Software CM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 525 - 554 of 1133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
525
... I would say that it is a tradeoff. Both sides have pros and cons, and in any situation a choice should be made bearing the tradeoffs in mind. It also ...
Robert Cowham
cowhamr
Offline Send Email
Apr 1, 2004
1:31 pm
526
... Perhaps its a matter of defining what should be shared vs what should not. It's easy to make examples that abuse or miss-use a good concept - I've noticed...
Brooke Wallace
brookbot
Offline Send Email
Apr 1, 2004
6:34 pm
527
... Ok, then how do you define your "main development" code line. For me this code line contains the latest version of all code files, and while your ...
Brooke Wallace
brookbot
Offline Send Email
Apr 1, 2004
8:38 pm
528
Dear All We are looking for papers for the upcoming event by the BCS CMSG (British Computer Society CM Specialist Group) : June 8th 2004 - Seminar "Change and...
Robert Cowham
cowhamr
Offline Send Email
Apr 1, 2004
8:54 pm
529
Hi Brad, ... If we are considering codelines, I would say they are equivalents. ... codeline ... OK, fine. I can accept that. * But how would you then call the...
Frank Schophuizen
fs87
Offline Send Email
Apr 1, 2004
9:33 pm
530
Hi all First, sorry for the longish post, & the diagrams - I tried to make them smaller, but had some trouble. I hope they are readable to all recipients (they...
mpjacobs
mpjacobs4
Offline Send Email
Apr 2, 2004
11:21 pm
531
[Note: I'm using a plaintext-based Mailreader, and thus its very hard to tell what was written by Brooke and what wasn't - so apologies in advance if I get any...
Brad Appleton
bradapp1
Offline Send Email
Apr 3, 2004
8:38 am
532
... All the modifiable stuff that hasn't yet branched is the "common" stuff to both codelines (the parent and the child). And people working on both codelines...
Brad Appleton
bradapp1
Offline Send Email
Apr 3, 2004
9:30 am
533
... prefer ... files [...] that are different from the "foundation ... haven't changed [...] are still on that baseline. For the simple reason that the...
Frank Schophuizen
fs87
Offline Send Email
Apr 4, 2004
8:28 pm
534
... Seems to me to be one step harder than codeline = changes. Why should I have to create an extra identical version of everything? I know you said "copy" in...
Brad Appleton
bradapp1
Offline Send Email
Apr 5, 2004
3:31 am
535
Hi Brad, Thank you for this discussion. In my opinion we have come close enough to understanding our common terminology and definition about codelines. I...
Frank Schophuizen
fs87
Offline Send Email
Apr 5, 2004
6:24 am
536
Brad, I think we are very close in our definitions with one minor discrepancy. I prefer to view a code-line as the set of files that have changed, plus the...
Brooke Wallace
brookbot
Offline Send Email
Apr 5, 2004
10:57 pm
537
... Yes - I agree *exactly*. As I discovered in my exchange with Frank, my definition of codeline is initial baseline + changes, where the changes are part of...
Brad Appleton
bradapp1
Offline Send Email
Apr 6, 2004
1:40 am
538
Hi, I'm interested in hearing what patterns exist for coping with platform-independent and platform-dependent baselines. My current company is doing releases...
Sten Rosendahl
sten_rosendahl
Offline Send Email
Apr 6, 2004
11:17 am
539
... Actually - in my experience, that is the preferred way to do it. Creating branches in the version-tree for platforms is, IMHO, less desirable and less...
Brad Appleton
bradapp1
Offline Send Email
Apr 6, 2004
3:42 pm
540
On Tue, 6 Apr 2004 10:17:43 -0500, Brad Appleton wrote ... A variant of that pattern is to let platform-specific component/file override the generic one. So,...
sartin
robert_sartin
Offline Send Email
Apr 6, 2004
6:56 pm
541
Do you know if this approach is possible with Perforce? I think it's an interesting approach, but I don't think it's feasible with the Perforce branching and...
Brooke Wallace
brookbot
Offline Send Email
Apr 6, 2004
9:55 pm
542
Hi Sten, ... So 1 label baselines all variants of the source code at once. ... So, there is a build-time (compile-time or link-time) variant selection. ... I...
Frank Schophuizen
fs87
Offline Send Email
Apr 6, 2004
10:24 pm
543
On Tue, 06 Apr 2004 14:55:45 -0800, Brooke Wallace wrote ... Don't know of a way to make Perforce use it. I've only been using Perforce for a few months and...
sartin
robert_sartin
Offline Send Email
Apr 6, 2004
11:51 pm
544
... Yes, we're using that build pattern. ... Yes, that seems to work too, but we're not building multiple platforms in the same workspace, i.e. we're not using...
Sten Rosendahl
sten_rosendahl
Offline Send Email
Apr 6, 2004
11:52 pm
545
... We select some platform-dependent third-party library versions via labels. ... The sub-configuration is more of a subset of the configuration needed for...
Sten Rosendahl
sten_rosendahl
Offline Send Email
Apr 7, 2004
12:16 am
546
... I'm not sure I understand the question. I took Robert's answer to be one describing a solution that spoke only of source-file and directory organization...
Brad Appleton
bradapp1
Offline Send Email
Apr 7, 2004
4:23 am
547
... Can you give exmaples of what your config-specs look like for two different platforms (doesn't have to be the exact cspec you use, just a minimal simple...
Brad Appleton
bradapp1
Offline Send Email
Apr 7, 2004
4:26 am
548
... everything ... different ... simple ... (providing this just as info as I don't know the specific issue this user has) If one of the platforms involved is...
Stephen Menton
ambroseseattle
Offline Send Email
Apr 7, 2004
8:23 am
549
Brooke, It works just as well in perforce. This is a directory-structure trick, not a CM tool trick. The make utility uses $VPATH/$vpath, the compiler uses...
Austin Hastings
Austin_Hastings
Offline Send Email
Apr 7, 2004
6:08 pm
550
... From: Sten Rosendahl [mailto:sten@...] Sent: Tuesday, 06 April, 2004 08:17 PM To: scm-patterns@yahoogroups.com Subject: Re: [scm-patterns]...
Austin Hastings
Austin_Hastings
Offline Send Email
Apr 7, 2004
9:53 pm
551
... From: "Brad Appleton" <brad@...> To: <scm-patterns@yahoogroups.com> Sent: Wednesday, April 07, 2004 6:25 AM Subject: Re: [scm-patterns]...
Sten Rosendahl
sten_rosendahl
Offline Send Email
Apr 8, 2004
3:13 pm
552
... Yeah. And I later state in the pattern that it is often (indeed usually) not what you really want to be doing and that it should only be done when the...
Brad Appleton
bradapp1
Offline Send Email
Apr 9, 2004
3:16 am
553
Hi Brad, ... Sounds like a good idea to discussion about. * Setting * Stream S1 contains (context + contents): * Foundation baseline BL1 for component C1 *...
Frank Schophuizen
fs87
Offline Send Email
Apr 10, 2004
6:59 am
554
Hello all In order to start here, let me introduce myself to the group. I´m Jorge Ubeda, involved primarily in development, but strongly commited to clean...
Jorge Ubeda
jeubeda
Offline Send Email
Apr 10, 2004
1:38 pm
Messages 525 - 554 of 1133   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