English 中文(简体)
免费视窗转换 NOT使用壳体延伸
原标题:Free Windows Subversion GUI that does NOT use a shell extension
  • 时间:2011-11-21 17:14:30
  •  标签:
  • svn

我需要一个符合以下要求的颠覆用户界面:

  • 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.)

吉特的一个可比项目是:Git分机。 视窗为Windows,它为GPL,最后发行时间是30天之内,空壳延期是选择性的:它是一个单独的全球倡议。 我感到惊讶的是,我没有发现过这种事情。

最佳回答

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

问题回答

The problem is that most Windows users love TortoiseSVN so much that there isn t much demand for other Windows clients. However, there are a few:

  • RapidSVN. This is one of the Tigris projects that CollabNet has (and Subversion was also a Tigris project). It s official version is 0.12 which seems to me to say that the developers don t have much faith in the product.
  • QSvn. From a KDE project for a Subversion client using the QT toolkit. It should work on Windows, but like many QT projects, it ll probably have a decidedly non-Windows feel to it.
  • PySvn: now has the GUI part of it under a separate name as SCM Workbench leaving PySVN just for the SVN command line library. You don t need to install Python beforehand any more.

Word o Warning: I never used any of these tools. I like using the command line client myself.

您可使用





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签