Any of you losers use Subversion?

  • Thread starter Thread starter Sic
  • Start date Start date

Sic

Sic

Soldato
Joined
9 Nov 2004
Posts
15,365
Location
SO16
http://versionsapp.com

in beta til 1st July, don't know what they'll charge for it after that but it's badass so it'll probably be worth the cash.

A decent svn client is lonnnnnnnng overdue. The file comparison bit could use a little polishing and is not very intuitive but it works well enough once you've figured it out. Enjoy.
 
tell me about it! it has taught me to use the command line one like a total pro though!
Same. I had to learn it myself. Every-other program out there for Mac is absolute rubbish.
isn't it great?!
Probably the best program on Mac now. lol. I love it. It looks great, easy to use/navigate, simple function, great results. Just how every Mac application should be.

Wish I had to do some work now JUST to use it! :D
 
Email I just sent the dev team:
Hi there,

I just have to congratulate you on a simply amazing application!

Mac users have been calling for a decent SVN program for years (well, I have..) and you finally come around to save the day.

It looks great, easy to use, simple functions and fast results. Brilliant.

I will most certainly be purchasing this application when it is released. I'll be using it a lot every day so will check and report back if there are any bugs with it.

Thanks!
Rob
<3
 
Wish I had to do some work now JUST to use it! :D

aha! I emailed it to my boss as he's looking to implement version controlling - he said I can become the svn guy so I've got perfect reason to use it and get myself a licence when it's released! :D

I also spent last night putting all my existing code on my machine into subversion repositories. What I really want is one of those big 16GB USB drives to do it all on there :D

haha, you kiss ass!!
 
Thanks. I currently use ZigVersion; I think it's OK, but something a bit more Mac-y is always welcome. I've got a pile of coding to do this weekend so will be checking Versions out :)

arty
 
Hmm I think Ill wait till the 1st July to see how much they plan on charging for it. TBH there's already far too many people charging money for applets on the Mac that would be freely available on any other platform and I would put this tool firmly in that category.
I'll probably stick with the shell though.
 
Don't waste time with subversion, use 'git'. I'm a professional software developer, and I used pretty much every major SCS to date (some, like cvs and svn, for years); now I use git exclusively (including the subversion<->git bridge).
It is /so/ much better than subversion it's not even funny. True it doesn't have funky front end, but the speed and the functionality is so enormously superior that you won't mind the command line after all.
 
Don't waste time with subversion, use 'git'. I'm a professional software developer, and I used pretty much every major SCS to date (some, like cvs and svn, for years); now I use git exclusively (including the subversion<->git bridge).
It is /so/ much better than subversion it's not even funny. True it doesn't have funky front end, but the speed and the functionality is so enormously superior that you won't mind the command line after all.

I'm a professional web developer. Can't say I've ever had a problem with svn, used git and it seemed the same for what I use it for so I can't see myself changing. There does seem to be a tonne of hype over git at the moment. Why is that?

Also, with the OSX version of git, there's a nice little gui anyway
 
The main hysteria with git is just because Linus is involved and openly slagging off every other SCS system. It really doesn't offer anything new, and I don't really buy the non-centralised approach from a manageability/reporting/backup point of view.

As long as your source code doesn't get stuffed up and you can easily get at it then you may as well just stick to what you're used to.
 
I work with very, very large source trees (read several million lines) and svn is a dog. We can't branch because it's too slow, I can't share bits of code with other developers without having them in the 'central' repo, and we can't checkin if there is a major 'official' build being prepared. Therefore, lots of people end up with important changes not checked in until it's done or bust. So much for source control, and 'backups'.

With git, I can switch from a branch to another in less than 5 seconds, on the same tree. I can have several branches with my various 'in progress' project, I can share these with the guy at the next desk without poluting everyone else. I can do merges in many ways, I can /reorganize my branches/ (including reordering/deleting/merging my commits), before committing to the official ones.
And, I can /still/ have a central repository; it's just another repo I call 'origin' and 'pushes' my stuff into so it's backuped.

Sure git doesn't invent anything major, it's just that it's implemented properly and is very fast. I've spent too much lifetime in meetings where the topic was "how can we so this or that with svn/cvs and survive the experience". I actually look forward of merging stuff with git because 1) it's probably going to work automagically 2) I used to postpone for days doing it in svn because of the pain in the ass involved.

And git is non-intrusive, you can use it for other things than source file. I use it in the /etc of my servers, and I even use it on my Eagle CAD files -- no need for an external repo here, but I still have history, tags, diffs and branches. Chrismas.

Oh, and 'linus' is nothing to do with me liking git. I actually think linus is a git anyway. but you have to give him credit on stuff, and git is a small jewel.
 
Hmm I think Ill wait till the 1st July to see how much they plan on charging for it. TBH there's already far too many people charging money for applets on the Mac that would be freely available on any other platform and I would put this tool firmly in that category.
I'll probably stick with the shell though.

Seriously you should actually use the app first before making judgements like that.

The people behind it have obviously worked hard on it and even if there are free alternatives available, I see no reason why these people can't make the decision to charge for their work.
 
Back
Top Bottom