Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
The SvnBot is a simple single purpose IRC robot that monitors one or more SVN repositories. When changes are committed to a source repository the robot makes an announcement in an IRC channel.
SvnCrawler is a tool for analysis of Subversion (SVN) repositories. The project includes different plug-ins for generating csv reports, rss feeds and more. Creating a new plug-in takes only a few bash lines. More info: http://svncrawler.sourceforge.net
TUsvnAddIn (svn) is a free open source TortoiseSVN add-in for visual studio. TUsvnAddIn allows developers to use some of the TortoiseSVN features over Visual Studio 2005/2008/2010. Users may also use the code as reference as they please.
TortoiseSVN Revision Get is a super-simple graphical wrapper around the revision retrieval functionality offered by the wonderful TortoiseSVN Subversion client for Windows, itself a graphical wrapper around the Apache Subversion source control system.
TortoiseSVN Revision Get is released under the BSD 2-Clause License.
TracExplorer is an integration software for Edgewall's Trac Server. It includes a Visual Studio Trac Integration Addin and the TortoiseSVN bugtraq integration.
A pure java application to synchronize Visual SourceSafe (VSS) database to the Subversion version control system (SVN). In the course of synchronization of a items path can be matched. The application can be started on any java-compatible platform.
ViewSVN provides simple easy-to-set-up web interface for browsing Subversion (SVN) repositories. Currently you can browse directories and commit logs, view files and request diffs between file revisions.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Wiko, the wiki compiler, compiles wiki like files into html and LaTeX, combining easy wiki syntax, your preferred non-web text editor and svn/cvs control to write static webs, cientific articles or even blogs.
cb-svn is a plugin for the code::blocks IDE providing advanced Subversion integration via the project manager popup menu. As an alternative, cb-svn also offers basic CVS support.
Save/restore filesystem meta data to/from a SVN (Subversion) working copy. Currently supported attributes: mtime (Modification time), uid (User ID), gid (Group ID), protection bits. A hybrid between FSVS and a mtree based solution.
A fast remote-repository information tool for Subversion.
Need recursive svn info and the log for each file (with only relevant changed-paths), along with any svn:externals properties, quickly and all in a single XML output?
frsi info -R --log file-relevant --propget svn:externals --xml <URL>
(The first run with the --log option will be slow as it needs to cache the entire repository log.)
Supports the standard SVN authentication options.
Windows Users:
This tool requires the subversion command line tools:
https://sourceforge.net/projects/win32svn/
Credits:
Subversion https://subversion.apache.org
win32svn https://sourceforge.net/projects/win32svn/
fast-svn-crawler https://sourceforge.net/projects/fastsvncrawler/
Python script to mirror a git repository with subversion
It uses a basic common working directory, where git checkout the file for each commit of the master branch
and then it will add, del, commit with a svn client.