check out common with right tag

Original commit message from CVS:
check out common with right tag
This commit is contained in:
Thomas Vander Stichele 2004-02-06 17:54:40 +00:00
parent de988971b5
commit 6ae04f0e3a
3 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
* autogen.sh: check out common with right tag if CVS/Tag exists
2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/ghostpads/ghostpads.c: (main):

View file

@ -7,7 +7,11 @@ srcfile=gst/gst.c
# a quick cvs co to ease the transition
if test ! -d common; then
echo "+ getting common from cvs"; cvs co common
if test -f CVS/Tag; then
# get everything from CVS/Tag from second character on
TAG="-r `tail -c +2 CVS/Tag`"
fi
echo "+ getting common from cvs"; cvs co $TAG common
fi
# source helper functions

View file

@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
</para>
@:
@:
@:
@gstxml: the object which received the signal.
@arg1:
@arg2:
@ -123,7 +119,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
</para>
@gstxml: the object which received the signal.
@arg1:
@arg2:
@:
@:
@: