Nicht alle Versionen von Subversion koennen den vollen Befehlsumfang :(

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@291 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-09-21 19:47:20 +00:00
parent 7471f6ab0f
commit 9fa7d717f0
2 changed files with 59 additions and 1 deletions

View File

@@ -1230,7 +1230,7 @@ svn)
echo -en "REV $SVN_REVISION: Downloading..."
svn export http://svn.ipfire.eu/svn/ipfire ipfire-source/ --force > /dev/null
svn log http://svn.ipfire.eu/svn/ipfire -r 1:$SVN_REVISION > ipfire-source/Changelog
svn info http://svn.ipfire.eu/svn/ipfire -r $SVN_REVISION > ipfire-source/svn_status
#svn info http://svn.ipfire.eu/svn/ipfire -r $SVN_REVISION > ipfire-source/svn_status
if [ "$?" -eq "0" ]; then
echo -en "\r"
else