Victor Araújo
Victor Araújo

Reputation: 387

Is there any good UML modeling tool with version control support?

I've been searching the internet a lot for UML modeling tools that support version control systems, like svn, but I haven't found anything about it. Does anyone know a good uml modeling tool, preferrably free, with version control support?

Upvotes: 2

Views: 1782

Answers (4)

Michael Zilbermann
Michael Zilbermann

Reputation: 1428

You might try BOUML : http://bouml.free.fr

It has a "file control" plugin that should do the trick among cvs, svn and others

Upvotes: 1

Mark
Mark

Reputation: 171

Not free but EnterpriseArchitect Sparx Systems is pretty cheap and works well with various version control systems.

Upvotes: 1

Andrei Tanasescu
Andrei Tanasescu

Reputation: 638

Just a shot in the dark, but Visual Paradigm might do the trick.

Upvotes: 0

Paulo
Paulo

Reputation: 4333

If you are on a mac OmniGraffle works pretty well, but I wouldn't call it full-featured.

As for the SVN, why don't you just save the UML layout file itself in the SVN, that way you don't need the integration.

Upvotes: 0

Related Questions