From jackrabbit-dev-return-3078-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Mon Aug 01 14:51:08 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 31066 invoked from network); 1 Aug 2005 14:51:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 14:51:08 -0000 Received: (qmail 39477 invoked by uid 500); 1 Aug 2005 14:50:53 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 39439 invoked by uid 99); 1 Aug 2005 14:50:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 07:50:53 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.160.129.83] (HELO mail.paiwastoon.com.af) (217.160.129.83) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 07:50:42 -0700 Received: from paiwastoon.de ([217.160.220.29] helo=webmail.paiwastoon.com.af) by mail.paiwastoon.com.af with asmtp (Exim 4.30) id 1Dzbct-0007hN-Oj; Mon, 01 Aug 2005 16:50:47 +0200 Received: from 136.2.1.101 (proxying for 19.170.242.142) (SquirrelMail authenticated user tschlabach_apache-org@gcrud.org) by webmail.paiwastoon.com.af with HTTP; Mon, 1 Aug 2005 16:50:47 +0200 (CEST) Message-ID: <4153.136.2.1.101.1122907847.squirrel@webmail.paiwastoon.com.af> In-Reply-To: References: <42DA0F27.8010003@wyona.com> <42DC7688.7010306@gmail.com> <42DE4C31.1040904@wyona.com> <42DE5BD7.9050607@wyona.com> <42ED3AD0.3040308@apache.org> <47485.136.2.1.101.1122899917.squirrel@webmail.paiwastoon.com.af> Date: Mon, 1 Aug 2005 16:50:47 +0200 (CEST) Subject: Re: Open Source Content Browser From: "Torsten Schlabach" To: "Oliver Kiessler" Cc: jackrabbit-dev@incubator.apache.org Reply-To: tschlabach@apache.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oliver, thank you for your hints. Too long ago I used CVS. ;-) I managed to download, build and install the browser. I also tried my best configuring it (prior to building), but I keep getting: javax.servlet.ServletException: bad karma: karma: null com.inceedo.karma.common.servlet.FrameworkContainer.processRequest(FrameworkContainer.java:173) com.inceedo.karma.common.servlet.FrameworkContainer.doGet(FrameworkContainer.java:187) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Is this anything general about the framework used or might it be that it cannot find the repository. Regards, Torsten P.S.: Please make sure you hit "reply all" to include the list. > 2005/8/1, Torsten Schlabach : >> Oliver, >> >> I registered with dev.java.net, but I failed to figure out the proper >> CVS >> export. Could you help me please. >> >> Obviously their help pages contain some placeholders, such as >> >> [QUOTE] >> In your shell or terminal client, type: >> >> :pserver:yourlogin@CVS.projectname.domain.com:/home/main_CVS_dir >> >> substituting your login and project information. >> [/QUOTE] >> >> I was able to guess that I had to replace CVS.projectname.domain.com >> with >> cvs.karma.dev.java.net, but then I was unable to figure out what to >> replace /home/main_CVS_dir with. >> >> /karma, /karma/repositorybrowser or /repositorybrowser all did not work. > > hi torsten, > > try this: > > cvs -d :pserver:@cvs.dev.java.net:/cvs login > Enter password > > cvs -d :pserver:@cvs.dev.java.net:/cvs checkout karma/jcr > > regards, > oliver >