2

I'm looking for a (free) subversion client that gives a complete DIFF/Compare between two revisions. Xcode's Source Control comparison tool only compares one file at a time, and doesn't give you a list of files updated between two revisions.

I tried to use svnX, but i'm unable to configure it with my local repository using:

svn+ssh://username@server-machine.local/Users/Path/subversion/ProjectName/

Any suggestions regarding an appropriate subversion client, and/or how to make svnX to work?

Mustafa
  • 20,504
  • 42
  • 146
  • 209

2 Answers2

0

The best tool that I have found is subclipse. It is an add on for eclipse but you can use it to manage your repository as well.

Collabnet also offers a product called Collabnet Destktop that includes the subclipse client.

One major caveat is that you have to install the JavaHL library. Make sure to read the OS specific directions!

You might have to play with it a bit but the repository browser is very powerful.

fry.pan
  • 209
  • 1
  • 3
0

I use svnX in Mac OS 10.7.5, You can download svnX for Max OS X here.

There are some server they provide free/private Space for subversion. I used this free/private space from Assembla

Here is screenShot that shows how to setup svnX in Mac OS X. enter image description here

enter image description here

In working copy you can see difference in revision. svnX uses fileMerge to show difference. Its one of the best subversion client for mac os x.

Guru
  • 21,652
  • 10
  • 63
  • 102
  • The problem I'm having is with local SVN repository (that's placed on a network system). Have you ever tried to setup svnX with local SVN repository? – Mustafa Nov 12 '12 at 04:20