From 6ae04f0e3a26e31a1c1821bf6afe083f11964ddc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 6 Feb 2004 17:54:40 +0000 Subject: [PATCH] check out common with right tag Original commit message from CVS: check out common with right tag --- ChangeLog | 4 ++++ autogen.sh | 6 +++++- docs/gst/tmpl/gstxml.sgml | 10 +++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f663f20ba..01b3c19ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-06 Thomas Vander Stichele + + * autogen.sh: check out common with right tag if CVS/Tag exists + 2004-02-06 Thomas Vander Stichele * testsuite/ghostpads/ghostpads.c: (main): diff --git a/autogen.sh b/autogen.sh index 0cb234a0bf..4a1a4078f4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/docs/gst/tmpl/gstxml.sgml b/docs/gst/tmpl/gstxml.sgml index 08450b21b9..32d00bc1f9 100644 --- a/docs/gst/tmpl/gstxml.sgml +++ b/docs/gst/tmpl/gstxml.sgml @@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded -@: -@: -@: - @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 -@gstxml: the object which received the signal. -@arg1: -@arg2: +@: +@: +@: