*** empty log message ***

This commit is contained in:
Marc Lehmann 2000-01-26 03:22:13 +00:00
parent 84cf11fd7c
commit d9d12b23d0
2 changed files with 35 additions and 0 deletions

3
ChangeLog.plug-ins Normal file
View File

@ -0,0 +1,3 @@
This ChangeLog contains all the changes from the plug-in cvs server
(http://gimp-plug-ins.sourceforge.net).

32
PLUGIN_CVS Normal file
View File

@ -0,0 +1,32 @@
#
# this file controls which files get mirrored from/to
# the sourceforge gimp-plug-ins cvs tree
#
# the syntax is easy, below are files/directories, with
# a prefix character that specifies the action that should be done to it:
#
# M mirror the file/dir from the gimp cvs to the plug-in cvs.
# these are the files that go _TO_ the gimp-plug-in server
#
# U update the file/dir from the plug-in cvs to the main gimp cvs.
# these are the files that come _FROM_ the plug-in cvs server
#
# I simply ignore the file/dir (it is not moved between the cvs trees)
# these are the files that are in only one cvs tree
#
# C a comment for the following line
#
# * Later entries in the list take precedence over earlier ones.
# * File deletes do not get mirrored. Damn!
# * Directories should end in a trailing slash.
#
# NOTE: If anything goes havoc, then just delete this file from cvs
# the mirror script will NOT try to do anything when this file is missing
#
C The "default" mode is mirroring of the main tree
M /
C The plug-in ChangeLog file
U ChangeLog.plug-ins