Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] 100%-Java Subversion

https://bugs.eclipse.org/bugs/show_bug.cgi?id=37154

There is no plan for us (e.g. the Eclipse Team and CVS component) to 
implement a subversion client. The subclipse plugin is
the best option for subversion integration into Eclipse. It doesn't 
however provide
a 100% java client. 

It would actually be hard to write a java client because subversion 
doesn't have a spec for the 
protocol between the client and server. Instead the APIs are to a client 
library that manages
the sandbox and server communications.

Cheers,
Jean-Michel

platform-team-dev-admin@xxxxxxxxxxx wrote on 07/05/2004 10:14:38 AM:

> Hi all,
> 
> I'm just curious about whether you are planning to develop a 100%-Java 
> solution for a Subversion integration (as you did with the excellent CVS 

> integration).
> 
> Thanks in advance.
> 
> --
> Best regards,
> Thomas Singer
> 
> 
> _______________________________________________
> platform-team-dev mailing list
> platform-team-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-team-dev



Back to the top