Je souhaiterais restreindre l'acces en ecriture de certains sous-repertoires d'une arborescence d'un projet.
Tu peux aussi faire ça avec le fichier "commitinfo" qui est dans le sous-répertoire administratif "CVSROOT" (c'est donc $CVSROOT/CVSROOT/commitinfo). Voici le début du fichier :
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list of files to check. A non-zero exit of the filter program will cause the commit to be aborted.
#
# The first entry on a line is a regular expression which is tested against the directory that the change is being committed to, relative to the $CVSROOT. For the first match that is found, then the remainder of the line is the name of the filter to run.
# [...]
[^] # Re: Hors sujet (quoi que)
Posté par Olivier Jeannet . En réponse à la dépêche Subversion RC-1. Évalué à 3.
Tu peux aussi faire ça avec le fichier "commitinfo" qui est dans le sous-répertoire administratif "CVSROOT" (c'est donc $CVSROOT/CVSROOT/commitinfo). Voici le début du fichier :
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list of files to check. A non-zero exit of the filter program will cause the commit to be aborted.
#
# The first entry on a line is a regular expression which is tested against the directory that the change is being committed to, relative to the $CVSROOT. For the first match that is found, then the remainder of the line is the name of the filter to run.
# [...]