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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 424 - 453 of 1133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
424
British Computer Society CM Specialist Group "Why Software Asset Management and Configuration Management is essential" How do we sell configuration management...
Robert Cowham
cowhamr
Offline Send Email
Mar 3, 2004
11:58 pm
425
I think I forgot to announce this to this list (sorry about that). I gave a presentation on the topic of "Agile" SCM on March 4. Anyone interested in seeing...
Brad Appleton
bradapp1
Offline Send Email
Mar 17, 2004
6:41 pm
426
Hi, I'm wondering if anyone has information or perhaps an implementation of SCM for a relational DB? I have a situation were we need to version control a set...
Brooke Wallace
brookbot
Offline Send Email
Mar 17, 2004
7:19 pm
427
Hi Brooke! We (Steve B., Steve K., and myself) had an article that touched on this subject in the January CMCrossroads News. Take a peek at: ...
Brad Appleton
bradapp1
Offline Send Email
Mar 17, 2004
7:35 pm
428
You might want to have a look at an article that Brad, Steve K and I wrote for CM Crossroads in Jan. It might get you started.. ...
steve@...
berczuk
Offline Send Email
Mar 17, 2004
7:37 pm
429
Hi, On 17 Mar 2004, at 19:19, Brooke Wallace wrote: [snip] ... [snip] Last year I did a little project that sounds similar. I ended up using a single-file...
Adrian Howard
ajh65537
Offline Send Email
Mar 17, 2004
8:07 pm
430
Yes, I am definitely looking into the possibility of implementing a change of format rather than a DB API, although it may not be practical. Thanks for the...
Brooke Wallace
brookbot
Offline Send Email
Mar 17, 2004
8:54 pm
431
Hi Brooke, We use XML files to represent small amounts of structured data. They version rather nicely - even in VSS - as they are just plain old text files. ...
Alan Ridlehoover
alanridlehoover
Offline Send Email
Mar 17, 2004
9:09 pm
432
Hi Brad, Good presentation! In my experience, there are still many forces away from Agility. - Many managers fear losing control. But the few managers I know...
Frank Schophuizen
fs87
Offline Send Email
Mar 18, 2004
8:22 am
433
Greetings Brad, Thanks for posting the slides! Great work on the presentation too! Regards, Paul...
Paul Gebert
pgebert299
Offline Send Email
Mar 18, 2004
4:29 pm
434
Readers of this group are probably familiar with the task level commit pattern. This pattern prescribes that each check-in to a version control system should...
Michael Sayko
michaelsayko
Offline Send Email
Mar 20, 2004
3:19 am
435
Michael, In general, if you're using the task level commit (TLC) pattern, you'll have to determine (in advance) the amount of automation support you have ...
Austin Hastings
Austin_Hastings
Offline Send Email
Mar 20, 2004
5:29 am
436
SourceOne is an IT recruitments firm operating out of Bangalore, and providing services to IT corporates across India. We at SourceOne believe that to keep...
Priya Kumar
s1sys_qajobs
Offline Send Email
Mar 20, 2004
1:50 pm
437
Austin, How would handle the scenario in which a shop uses a change tracking object (i.e., a task) to manage all check-ins, but does not want to build using...
Michael Sayko
michaelsayko
Offline Send Email
Mar 20, 2004
3:49 pm
438
Michael, MORE ON TASK-BASED-DEVELOPMENT Correct. When you are doing TBD, you want to abandon the notion of "tips" entirely. Instead, define your change process...
Austin Hastings
Austin_Hastings
Offline Send Email
Mar 20, 2004
7:09 pm
439
Austin, If I do task based development as you describe below, it seems that I cannot have continuous integration as described by Martin Fowler. While the...
Michael Sayko
michaelsayko
Offline Send Email
Mar 21, 2004
3:15 am
440
Michael, Of course: use finer grained tasks. I think that you're getting confused about the difference between, say, a "Change Request" (CR), and a "Change...
Austin Hastings
Austin_Hastings
Offline Send Email
Mar 21, 2004
3:56 am
441
... There is a second form of implicit dependency. Let's assume you have 2 chunks of work: Task1 and Task2. Both tasks require the same file (file1.c) to be ...
Frank Schophuizen
fs87
Offline Send Email
Mar 21, 2004
8:35 am
442
Let me toss one other issue into the mix; I'd like to hear what people think... There are a couple of principles that are good to follow: 1. Always use the...
Steve Berczuk
berczuk
Offline Send Email
Mar 21, 2004
6:03 pm
443
Steve, Your question is definitely in line with the relationship between task level commit and builds. In the scenario that you describe, I would opt for...
Michael Sayko
michaelsayko
Offline Send Email
Mar 21, 2004
9:41 pm
444
Steve, This is more a more common request than you might think. The right way to do this is to build support for it into your process: Create a mechanism that...
Austin Hastings
Austin_Hastings
Offline Send Email
Mar 21, 2004
9:45 pm
445
Steve, ... Probably a good rule a lot of the time, but presumably the refactoring was big enough that dividing the work up like this was a good thing. I don't...
Shayne Wissler
thales000
Offline Send Email
Mar 21, 2004
10:04 pm
446
Austin, It has always been my experience that the longer a developer waits to check in a change, the more difficult it is to integrate that change with the...
Michael Sayko
michaelsayko
Offline Send Email
Mar 22, 2004
4:15 am
447
... For this scenario, I recommend the developer's collaborate together on a branch. Either they both work together on the same development branch (assuming...
Brad Appleton
bradapp1
Offline Send Email
Mar 22, 2004
6:58 pm
448
Hi Brad, Regarding your first recommendation: I think each individual developer should always have his own private branch, assuming the SCM tool makes it an...
Shayne Wissler
thales000
Offline Send Email
Mar 22, 2004
8:40 pm
449
... I think if it is a small enough task, and if two tasks are so closely coupled as to require such constant collaboration, that the two separate tasks really...
Brad Appleton
bradapp1
Offline Send Email
Mar 23, 2004
12:59 am
450
... WHOOPS! That should have been "Stable Dependencies Principle" above (SDP, not SAP). In general, if I take the the following OOD principles: - REP...
Brad Appleton
bradapp1
Offline Send Email
Mar 23, 2004
1:11 am
451
... So, your position is that it is absolutely, unequivocally wrong to ever divide the tasks in such a way? From my own experience I would admit that it is...
Shayne Wissler
thales000
Offline Send Email
Mar 23, 2004
4:06 am
452
... I think my position is that it is absolutely unequivocally wrong to ever try to puts words in my mouth like "absolutely unequivocally wrong to ever ..."....
Brad Appleton
bradapp1
Offline Send Email
Mar 23, 2004
6:07 am
453
... Where can we find a description of these principles, and what other principles from OOD apply to SCM? Frank. __________________________________ Do you...
Frank Schophuizen
fs87
Offline Send Email
Mar 23, 2004
6:34 am
Messages 424 - 453 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