Mel
Mel

Reputation: 2075

Alternative to using Xcode with Subversion

Seemed great to have subversion integrated in Xcode. However it is very primative compared to other IDEs. Are there another programs out there that I can use to manage Subversion for my iPhone project?

Upvotes: 0

Views: 214

Answers (2)

Alexey Kukanov
Alexey Kukanov

Reputation: 12764

I use SmartSVN and like it a lot. Even the free-of-charge Foundation version is decent IMO. You may also try Professional version for a month to decide whether you need it. Features I like most: change sets (Pro only), applying patches (Pro only), their built-in change viewer + editor. The built-in conflict solver could be better, but an external tool can be used instead.

Upvotes: 0

puzzle
puzzle

Reputation: 6131

Versions can do a lot of the things that go beyond what the SVN integration in Xcode can do.

Upvotes: 2

Related Questions