Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Windows Subversion GUI that does NOT use a shell extension

Tags:

svn

I need a Subversion user interface that meets the following requirements:

  • User interface that runs on Windows
  • Does NOT require usage of a shell extension (if one is included, it should be optional)
  • Actively maintained (i.e. new, regular releases within the past year)
  • Free

Surprisingly, I'm having trouble finding such a thing! I want it for working with the occasional Subversion repository - I won't be using it on a daily basis. For that reason, options like TortoiseSVN are NOT really desired because they will clutter up and slow down my Windows Explorer shell. (I already have shell extensions for Git and seemingly a million other apps, the last thing I need is yet another shell extension for a source control package I'm going to only rarely use.)

A comparable project for Git is Git Extensions. Binaries are provided for Windows, it's GPL, the last release was within the past 30 days, and the shell extension is optional: it's a standalone GUI. I'm surprised I haven't found such a thing for SVN...

like image 509
James Johnston Avatar asked Nov 21 '11 17:11

James Johnston


People also ask

Is TortoiseSVN free?

TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment.

Does SVN have a GUI?

SVN GUI ToolsThere are several graphical tools to access and manipulate SVN repositories. These can help those people who are not yet fully familiar with version control through CVS or SVN.

What is SVN tortoise tool?

TortoiseSVN is a Subversion client, implemented as a Microsoft Windows shell extension, that helps programmers manage different versions of the source code for their programs. It is free software released under the GNU General Public License. TortoiseSVN.


1 Answers

Subversion WorkBench may be a good solution satisfying your requirements. And it's free of course!

like image 90
pajton Avatar answered Oct 12 '22 16:10

pajton