Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37855304
en ru br
ALT Linux repos
S:1.11.23-alt9
5.0: 1.11.23-alt1
4.1: 1.11.22-alt3
4.0: 1.11.22-alt2
+updates:1.11.22-alt2
3.0: 1.11.20-alt1

Group :: Development/Other
RPM: cvs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh -e

export CVSROOT="$1"

if [ -z "$CVSROOT" ]; then
echo "Usage: ${0##*/} <cvs-root>" >&2
exit 1
fi

cvs init
cd "$CVSROOT"
install -d -m 2750 -g cvs .
chgrp -R cvsadmin CVSROOT ||:
chmod 2775 CVSROOT
touch CVSROOT/{history,val-tags,commitlog,taglog} ||:
chgrp cvs CVSROOT/{history,val-tags,commitlog,taglog} ||:
chmod 664 CVSROOT/{history,val-tags,commitlog,taglog} ||:
chattr +a CVSROOT/{history,commitlog,taglog} ||:
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin