There is work to do a J2EE implementation of mod_dav_svn call SVNJ:
http://code.google.com/p/svnj/
At this point, the plan is to implement the Subversion DAV protocol, but the architecture should allow easy extensibility to the svnserve protocol as well. Some work to this end would be appreciated (you can hop over the to the svnj list to discuss it, if you'd like).
-Hyrum
On Mar 15, 2010, at 2:55 PM, Karthik K wrote:
> Thanks Erik. That is very useful.
>
> Would there be any apache licensed java client (or, interest in one - if there were some work towards that end). Thanks.
>
> --
> Karthik.
>
>
>
> On 3/15/10 8:04 AM, Erik Huelsmann wrote:
>> Dear Karthik,
>>
>> How about libsvn_ra_svn? (Which is an implementation of libsvn_ra.)
>>
>> http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_ra_svn/
>>
>> libsvn_ra is available here:
>>
>> http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_ra/
>>
>> And the headers with documentation - and for linking - can be found here:
>>
>> http://svn.apache.org/repos/asf/subversion/trunk/subversion/include/
>>
>> Regards,
>>
>>
>> Erik.
>>
>>
>> On Mon, Mar 15, 2010 at 7:30 AM, Karthik K<oss.akk_at_gmail.com> wrote:
>>
>>> On 03/14/2010 03:11 PM, Philip Martin wrote:
>>>
>>>> Karthik K<oss.akk_at_gmail.com> writes:
>>>>
>>>>
>>>>
>>>>> Wondering if there is a document explaining the svn:// uri
>>>>> connection protocol ( among other transports/protocols that svn
>>>>> supports, primarily interested in the read-only checkouts), and
>>>>> clients that implement the protocol.
>>>>>
>>>>>
>>>> How about:
>>>> C
>>>>
>>>> http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_ra_svn/protocol
>>>>
>>>>
>>>>
>>> Thanks Philip for the links to the protocol. Curious , if there is any
>>> apache licensed svn client library (java, say) for the protocol mentioned
>>> here ? Thanks.
>>>
>>>
>
Received on 2010-03-16 03:06:11 CET