Skip to content

Commit

Permalink
Make sure the $CVSSRV has been properly set up as a CVS repository, and
Browse files Browse the repository at this point in the history
that the CVS modules file is updated as is needed for a CVS mirror.
  • Loading branch information
sdboyer committed Nov 13, 2009
1 parent eeb1748 commit 00eff11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drupal_sync
Expand Up @@ -28,6 +28,12 @@ done
if [ ! -d $CVSSRV ]; then
mkdir -p $CVSSRV || exit
fi
if [ ! -d $CVSSRV/CVSROOT ]; then
cvs -d$CVSSRV init
chmod u+w $CVSSRV/CVSROOT/modules
echo "drupal drupal\ncontributions contributions" >> $CVSSRV/CVSROOT/modules
chmod u-w $CVSSRV/CVSROOT/modules
fi

# Update our CVS repository.

Expand Down

0 comments on commit 00eff11

Please sign in to comment.