.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. .. _`Apache Subversion`: http://subversion.apache.org .. _`TortoiseSVN`: http://tortoisesvn.tigris.org Downloading DdlUtils ==================== Binary distribution ------------------- These are the currently released versions: `DdlUtils 1.0 `_ * `Binary ZIP file `_ (`Signature `_, `MD5 `_, `SHA1 `_) * `JAR file `_ (`Signature `_, `MD5 `_, `SHA1 `_) * `Source ZIP file `_ (`Signature `_, `MD5 `_, `SHA1 `_) * `Documentation ZIP `_ (`Signature `_, `MD5 `_, `SHA1 `_) You can find the KEYS file containing the public keys for verifying the signature `here `_. Source code ----------- DdlUtils uses `Apache Subversion`_ as its source repository. To access it you need a SVN client. The ``svn`` command is usually readily available in these systems. Here all you need to do is to change to a directory where you want to put DdlUtils into, and then issue this command: svn co http://svn.apache.org/repos/asf/db/ddlutils/trunk ddlutils This will checkout the current development version of DdlUtils in read-only mode. This means you can play around with the source without fear for breaking anything as the changes cannot be checked back in. .. note:: If you're a committer, you'll have to replace the ``http`` with ``https``. For Windows systems, one of the available SVN clients is `TortoiseSVN`_ which is a Windows Explorer extension. After you've installed it and rebooted you computer (which is necessary because of it nature as an Explorer extension), you'll have additional options in the context menu in Explorer. Change to a directory where you want to checkout DdlUtils, and choose the "SVN Checkout ..." option from the context menu. You'll get this dialog: .. image:: images/tortoisesvn-checkout-dlg.png :alt: TortoiseSVN checkout dialog After you clicked OK, TortoiseSVN will checkout to the designated place. Once it has finished you can start using DdlUtils: .. image:: images/tortoisesvn-checkout-finished.png :alt: TortoiseSVN checkout finished