From jdo-commits-return-1172-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Sun Dec 18 17:39:42 2005 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 85367 invoked from network); 18 Dec 2005 17:39:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Dec 2005 17:39:42 -0000 Received: (qmail 70298 invoked by uid 500); 18 Dec 2005 17:39:41 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 70285 invoked by uid 99); 18 Dec 2005 17:39:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2005 09:39:40 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 1CA23CB for ; Sun, 18 Dec 2005 18:39:19 +0100 (CET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Sun, 18 Dec 2005 17:39:18 -0000 Message-ID: <20051218173918.22036.68642@ajax.apache.org> Subject: [Jdo Wiki] Update of "SubversionRepository" by MichelleCaisse X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by MichelleCaisse: http://wiki.apache.org/jdo/SubversionRepository ------------------------------------------------------------------------------ = Web Access = - [http://svn.apache.org/viewcvs/incubator/jdo] + [http://svn.apache.org/viewcvs/db/jdo] = Anonymous access = Apache JDO source can be checked out anonymously with this command: {{{ - % svn checkout http://svn.apache.org/repos/asf/incubator/jdo + % svn checkout http://svn.apache.org/repos/asf/db/jdo }}} Once you have Apacje JDO checked out you can update the source by executing the following command from within the jdo. @@ -49, +49 @@ For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via HTTPS: {{{ - % svn checkout https://svn.apache.org/repos/asf/incubator/jdo + % svn checkout https://svn.apache.org/repos/asf/db/jdo }}} = Access through a proxy = @@ -80, +80 @@ Everyone can access the Apache JDO Subversion repository via HTTPS, but Apache JDO Committers must checkout the Subversion repository via HTTPS. {{{ - % svn checkout https://svn.apache.org/repos/asf/incubator/jdo + % svn checkout https://svn.apache.org/repos/asf/db/jdo }}} To commit changes to the repository, you must set your password on the Apache Subversion server. To set your password, use ssh to connect to svn.apache.org, and enter the command '''svnpasswd'''. This will prompt you to enter a svn password of your choice (pick a safe password). Now, now your are ready to commit changes using your username/password. Execute the following command to commit your changes (svn will prompt you for your password)