aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg27
1 files changed, 0 insertions, 27 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 296a5fa..41d860e 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -298,33 +298,6 @@ function repository_status {
}
-function commit_changes {
-
- # usage: commit_changes <repository_path>
-
- local repos="$1" tmpfile
- shift
-
- if [ -d "$repos/.svn" ]; then
- cwd="`pwd`"
- chown_svn $repos && chgrp_svn $repos
- cd $repos
- if [ ! -z "$1" ]; then
- if tmpfile=`mktemp -t createpkg_commit.XXXXXX`; then
- echo $* > $tmpfile
- su_svn commit -F $tmpfile
- rm -f $tmpfile
- else
- su_svn commit
- fi
- else
- su_svn commit
- fi
- cd $cwd
- fi
-
-}
-
function create_repo_folder {
# Create repository directory