scripts/hg.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 11 Feb 2010 16:56:30 -0800
changeset 139 f0a865ead60b
parent 59 9ffe5293bebc
permissions -rw-r--r--
Fixed Bug 1869 - Open index file and select it in navigator after the project is created/imported
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
59
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
#!/bin/sh
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
REPO_DIR=/usr/hg/wrttools/
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
LOG_DIR=/var/log/mercurial 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
HG_CMD=/usr/local/bin/hg
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
cd $REPO_DIR
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     8
${HG_CMD} serve -d -A ${LOG_DIR}/accesslog$$ -E ${LOG_DIR}/errorlog$$ 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     9
# ${HG_CMD} serve