Tortoise SVN on Windows allows a single user without a network connection to create a repository on the user's machine to check code into, without needing any separate server installation or configuration. This is very useful for lone developers. Is there an SVN client for Mac OS X with this feature?
|
|
I've heard good things about Versions. |
||
|
|
|
scplugin is a Finder plugin for OS X that works similarly to TortoiseSVN on Windows in terms of user interface. To create a local repository on a Mac, you can follow these instructions, which require a bit of command line wrangling: |
||
|
|
|
|
The regular |
||||||||
|
|
|
You could use Versions or Syncro (both not free).... or just command line svn/svnadmin. You may also look at distributed VCS Mercurial and clients like Murky. They provide working only locally, too - and it's easier to migrate DVCS to centralized usage (i.e. if your team grows...) |
||
|
|
|
|
Besides just using the command line, the short list of graphical clients (just off the top of my head) for Mac OS X are: Versions and don't forget that Xcode can natively interface with both CVS and subversion without needing external tools. |
||
|
|
|
|
I think you are looking for something along the lines of Cornerstone. There are a couple of great Mac OS X subversion tools, but this one in particular will allow you to create a local repository on your own computer through the GUI. From their website:
|
||
|
