Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Gnome (Score 1) 212

In my humble opinion, it's not so much "the user is an idiot" as much as "the user doesn't need built-in functionality to change every flippin' thing via a GUI". Note though that I'm talking about Classic Gnome, not Gnome Shell: don't know much about Shell.

Disclaimer: I use Gnome.

Comment KDE (Score -1) 212

Everything about it still looks like it was designed by a developer, IMHO. Maybe I just need to really try it and get used to it. So much gray though...

Comment I love SVN (Score 0) 442

I love SVN, it works great, and the central repository model works great in almost every situation. But, recently, I've began using Git for my own projects because I dual-boot Windows and Linux. Allow me to explain.

With SVN, I have to maintain two different working copy trees: one for Windows, and one for Linux. This is because since they have different file addressing styles, they reference the central repository differently. So I can't just use the same working copy on both.

But Git fixes this problem by not caring where it is or where anything else is (unless you set up an origin, of course).

Another thing I like about git is that's it's practically impossible to break a project tree, as opposed to SVN where it's very easy. Your tree is completely clean except for a .git file at the very top. Though one thing I dis-like about it is the fact that I can't extract just a small part of a repository.

Slashdot Top Deals

"Engineering without management is art." -- Jeff Johnson

Working...