aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 98dde1f..554e8e1 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -295,6 +295,12 @@ function repository_status {
cd $cwd
fi
+ if [ -d "$NOARCH_REPOS/.svn" ]; then
+ cwd="`pwd`"
+ cd $NOARCH_REPOS && su_svn status
+ cd $cwd
+ fi
+
exit 0
}