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 789 - 819 of 1133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
789
Based on previous feedback Ive tried to revise my description and expand my thoughts somewhat regarding "stewardship" and individual-vs-collective ownership. ...
Brad Appleton
bradapp1
Offline Send Email
Jun 4, 2005
6:37 am
790
FYI - this subject has come up on the Subversion User's list. Those interested in some of the responses can look at the archive at ...
Brad Appleton
bradapp1
Offline Send Email
Jun 10, 2005
5:04 am
792
Hi everyone, I'm working in a new role as a Configuration Manager for a data warehouse project. I'm putting together an SCM plan for this project, but first I...
dantenner
Offline Send Email
Jun 14, 2005
8:35 pm
793
For Search Optimizer (Yahoo Search Marketing) we use the first method listed below... We use ANT to do either "creates" (dev, qa, staging, etc. environments)...
David Muller
sandiegomullers
Offline Send Email
Jun 15, 2005
3:53 am
794
Hi Daniel, did you see an examples and templates of SCM Plan, from CMII, for example? - http://www.icmhq.com/CMII%20White%20Papers/CM_Plan.pdf look for "CM...
Dmitry
ldv_mail
Offline Send Email
Jun 15, 2005
8:20 am
795
Thanks Dmitry, Sorry, I mis-expressed myself. I was referring more to what is required out of the SCM Process itself, rather than a list of the sections in an...
daniel.tenner@...
dantenner
Offline Send Email
Jun 15, 2005
9:57 am
796
Hi Dan! I would refer you to "The Principles of CM" discussion thread on CMCrossroads.com at <http://www.cmcrossroads.com/ubbthreads/showflat.php?Number=41248>...
Brad Appleton
bradapp1
Offline Send Email
Jun 16, 2005
5:34 am
797
Hi Brad! Thank you for these links. For me the main principles of SCM comes from the name "Configuration Management" => we need to manage configurations => we...
Dmitry
ldv_mail
Offline Send Email
Jun 16, 2005
7:18 am
798
Hi Brad, These look like exactly what I need! Thanks :-) Daniel...
dantenner
Offline Send Email
Jun 20, 2005
8:02 am
799
I heard about someone doing this somewhere but dont remember the details and was hoping someone here might remember or have an example/story ... I seem to...
Brad Appleton
bradapp1
Offline Send Email
Jun 29, 2005
7:19 am
800
I've been thinking about the practice of locking the SCM repository before a release, whether at the iteration level or a larger project release. My gut feel...
Jason Yip
jchyip2000
Offline Send Email
Jul 11, 2005
12:56 pm
801
Typically a tag is good enough. On some occasions you may find that you need to patch the release build w/o including any other changes that might have gone in...
Brooke Wallace
brookbot
Offline Send Email
Jul 11, 2005
4:45 pm
802
Jason, Using a tag would be a good idea in case you want to make a release out of tagged base line. Lets consider a scenario - If the repository is not locked,...
Ashok J Seetharaman
ashokjayaraman
Offline Send Email
Jul 11, 2005
5:39 pm
803
Hi Jason! Is it the entire repository that is locked? Or just "the codeline"? The practice of "locking" the project (codeline or repository) comes from the...
Brad Appleton
bradapp1
Offline Send Email
Jul 14, 2005
6:42 am
804
Hi, I've recently been given responsibility for our software release group. This is the group in our organization that performs the official builds that go to...
Brooke Wallace
brookbot
Offline Send Email
Jul 14, 2005
9:32 am
805
Hi All! I use to associate a version label with every iteration since the beginning. Such version label is floating, therefore it will travel with any change...
Melvin Perez
melperez
Offline Send Email
Jul 16, 2005
11:02 pm
806
This may interest and/or amuse some of you... It's about what Agile Teams should expect from an SCM process. Comments welcome, especially as we plan to do a...
Brad Appleton
bradapp1
Offline Send Email
Jul 22, 2005
5:10 am
807
[I just blogged on this at http://blog.bradapp.net/] I came up with this when I was thinking about what some of the GoF Design Principles might mean in the...
Brad Appleton
bradapp1
Offline Send Email
Aug 3, 2005
4:40 am
808
I agree. The challenge though is to get developers and their management hierarchy to participate in writing processes and procedures. They appear to be...
Craig Senior
running6string
Offline Send Email
Aug 3, 2005
2:26 pm
809
Posting to the list with the authors permission! ... Brad, This is what I advocate here. I don't care much about how the teams do their CM at the product...
Brad Appleton
bradapp1
Offline Send Email
Aug 6, 2005
4:04 am
810
We are 70 member team involved in developing a J2EE application. We are using CVS for code maintainence. Currently we are providing Integration Testing Support...
karthicsethu
Offline Send Email
Aug 7, 2005
10:29 pm
811
I am also working on a large project team that is developing parallel releases of a J2EE application. The project uses StarTeam 6.0 for software configuration...
Michael Sayko
michaelsayko
Offline Send Email
Aug 8, 2005
12:42 am
812
Hi Brad, We use a system that is similar to what you are discussing. I had a post some time back in a XP mailing list where i described it to some level. Our...
kcsarath
Offline Send Email
Aug 31, 2005
6:54 am
813
Ive been trying to come up with a set of principles of "Agile CM" (see http://blog.bradapp.net), some of which are analogous to "Uncle Bob's" Principles of OOD...
Brad Appleton
bradapp1
Offline Send Email
Aug 31, 2005
7:19 am
814
... Thanks Dean I believe you are correct that a package would correspond to a "configuration" of "things" - and in fact in the field of SCM there is an...
Brad Appleton
bradapp1
Offline Send Email
Sep 2, 2005
6:46 am
815
Here is one example where this rule does not apply well. In large systems it is sometimes necessary to restrict access to certain files or components of code...
Brooke Wallace
brookbot
Offline Send Email
Sep 6, 2005
11:43 pm
816
Hi Brooke! Many thanks for the feedback! ... I agree - this breaks the change closure principle as it had been stated. My next question would be: so which is...
Brad Appleton
bradapp1
Offline Send Email
Sep 7, 2005
1:12 pm
817
... This is a special case of a general problem. The general case IMO is that of 'interfaces' in CM parlance. Most of my clients that deal with this problem do...
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 7, 2005
6:31 pm
818
... From: Brad Appleton To: scm-patterns@yahoogroups.com Cc: XP list ; Agile Modeling list ; XPE2e list Sent: Wednesday, September 07, 2005 6:12 AM Subject:...
Brooke Wallace
brookbot
Offline Send Email
Sep 7, 2005
11:35 pm
819
Austin Hastings wrote: ... Interesting - can you give an example? ... Could be. My initial thought is my attempt at translating the three principles from OOD...
Brad Appleton
bradapp1
Offline Send Email
Sep 8, 2005
6:10 am
Messages 789 - 819 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