Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 3063 invoked from network); 6 Mar 2007 01:34:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 01:34:55 -0000 Received: (qmail 94399 invoked by uid 500); 6 Mar 2007 01:35:02 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 94327 invoked by uid 500); 6 Mar 2007 01:35:02 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 94316 invoked by uid 99); 6 Mar 2007 01:35:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 17:35:01 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hedhman@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 17:34:51 -0800 Received: by ug-out-1314.google.com with SMTP id m3so28183ugc for ; Mon, 05 Mar 2007 17:34:30 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=uA2MuDt0uzWmzN6qD6npETDHh8GqgFWigzPsZHt/2g4D89s4LBiRDq/koCmfBkUChTlidSOHZQaMTPRKhzqSvltv7KV1FcN4j/hzsyQGubtGMcSzmdn0Ai5Bl3q69VLFpoyirzYC0uny22l0jVubvDs8jZuRN/DLt6pXPaIyl5A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=f45LV2Im8fSt4CWtQLSU4JcG1MzvZYei+PmrJ/YRqqe1GR+8VB8MNIbMMjmlJDS7cTg30efe5LQir5GQE6n7GUVFcFB1LGxpAkooU7vDaS6wRmN7AdRuZUr52cI4Q3pJUOs6W5luHeElyGykC1IZUU7MAo643s5kTW5sr6/+vGw= Received: by 10.114.75.1 with SMTP id x1mr449925waa.1173144868777; Mon, 05 Mar 2007 17:34:28 -0800 (PST) Received: from ?192.168.88.130? ( [203.121.47.21]) by mx.google.com with ESMTP id y25sm18055033pod.2007.03.05.17.34.27; Mon, 05 Mar 2007 17:34:28 -0800 (PST) From: Niclas Hedhman Organization: Private To: dev@cocoon.apache.org Subject: Re: SVN Source for Cocoon Date: Tue, 6 Mar 2007 09:34:17 +0800 User-Agent: KMail/1.9.5 References: <45EBC1B0.9020603@apache.org> <1A67A884-6F34-4AAA-81A9-96024A5A7AEF@trieloff.net> In-Reply-To: <1A67A884-6F34-4AAA-81A9-96024A5A7AEF@trieloff.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703060934.17975.niclas@hedhman.org> Sender: Niclas Hedhman X-Virus-Checked: Checked by ClamAV on apache.org On Monday 05 March 2007 17:49, Lars Trieloff wrote: > Hi Reinhard, > > >> - SVN source: > >> a source that reads a local subversion repository and provides the > >> content, supports revisions etc. (read-only) > >> http://www.mindquarry.org/repos/mindquarry-workspace/trunk/ > >> mindquarry-dma-source/ > > > > how to you access SVN? Are you using a ASL-compatible base library? > > (http://people.apache.org/~cliffs/3party.html) > > We access SVN through the means of a Spring Bean. This Bean acts > either as a wrapper to Subversion's native JavaHL API, which > unfortunately requires native code or to SVNKit, which is not ASL- > compatible. So while I see not much chances of integrating this into > Cocoon, it sill might be interesting for projects using coocoon. How does Maven2 access SVN remote repositories?? Doesn't whatever they use be able to help out in this case? Cheers Niclas