|
Why is Scala binary incompatible between different releases?
Started by mohamed.omar.bana on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Because Sun is kind....
There are some changes in the new release that were anxiously awaited and that help with a lot of problems, but it wasn't possible to make them backward compatible.
It's still relatively young and undergoing active development.
|
|
We have the standard Subversion trunk/branches/tags layout. We have several branches for medium- and long-term projects, but none so far for a release. This is approaching fast.
Should we:
Mix release branches and project branches together? Create a releases...
Started by mpd on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Major, long-term, or massive changes.
Have you got multiple projects inside your trunk? In that case for what releases, and then they get moved into the trunk.
Releases is the same as tags...
|
|
What's your prefered method to name your software releases? Like Microsoft: alpha - beta - final - service pack... Like Google: gmail beta - beta - beta - beta - :) Like some softwares: 0.2 - 0.3 - 0.9999...
Started by Click Ok on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
(for bugfixes/maintenance releases) (where x,y if Minor releases are....
(for minor releases containing minor new features and enhancements) x.y.1, x.y.2, etc.
releases, containing important/lots of new features) x.1, x.2, etc.
|
Ask your Facebook Friends
|
<Gravity Cat's Add-On Dump>
<Downloads>
<Items>
Gasoline Canister - RTB Download Link
Night Vision Goggles - RTB Download Link
<Maps>
Afghanistan - Download v1 (14.11.2010)
Credits: Corbiere (ID 6743) - Rock model
Dead Man's Land...
Started by Gravity Cat on
, 15 posts
by 13 people.
Answer Snippets (Read the full thread at blockland):
Finally! A real sniper....
Very nice.
Even ironsights were made.
|
|
At regular intervals, I receive a new release of a vendor's software, delivered as source code in a compressed package, and I don't have access to the vendor's source code repository. We make changes to the vendor's source code between their releases....
Started by RjOllos on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
After that, you can merge the changes between the last two vendor releases (aka the last tweo revisions.
Subversion now has the correct diff information for everything vendor X did during the two releases.
|
|
As an alternative to this question what is the best way to manage custom versions of software for a particular client?
Most of the differences between client releases is changes to the user interface to customize the software to look like it is owned ...
Started by Timothy Strimple on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Since these branches won't ever get rolled up into trunk or another release branch, don't.
Where your client releases are branches of your customer releases.
Release-v1-google /release-v1-microsoft ....
|
|
I am wondering what is best practice when it comes to dependencies and how releases should be done. In my case I have a library that relies on log4net and I am wondering if I should distribute log4net.dll (set the log4net reference to copy local) along...
Started by Fadeproof on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It also means that anyone wanting to get started with your project can... .
I prefer keeping 3rd party libraries local - it makes it clearer what the dependencies are and what version you're using .
I'm not a big fan of putting log4net (or NUnit) in the GAC .
|
|
Imagine you have a large software project where you have to support several branches (releases) at the same time. For instance you have a production release on the website, a integration test release that is currently tested by the customer, a testing...
Started by hstoerr on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If you really want to handle....
If the modified file is changed, the developer is notified workflow .
Is that all "higher" releases are updated automatically without developer or build manager actions if the file is unchanged in those releases.
|
|
How can you remain competetive in the market place and also keep your credentials up-to-date?
I am considering going for the MCPD, but im afraid that it will soon be out of date! The current exams revlove around .net 2.0, asp.net, c# 2.0 etc.
But in the...
Started by Th3Fix3r on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Possibly a cert might open a few more doors for actual interviews... .
Job experience tends to be the main deciding factor in interviews .
As you said, things change quickly.
I have found that for the most part, software development certifications are not necessary .
|
|
I'm looking for an open-source tool that is used to monitor releases of new versions of open-source software and is built using a plug-in architecture (one plug-in for each app that must be monitored).
This is a generic task, at least for package maintainers...
Started by Anonymous on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Also seek for tools that create RSS feed ....
For projects that does not have any RSS - you can create RSS feeds for project news in Yahoo! Pipes .
I've created a google account and added these tools' news feeds to Google Reader which displays RSS for me .
|