0

My team uses Tortoise SVN on Windows, since I'm using Mac, I need version control software for mac so that it doesn't conflict with Tortoise SVN. In other words, my teammates would be checking the code through Tortoise SVN and I'll be checking in the code using some other software. Is it possible? Which version control software can I use? Can I use Git and other team mates can use Tortoise for same codebase?

Khushboo
  • 3,095
  • 2
  • 23
  • 24

1 Answers1

1

Did you try to install svn without Tortoise. Tortoise is only a graphical interface for svn. Probably this may help:

Command-line SVN client for Mac

You may simply install it with brew.

Otherwise install it with a graphical Interface:

The options you find here:

https://alternativeto.net/software/tortoisesvn/?platform=mac

Wolfgang Wilke
  • 490
  • 3
  • 5
  • 13
  • Hi @popeinvestor - thanks much for the response. I'll give it a try. Does that mean I can use the SmartSVN client and other teammates can continue using Tortoise SVN without any conflict? – Khushboo Aug 30 '22 at 14:26
  • Yes that's it. The compatibility is only by the svn protocol and not by the client. Its only a GUI for the svn. But you may also use svn with a command line. By the way please vote the answer for me... – Wolfgang Wilke Aug 30 '22 at 18:42