mehYou could just use svn on the command line....
Does it not work if you't reboot? Can't you disable the automatic updating and just do it yourself monthly or something?
Hey, I'm as big a fan of the command line as the next guy. Personally, I use Git. But I'd give my eye teeth (metaphorically) for a really good Git GUI.why meh? command line shits on gui.
Hm, can you block the update server in your hosts file?It's not on auto update. But will give me popups every day (maybe twice a day depending on usage?) alerting me that I am "out of date" until I update.
I'm not one to shy away from a command line either. But typically the guys who are ok with using the command line are just committing/updating, essentially reducing version control to a backup system. IMO, if you are using it the way it SHOULD be used, you need a GUI. I enter detailed comments (SPELL CHECK!), and I don't commit all changes as one commit. I break them out on a per task, or per issue, basis, so that any one can be rolled back independently. The checkbox list tortoise offers is indespensible. I'm an svn Nazi at work, if someone just commits a whole days worth of work as a single commit, I flip out. VC is not a "save your work once a day" tool, it is a VERSION control tool.Hey, I'm as big a fan of the command line as the next guy. Personally, I use Git. But I'd give my eye teeth (metaphorically) for a really good Git GUI.
IMHO, version control isn't suited well to the command line. There are too many different options and operations to remember.
not a bad idea, but then I'd NEVER update.Hm, can you block the update server in your hosts file?
I'm not one to shy away from a command line either. But typically the guys who are ok with using the command line are just committing/updating, essentially reducing version control to a backup system. IMO, if you are using it the way it SHOULD be used, you need a GUI. I enter detailed comments (SPELL CHECK!), and I don't commit all changes as one commit. I break them out on a per task, or per issue, basis, so that any one can be rolled back independently. The checkbox list tortoise offers is indespensible. I'm an svn Nazi at work, if someone just commits a whole days worth of work as a single commit, I flip out. VC is not a "save your work once a day" tool, it is a VERSION control tool.
not a bad idea, but then I'd NEVER update.
It's a programmer thing. Some insecure programmers think that it makes them more of "a man" if they do everything in the command line, regardless of whether it actually is more efficient. It's really annoying.What is it with the odd attraction to the command line?
It's a programmer thing. Some insecure programmers think that it makes them more of "a man" if they do everything in the command line, regardless of whether it actually is more efficient. It's really annoying.
No it's the fact that it's usually easier to do complex things on the command line. Skilled computer professionals typically want to do everything as automated and quickly as possible. The command line is the best known way to accomplish that.
No it's the fact that it's usually easier to do complex things on the command line. Skilled computer professionals typically want to do everything as automated and quickly as possible. The command line is the best known way to accomplish that.
How do you get to the folder? Multiple right clicks, taking your hands off the keyboard to another device, and being unable to save the command for later. Can you pull changes from the server, create a dev branch, and open the project in a single action?
I seriously don't know any professionals that use the gui of their operating system for anything more than window management and very basic file management. For example, yesterday I was tasked with finding all word docs submitted by staff members on our file server, identifying files that were more than 2 years old, categorizing them into folders by department (they are in a giant drop box type folder, this was the hardest part but was simply solved with a pipe and a script), encoding them into pdf files, and finally generating a spreadsheet report for upper management.
Do that with a GUI quickly. It took me about 2 minutes to solve.
The cases were a gui is faster are usually very simple operations or task where you just can't be bothered to learn the tool your using.
How do you get to the folder? Multiple right clicks, taking your hands off the keyboard to another device, and being unable to save the command for later. Can you pull changes from the server, create a dev branch, and open the project in a single action?
I seriously don't know any professionals that use the gui of their operating system for anything more than window management and very basic file management. For example, yesterday I was tasked with finding all word docs submitted by staff members on our file server, identifying files that were more than 2 years old, categorizing them into folders by department (they are in a giant drop box type folder, this was the hardest part but was simply solved with a pipe and a script), encoding them into pdf files, and finally generating a spreadsheet report for upper management.
Do that with a GUI quickly. It took me about 2 minutes to solve.
The cases were a gui is faster are usually very simple operations or task where you just can't be bothered to learn the tool your using.
tab completion is supposed to be as quick as a check box?
and does your command line underline mispelled words?
Git guys don't use the GUI because there still isnt a decent gui made for Git. Once a Git gui comes along that is as handy as Tortoise you guys will be on it like flies on shit.
Yes, I do! and my statement stands.You realize there is a tortoise for got right?
As if that opinion wasn't obvious by now.Also I used svn for years and I hate tortoise.
...You can configure the command line to pop up whatever editor you want to type in a commit message, so the spellcheck argument is kinda moot...
Somehow I don't see launching a GUI to assist the command line as more efficient than just using a GUI in the first place.