check out common with right tag
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 6 Feb 2004 17:54:40 +0000 (17:54 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 6 Feb 2004 17:54:40 +0000 (17:54 +0000)
Original commit message from CVS:
check out common with right tag

ChangeLog
autogen.sh
docs/gst/tmpl/gstxml.sgml

index 7f663f2..01b3c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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):
           fix testsuite from segfaulting
 
index 0cb234a..4a1a407 100755 (executable)
@@ -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
index 08450b2..32d00bc 100644 (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
+@
+@: 
+@: