CVS Plugin
CVS Plugin
- Subject: CVS Plugin
- From: Romain Brestac <email@hidden>
- Date: Tue, 13 Jan 2004 22:57:51 +0100
Hello list,
I have just made a little applescript plugin to set up CVS in xcode.
For the moment, it is in beta stage but I think it will work for simple
usage, for example if you want to set up a local CVS Server and use CVS
for your current project.
How it works: first time you launch the plugin (with a new plug-ins
menu in xcode), it asks you for a default directory (ROOT) for your
local CVS server. The default repository will be your project name.
These settings will be saved in 2 builds settings: CVS_SERVER_ROOT and
CVS_SERVER_REPOSITORY.
Then, in a table, you can see settings for every folders of the project
and the project folder itself. You can edit each folder and change root
or repository. You enable or disable CVS for these folders.
If you disable CVS, it will remove (move to the trash) the CVS folder.
By default, when CVS is not enabled for folders, root and repository
are the server one's.
It is written in applescript but I think it would be certainly more
efficient to make a little shell script for parsing files and call it
from AS.
The source code is there:
<http://perso.netpratique.fr/escoz/studio/CVS_Plugin_project.dmg>
Install it there /Library/Application\ Support/Apple/Developer\
Tools/Plug-ins
Please share, improve and re-share.
Romain.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.