Live data from Hacker News

Ask YC: which subversion client do you like most

news.ycombinator.com

1–10 of 23 posts

Re: Ask YC: which subversion client do you like most

#3

command-line svn and Trac web interface gets the job done. That said, I'm probably going to switch to mercurial or fossil for the next project.

Do you find those tools solid to control your project ?

I keep comparing everything back to Perforce and nothing seems to be as good.

Re: Ask YC: which subversion client do you like most

#4

command-line svn and Trac web interface gets the job done. That said, I'm probably going to switch to mercurial or fossil for the next project.

same here, I've switched a few projects over to mercurial already and Trac supports it pretty well too

Re: Ask YC: which subversion client do you like most

#7
post #3

command-line svn and Trac web interface gets the job done. That said, I'm probably going to switch to mercurial or fossil for the next project.

Do you find those tools solid to control your project ? I keep comparing everything back to Perforce and nothing seems to be as good.

From a "control" perspective Perforce gets a lot of things right. It's fast, efficient and easy to maintain. It's also a big hit with nosy managers since they can easily limit what any developer can see and also tell exactly what each developer has checked out. Keeping all the metadata at the server has it's advantages.

I believe Perforce's customers include both Google and Microsoft. They must be doing something right.

That said, I think more and more people need to deal with multiple projects at once where there isn't a single central policy. Distributed VCS systems really shine as "control" becomes less important.

Re: Ask YC: which subversion client do you like most

#8
post #4

command-line svn and Trac web interface gets the job done. That said, I'm probably going to switch to mercurial or fossil for the next project.

same here, I've switched a few projects over to mercurial already and Trac supports it pretty well too

Have you seen any companies offering hosted mercurial?
Post reply on HN