subversion development jumpbox
Vision Development Package
Vision Development Package - Development installer package more>>
Vision Application Library - binary and headers
Repository Modules - binaries, source code and project files
Example Applications - source code and project files
VisionEditor - binary
XCode project, target and file templates
Maintenance and Uninstall Scripts.
Web Development Icons 1.0
A nice icon set for your desktop. more>> Where is M13? is a unique application that helps you visualize the locations and physical properties of deep sky objects in and around the Galaxy.
At home, Where is M13? serves as a reference you will frequently turn to when you read about an object and become curious where it is with respect to our galaxy. In the field, the program will enhance your observing experience by allowing you to get an intuitive sense of the physical location, size, luminosity, and distance of the object you are viewing. You will find Where is M13? a great educational and outreach tool as well.<<less
Subversion Scripts 1.1
Collection of AppleScripts for Finder to make the most frequent operations on Subversion repositories easier more>>
Java development Droplets 1.0
Java development Droplets - Java droplets to run javac and java in Terminal more>>
They automate opening a new Terminal window, changing the current directory and executing a command on the file.
* "Javac" compiles .java source files dragged onto it,
* "Java" runs the class file of the .java or .class file dragged onto it,
* "Both" compiles the .java source file and if successful, runs the resulting class file.
California Website Development 1.0
Free Dashboard informational widget for your Mac more>> Aimersoft Mac Video Converter is the most powerful Mac Video Converter for you to convert video on Mac OS X (Leopard supported). With this awesome Mac Video Converter, you can easily finish the conversion such as convert MPEG to AVI; convert AVI to MP4<<less
GNU Development Environment 1.1
GNU Development Environment - Suite of compilers w/CPU simulator and debugger more>>
Subversion 1.4.4
Subversion - version control system that is a compelling replacement for CVS in the open source community more>>
Most current CVS features.
Subversion is meant to be a better CVS, so it has most of CVSs features. Generally, Subversions interface to a particular feature is similar to CVSs, except where theres a compelling reason to do otherwise.
Directories, renames, and file meta-data are versioned.
Lack of these features is one of the most common complaints against CVS. Subversion versions not only file contents and file existence, but also directories, copies, and renames. It also allows arbitrary metadata (properties) to be versioned along with any file or directory, and provides a mechanism for versioning the `execute permission flag on files.
Commits are truly atomic.
No part of a commit takes effect until the entire commit has succeeded. Revision numbers are per-commit, not per-file; log messages are attached to the revision, not stored redundantly as in CVS.
Apache network server option, with WebDAV/DeltaV protocol.
Subversion can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the Apache web server to provide repository-side network service. This gives Subversion an advantage over CVS in interoperability, and provides various key features for free: authentication, wire compression, and basic repository browsing.
Standalone server option.
Subversion also offers a standalone server option using a custom protocol (not everyone wants to run Apache 2.x). The standalone server can run as an inetd service, or in daemon mode, and offers basic authentication and authorization. It may also be tunnelled over ssh.
Branching and tagging are cheap (constant time) operations
There is no reason for these operations to be expensive, so they arent.
Branches and tags are both implemented in terms of an underlying copy operation. A copy takes up a small, constant amount of space. Any copy is a tag; and if you start committing on a copy, then its a branch as well. (This does away with CVSs branch-point tagging, by removing the distinction that made branch-point tags necessary in the first place.)
Natively client/server, layered library design
Subversion is designed to be client/server from the beginning; thus avoiding some of the maintenance problems which have plagued CVS. The code is structured as a set of modules with well-defined interfaces, designed to be called by other applications.
Client/server protocol sends diffs in both directions
The network protocol uses bandwidth efficiently by transmitting diffs in both directions whenever possible (CVS sends diffs from server to client, but not client to server).
Costs are proportional to change size, not data size
In general, the time required for a Subversion operation is proportional to the size of the changes resulting from that operation, not to the absolute size of the project in which the changes are taking place. This is a property of the Subversion repository model.
Choice of database or plain-file repository implementations
Repositories can be created with either an embedded database back-end (BerkeleyDB) or with normal flat-file back-end, which uses a custom format.
Versioning of symbolic links
Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies.
Efficient handling of binary files
Subversion is equally efficient on binary as on text files, because it uses a binary diffing algorithm to transmit and store successive revisions.
Parseable output
All output of the Subversion command-line client is carefully designed to be both human readable and automatically parseable; scriptability is a high priority.
Localized messages
Subversion uses gettext() to display translated error, informational, and help messages, based on current locale settings.
Flash Development without Flash 0.1
Flash Development without Flash - Cocoa tracer and mtasc build files for TextMate more>>
Flash Development without Flash is a development enviroment featuring Cocoa tracer and mtasc build files for TextMate.
This is very basic at the moment and not overly simple to setup. I might update this in the future if it gets attention. Please, if you wish, do modify the files, make it better or whatever you want.

Subversion Scripts for Finder 1.2
Subversion Scripts for Finder is an impressive and unique collection of AppleScripts for Finder to make the most frequent operations on Subversion repositories easier. more>> Subversion Scripts for Finder 1.2 is an impressive and unique collection of AppleScripts for Finder to make the most frequent operations on Subversion repositories easier. Now you don't have to switch from Finder to another application (either Terminal or some heavy-weight GUI client) to handle common repository tasks.
Enhancements: Version 1.2: New Copy, Move and Checkout scripts, better Leopard and MacPorts compatibility.
Requirements:
- Command-line Subversion client is still required, but the scripts dont require any configuration (path to the binary will be auto-detected).
Subversion Scripts for Finder are considered as a flexible ... Command-line Subversion client is still required (see Installation below), but the scriptsTheDashboard - Widget and Gadget Development 0.1
A nice dashboard widget that will keep you informed about the latest widget developments. more>> A nice dashboard widget that will keep you informed about the latest widget developments.
The perfect tool to keep you up to date with the latest widget developments.
Main features:
- get Just Added Widgets
- get Top50 Widgets
- get TheDashcode Tips
- get GoogleWidgets
- get GameWidgets
- get TVWidgets
All from one Widget!

BitNami Subversion Stack 1.4.6-2
An easy to use installer for Subversion. more>>
An easy to use installer for Subversion, which has rapidly become the version control standard and it is rapidly replacing open source and commercial solutions around the world. Subversion enables globally distributed software development teams to efficiently version and share source code. The open source Subversion project was started in early 2000 by CollabNet, the primary corporate sponsor of Subversion.
ZigVersion 1.2b3
ZigVersion - Graphical Subversion client more>>
Instead of simply reproducing the command line concepts as a graphical interface, we looked at the typical workflows of professional programmers and designed an interface around them.
Main features:
- Review and Check In your changes in a single step.
- Easily browse repository and working copies in a single view.
- Limit your view to only changing files.
- Does not require the command line subversion client.
- Easy drag and drop usage for many commands.
- Browse the history of a file, and view differences between revisions.
- Quick access to frequently used subversion commands.
- Instant notification of changes to a files contents or subversion status, including out of date status.
- Quick access to recently used repositories.
- Browse multiple repositories at once.
for Subversion, a popular open source version control system. Major features include: Single
servebox 1.0
An all-in-one solution for your web development projects. more>>
Controls Apache, PHP, MySQL, and Subversion all from one window. You can easily change settings for Apache & PHP, change passwords for MySQL, install and use PHPMyAdmin and WebSVN with no configuration needed, Subversion project and repository management, and a built-in software updater.
Please note: This is an installer, unzipping the installer and launching it will take you through the simple installation process.
Subversion support for Interface Builder and EOModeler 1.0
Subversion support for Interface Builder and EOModeler more>>
Subversion is meant to be a better CVS, so it has most of CVSs features.
ScriptColors 1.0
ScriptColors - a simple color picker for AppleScript Studio development more>>