At 10:28 Uhr -0400 25.7.2005, Elliotte Harold wrote:
I'm trying to setup a local CVS server since Eclipse won't read CVS
data straight from the file system. (talk about brain damaged.)
Making Eclipse read the local file system would require either
- implementing (and duplicating) the full CVS functionality server
code in Java, or
- running the CVS command line tools from Eclipse, parsing their output,
and dealing with all the arcane command line limititations on
various platforms.
We decided to go the simple route: just implementing the client side
half of the CVS protocol in
Java and reusing the existing CVS server implementation as is.
However, this requires to use a server, which seems to be a handicap
for some ...
--andre
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden