We've switched from CVS to SVN at work, and I was surprised to find out that Subversion doesn't actually have a command line tool worth salt. Sure, there's svn, but it's not designed with a developer in mind at all. The more I use Subversion, the more I feel like it was actually designed for something else, and I just happen to be using it for source code.
As one developer on my team describes the switch, "I miss my old girlfriend."
2 comments:
why do you need the command line?
"why do you need the command line?"
CLI interface has been used in lots of shell scripts to automate things, which will be very error prone if you don't/
so basicallly you are asking why do we automate things.
Post a Comment