Question

We have a situation where a large number of .NET developers use Team Foundation Server 2010 for source control, and a small number of iOS developers (on Mac OS X, obviously) use Subversion.

In the hope of unifying these two systems, we have looked at using SvnBridge on the TFS server to allow SVN clients to connect to it.

Our initial tests (using TortoiseSVN on Windows) showed this working just fine.

However, the Mac users have not had much luck, trying a couple of different SVN clients.

Using the Versions SVN client, they are able to view the repository, check out, and check in; however, when viewing history, it does not show the name of user who committed a changeset, nor the comment attached to that changeset.

Using the Cornerstone SVN client, they could not even get the timeline to display, it just sat and span forever.

They do not wish to use Xcode's built-in SVN support as it is "crap" (their words, not mine).

Has anyone successfully used Versions or Cornerstone with SvnBridge? Did you encounter the issues I describe, and if so, how did you overcome them?

Or can anyone point me towards another Mac SVN client which they have used successfully with SvnBridge to TFS?

No correct solution

OTHER TIPS

I have personally had this work as expected using the OS X native SVN cli ( command line interface ).

I don't use SVN GUI's, but I would envision that these clients ( Versions or Cornerstone ), and possible expected output they might be parsing for might more be the issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top