|
Gimp-Plug-Ins @ SourceForgeCVS2000-06-07 02:07:33 |
|||||||||||||||||||
|
Which modules (top level directories) in CVS are relevant?The following modules exist:
How do I check-in my plug-in for the first time?First, decide on a name of the subdirectory to plug-ins/. I chose maze in the following example. Then enter:mkdir maze # if you do not have a plug-in yet cd maze # enter your plug-in directory cvs import -m "Initial import of maze" plug-ins/maze gimp initialNow you should be done. Please be careful with doing that ;) If you are unsure, ask Marc Lehmann <pcg@goof.com> for help, he can create a subdirectory for you. If you are done with that, either update the htdocs/m4/menu.m4 file yourself, or, again, ask one of the admins to do it for you. What am I allowed to do?In theory, everything that does not break it. Inside your plug-in directory you are generally safe, outside of it it might be a good idea to ask one of the admins first. The most important rule to apply is"use your common sense".What should I put into the log message on check-ins?It's good practise to copy&paste the ChangeLog entry that you hopefully have added to plug-ins/ChangeLog.Questions/Suggestions/Complaints? Send them to Marc Lehmann <pcg@goof.com>! |