0

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?

Mel
  • 2,055
  • 2
  • 26
  • 45
  • possible duplicate of [Which SCM system for Xcode?](http://stackoverflow.com/questions/431881/which-scm-system-for-xcode) – John Parker May 22 '11 at 20:55
  • 1) Completely unrelated to Objective-C: tag removed. 2) Why switching to a new IDE when you can just use a separate app like Versions or Cornerstone? iOS development in an IDE not Xcode or Emacs is a hell, which I know from personal experience. –  May 22 '11 at 21:06
  • The possible duplicate is a different question. It is not what SCM system. It is what program can I use for SVN besides XCode. – Mel May 22 '11 at 21:21

2 Answers2

2

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

puzzle
  • 6,071
  • 1
  • 25
  • 30
0

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Alexey Kukanov
  • 12,479
  • 2
  • 36
  • 55