gnome-games r8562 - branches/gnome-2-24
- From: jclinton svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8562 - branches/gnome-2-24
- Date: Tue, 13 Jan 2009 00:02:03 +0000 (UTC)
Author: jclinton
Date: Tue Jan 13 00:02:03 2009
New Revision: 8562
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8562&view=rev
Log:
Allow ChangeLog from git-svn, format is different.
Modified:
branches/gnome-2-24/Makefile.am
Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am (original)
+++ branches/gnome-2-24/Makefile.am Tue Jan 13 00:02:03 2009
@@ -42,9 +42,13 @@
# Build ChangeLog from SVN history (r7722 was the first ChangeLog-less checkin).
# Only build this when in an svn checkout.
+# Yes, the output is different depending on which VCS you used to checkout. It
+# will change one last time once Gnome is finished transitioning to git.
ChangeLog:
- @if test -f $(top_srcdir)/.svn/entries; then \
+ @if test -f $(top_srcdir)/.git/HEAD; then \
+ git svn log --stat --no-color --since=2008-06-21 > $@; \
+ elif test -f $(top_srcdir)/.svn/entries; then \
svn log -v --xml -r HEAD:7722 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]