Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 011E9200BA3 for ; Thu, 20 Oct 2016 17:10:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F38A9160AE0; Thu, 20 Oct 2016 15:10:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AD108160B00 for ; Thu, 20 Oct 2016 17:10:25 +0200 (CEST) Received: (qmail 27767 invoked by uid 500); 20 Oct 2016 15:10:24 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 27746 invoked by uid 99); 20 Oct 2016 15:10:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 15:10:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3FF19C1652 for ; Thu, 20 Oct 2016 15:10:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 41fzKsgRO5j9 for ; Thu, 20 Oct 2016 15:10:18 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D5BA95FBCD for ; Thu, 20 Oct 2016 15:10:12 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7DA7AE85DE for ; Thu, 20 Oct 2016 15:10:03 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7A4F13A0B5F for ; Thu, 20 Oct 2016 15:10:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r999706 [28/35] - in /websites/production/commons/content/proper/commons-weaver: ./ apidocs/ apidocs/org/apache/commons/weaver/ apidocs/org/apache/commons/weaver/ant/ apidocs/org/apache/commons/weaver/ant/class-use/ apidocs/org/apache/commo... Date: Thu, 20 Oct 2016 15:09:56 -0000 To: notifications@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161020151003.7A4F13A0B5F@svn01-us-west.apache.org> archived-at: Thu, 20 Oct 2016 15:10:28 -0000 Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-processor/project-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-processor/project-summary.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-processor/project-summary.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Processor – Project Summary @@ -43,8 +43,8 @@ Apache Commons Weaver Processor ™

Developer Access

Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.

-
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/processor commons-weaver-processor
+
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor commons-weaver-processor

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):

$ svn commit --username your-username -m "A message"
@@ -252,7 +260,7 @@

Access from Behind a Firewall

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 the developer connection:

-
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/processor commons-weaver-processor
+
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor commons-weaver-processor

Access Through a Proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-processor/team-list.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-processor/team-list.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-processor/team-list.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Processor – Project Team @@ -43,8 +43,8 @@ Apache Commons Weaver Processor ™