What are people's thoughts on how to treat IDE configuration files, as compared to build script files in terms of sharing and version management? Here's a...
Hello Steve, I avoid versioning anything (such as Eclipse project and classpath files) that can be generated from an authoritative source. IDE meta-files...
central project stuff should be managed by M2 only. Artifacts and dependencies should be independent on special IDEs. I do not like settings which cannot be...
a quick hack that i've used in the past: have /users/<username>/eclipse directories and have folks store their own stuff there that they needed and symlink...
amaximov
anton@...
Jan 4, 2009 1:30 am
1108
Thank to everyone for comments. My thought was that the IDE configs were secondary, and things that should not be versioned at all. It sounds like a good...
At the risk of pointing out the obvious, IDE configs are not just about storing build settings. They are frequently ways to save developer hours. Even if a...
Thanks Austin for pointing that out. The rule of thumb we use is the same - it doesn' t matter what kind of file it is but if it will cost major time or $ to...
But then you would keep that in an SOE DSL, not a Product CMDB. In my experience it really does need to be a complete SOE (e.g. correct version of libraries...
Please tell e no one is 'building' with IDE's ========== Curtis Yanko Application & Developer Infrastructure Services Source->Build->Deploy W: 860.702.9059 M:...
... Not me! But sometimes the developers insist that the SCM team manage some of their derived IDE files and IDE config files -- They point I was trying to...
... I agree with this. To me, it's the bigger CM issue of 'levels of control' as opposed to the core CM issue of 'version control'. I group the SOE into...
I agree that productivity is important. I'm still wondering if having tools to get from the pom to the IDE projects isn't a better approach though. The things...
Just curious to know who in the group is doing SCM and/or continuous integration with Web based products (read PHP)? What tools are you using? I'm new to the...
Hi All, From my point of view, the purpose of continuous integration when used with technologies such as PHP (or any other interpreted only language) is mainly...
Hi, We have been using ANT and cruise control for builds and deployments, SVN for version control, Selenium for functional testing and PHPUnit for unit ...
Hi Folks, In response to Randy's question and to further Thiago's discussion: We've gone as far as using continuous integration even for config files. The...
Hi All, I've come across a lot of people who I talk to about SCM patterns who seem very interested in knowing more about branching.. Brad, I and others wrote...
I still refer to it, especially the anti-patterns! Wonder if the rise of DVCS systems changes anything. Thanks so much for writing this. Best Julian. ... -- ...
It would be nice to enhance the pattern descriptions with actual usage scenarios. Perhaps the community could pitch in some examples of how they were able to...
I certainly find it useful and given the level of abstraction it doesn't seem 'dated' to me. ========== Curtis Yanko Application & Developer Infrastructure...
It is priceless. Our company is in process of converging many different SCM systems into one (different tools, different beliefs, different locations). We...
Hi fellow SCM-Patterns list members, I realize these questions are at best only related to SCM, but I tend to like the opinions of this group of people so...
That info is as relevant today as it was a decade ago. I have used it in the past when defining code line strategy and recommend the info as part of SCM best...
... I think it may change things. I found the branching information very helpful, yet an update to reflect the sort of distributed cloning/forking and merging...
Hi Phil, I don't meant to be contradictory and I admit that I have not seen the QT repository, but the paper does cover private lines/branches. I think that ...
More thoughts for the discussion..... Perhaps it's not a change in branching per se, but a dramatic lowering in the perceived cost and risk of branching that...