cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

6 Commits   0 Branches   2 Tags
#!/bin/bash

CWD=`pwd`

SCRIPT_DIR=`cd $(dirname ${BASH_SOURCE[0]}) >/dev/null 2>&1 && pwd`
program=`basename $0`

cd ${SCRIPT_DIR}/../po

POFILE=ru_RU.utf8.po
POTFILE=csvn-ui.pot

msgmerge --update --no-wrap --sort-output --backup=simple ${POFILE} ${POTFILE}