Go from Data Warehouse to Data and AI platform with BigQuery
Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.
BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
Try BigQuery Free
Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud
Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.
Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
Codepot is a web-based subversion repository manager. It incorporates the subversion revision control system and wiki-based documentation, and supports authentication via LDAP or DBMS. If you opt for the simplest, you can manage multiple subversion repositories independent of each other. Going beyond it, you can track issues, write documents, and upload release files.
See it live at http://code.abiyo.net
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...
BURDShell is an extendable developer platform shell with common commands to help the developer manage and speed up their common tasks. It manages sites, databases, repos, backups, and apps. Once set up, the developer can enjoy the speed of setting up projects with the assurance of fast, restorable version controlled backups.
$300 in Free Credit for Your Google Cloud Projects
Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.
Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Extensible SVN Connector for Eclipse Subversive plug-in
Eclipse's Subversive plug-ins allow usage of the Subversion version control from within your Eclipse workspace, however these plug-ins require a SVN connector in order to work.
This connector is based on the SVKit toolkit, which in itslef is a pure Java based SVN library.
Apart from offering Subversion functionality this connector also allows you to extend and plugin your own custom conflict resolution handler, using Eclipse's extension points.
For more information see the Wiki.
A project to provide change control for OpenDocument files via subversion under Unix. Can check in internal changes in files and allows users to recover any previous version, view logs and compare with older versions.
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.
Creates a deep copy of a subversion repository item.
The subversion copy command "svn cp" does not include svn:externals into the copy. This behaviour leads sometimes to mistakes during creation of branches or tags.
The svn-deepcopy tool overcomes this problem by including external references into the branch or tag. In contrast to other tools, svn-deepcopy preserves the revision history.
Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
generate a GNU compliant ChangeLog file from the svn log messages using a very simple perl script. No big dependencies, no big libraries. Plain and simple.
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.
SVN Queue helps to commit from console when handling projects with many files. You add files to a queue in an easy way, can list the files, and can commit. Needs SVN.
SVNfusion is a subversion merging tool.it is able to integrate many repositories into a single one.It preserves all the historial, including the date, the author and notes. It manages brilliantly the combination of the "tags" and "branches" directori
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.
New v1.1.3.140 - Now includes a DB script! Managing SVN rights for multiple repos mirrored at multiple locations can be a daunting task. svnDashboard provides a simple, web-based, AJAX-enabled user interface for managing Several repositories and users.
Command line utility to greatly simplify working with svn:ignore lists. Just use 'svnignore' to see all unversioned files, and 'svnignore -a' to ignore all unversioned files. Other options also exist.
Handy PHP5 tool which mirrors two SVN repositories by reproducing each and every commit; useful when it's not possible to perform other mirroring or synchronization. AXE SVN Sync works on 2 working copies and advances the destination up to the source
Orangeblueprint (OBP) takes a fresh Ubuntu install and sets up a locally hosted website/management interface to administrate trac projects and Subversion ('d) code. Easy to create/delete trac projects, add/remove users from trac projects, post ideas.
Script to deploy svn changes to ftp. Deploy only changed files and check if current version are changed on server and ask what to do. Typical use 'sfdeploy d 4 HEAD': deploy svn changed file from version 4 to HEAD.