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 <[EMAIL PROTECTED]>:
>> 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:[EMAIL PROTECTED]:/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:<YOURNICK>@cvs.dev.java.net:/cvs login
> Enter password
>
> cvs -d :pserver:<YOURNICK>@cvs.dev.java.net:/cvs checkout karma/jcr
>
> regards,
> oliver
>