3 #cvsserver=cvs.aros.org
5 rootpath
="/home/cvs/aros"
9 if [ -z "$user" ]; then
10 echo "Can't figure out username"
14 for dir
in `find . -name CVS -type d` ; do
15 path
=`dirname "$dir" | cut -c2-`
16 root
=":pserver:$user@$cvsserver:$rootpath"
17 repository
="$rootpath/$rep$path"
18 echo "$root" > $dir/Root
19 echo "$repository" > $dir/Repository