windows - Subversion Client-Side application -


which standalone windows gui application recommend use accessing subversion repository?

edit: lot of people mentioning tortoise, looking application not shell extension. people questioning reasoning behind not wanting use shell extension. in our environment rather interact repository (when not using ide plugin) through management application , not navigate files through windows explorer.

standalone clients

for total stand alone synchro svn powerful , cross platform solution. looks native application on each of platforms.

the subversion website includes listing of other standalone svn clients (most cross platform). [copied list below http://subversion.tigris.org/links.html#clients]

esvn - cross-platform qt-based gui frontend subversion http://sourceforge.net/projects/esvn

fsvs - fast subversion command-line client centered around software deployment http://fsvs.tigris.org/

kdesvn - subversion client kde http://www.alwins-world.de/wiki/programs/kdesvn

qsvn - cross-platform gui subversion client http://ar.oszine.de/projects/qsvn/

rapidsvn - cross-platform gui front-end subversion http://rapidsvn.tigris.org/

rsvn - python script allows multiple repository-side operations in single, atomic transaction. https://opensvn.csie.org/traccgi/rsvn/trac.cgi/wiki

smartsvn - cross-platform gui client subversion (not open source. available in free , commercial version.) http://www.syntevo.com/smartsvn/

subcommander - cross-platform subversion gui client including visual text merge tool. http://subcommander.tigris.org/

svnx - mac os x panther gui client. http://www.lachoseinteractive.net/en/community/subversion/svnx/

syncro svn client - cross-platform graphical subversion client. (not open source. free trial versions available mac os x, windows , linux.) http://www.syncrosvnclient.com

workbench - cross platform software development gui built on subversion written in python http://pysvn.tigris.org/

versions - gui subversion client mac os x. (not open source; requires commercial license.) http://www.versionsapp.com/

zigversion - subversion interface mac os x. aims design interface around typical workflows of programmers. (note not open source.) http://zigversion.com/

integrated clients

tortoisesvn best general use system [an integrated system not standalone - martin kenny]. integrates windows explorer (you can use in explorer or shell dialog) works extremely , gives full power of svn.

ankhsvn solution integrates visual studios (except express editions).

svn notifier monitors repositories , notify when changes. integrates tortoisesvn show diffs , commit logs. handy when working in team environment.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -