[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[CVS] scripts/nikolai_playground/config common-options,NONE,1.1 cvs-checkout,NONE,1.1 prepare-logfile,NONE,1.1



Update of /cvsroot/l10n-russian/scripts/nikolai_playground/config
In directory quantz:/tmp/cvs-serv20223/scripts/nikolai_playground/config

Added Files:
	common-options cvs-checkout prepare-logfile 
Log Message:
playground additions

--- NEW FILE: cvs-checkout ---
#!/bin/bash

# Directory must exist, if not -- new checkout

if [ ! -d $HEAD_DIR ]
then
    cvs $CVS_OPTIONS -d :ext:$USERNAME@$REPO_ROOT co -d$HEAD_DIR $MODULE
fi

cd $HEAD_DIR

# TODO: make him do a dry run first, then get/update only desired files

cvs $CVS_OPTIONS update $CVS_UPDATE_OPTIONS

# Update done


--- NEW FILE: prepare-logfile ---
#!/bin/bash

if [ -e log ]
then
    rm log
fi

touch log


--- NEW FILE: common-options ---
#!/bin/bash

CVS_RSH="ssh"
HEAD_DIR="original"
TRANS_DIR="l10n-russian"
CVS_OPTIONS="-q"
CVS_UPDATE_OPTIONS="-dPA"



Reply to: