What's the best approach to integrating CVS support into an app?
What's the best approach to integrating CVS support into an app?
- Subject: What's the best approach to integrating CVS support into an app?
- From: John Clayton <email@hidden>
- Date: Mon, 03 Nov 2003 20:58:20 -0500
Hi,
I figure there must be at least three, but I'm too ignorant to really
guess at the best approach:
1) Run it as a task/thread and parse the output. I've tried this and
it's easy. I just don't like the feeling that a simple change in the
output from the CL tool could break my app.
2) Scavange the CVS source code from Darwin and write my own client -
ugh.
3) Write a framework or other wrapper to the cvs source that let's me
use it directly. AFAIK, there isn't any way to do this as of now. Am
I wrong here? This I don't understand too well.
Well, that's all I can think of. Can anyone lend some guidance here?
Thanks loads,
John
------------------------------------------------------------
The stars are projectors. -MM
------------------------------------------------------------
John Clayton
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.