Subversion 1.5.0 Released
Hyrum writes "The Subversion team is proud to announce the release of Subversion 1.5.0, a popular open source version control system. The first new feature release of Subversion in almost 2 years, 1.5.0 contains a number of new improvements and features. A detailed list of changes can be found in the release notes. Among the major new features included in this release is merge tracking—Subversion now keeps track of what changes have been merged where. Source code is available immediately, with various other packages available soon."
or does anyone else find the FISA article and the Subversion article being sequential a tad ironic?
Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
Cue in the subversion vs git vs cvs vs monotone vs hg flames.
I think it's you.
I'm just happy it's finally released. First feature release in two years!
If git is so much better, why doesn't linux support dtrace and zfs yet?
I'm more into sedition than subversion.
Wait. What?
No folly is more costly than the folly of intolerant idealism. - Winston Churchill
Sounds like they need to use some sort of version control system to help speed things up.
I've been using subversion since it first came out and I must say it is really easy to use and a dream compared to some of the commercial offerings I have to fight with.
Thanks for all the hard work...
FreeBSD has been moving to Subversion recently. The change will take some time to consolidate but I am sure they made the right choice due to the way they work.
No.
I started out in version control with SCCS. I used the first generation of ClearCase when it came out. (Still the most transparent system yet devised, a dream to use for an individual developer, crippled by inability to scale, admin complexity, and absurd cost).
The fact of the matter is that CVS works. My current project has > 500K lines of code in CVS, and we sell product. We don't like CVS, we're planning to move to SVN, but the fact of the matter is that we don't *have* to. To me, the source control system is more or less like the file system : I need it to the extent that my work is in there, but other than that I don't want to see it or even know it's there. People drool over git and mercurial like these things are -doing work-. I don't get it and I don't buy it. The fact of the matter is, that unlike say a compiler, the SCM system has ZERO effect on the end product.
So I get the advantages -for some projects-, esp. large open source or distributed commercial projects, of a natively distributed SCM system. I don't get how SVN is now inferior and lame because it isn't distributed.
Of course, I've long since converted everything to git, but at least it's nice to know if I'm stuck using Subversion it has at least some basic functionality. (Yes I'm damning with faint praise here.)
Now how about some real tags instead of "branches you don't update"?
...TortoiseSVN (yes, I know it's not technically part of svn). Makes version-control accessible to pretty much anyone who can operate a mouse.
I'd love to move to git or mercurial or similar, but frankly Tortoise outweighs all that distributed goodness.
Does anybody know how much time is going to pass, before 1.5.0 is released in debian?
Wow! I just looked at Bazaar.
Things I noticed:
Bazaar developers are very good writers. They explain things very well.
A lot of things they say make good sense to me. (Bazaar versus Git)