[Unison-hackers] [unison-svn] r518 - trunk

schmitta at seas.upenn.edu schmitta at seas.upenn.edu
Mon Mar 11 04:21:56 EDT 2013


Author: schmitta
Date: 2013-03-11 04:21:55 -0400 (Mon, 11 Mar 2013)
New Revision: 518

Modified:
   trunk/Makefile
Log:
Adding a "git_checkin" target for developers working from git

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-11-20 11:01:22 UTC (rev 517)
+++ trunk/Makefile	2013-03-11 08:21:55 UTC (rev 518)
@@ -37,6 +37,10 @@
 	$(MAKE) nightly
 endif
 
+git_checkin: remembernews
+	echo >> src/mkProjectInfo.ml # so the Rev keyword gets updated
+	git svn dcommit # no logmsg here: the changes are in the commits
+
 remembernews: logmsg
 	echo "CHANGES FROM VERSION" $(VERSION) > rc.tmp
 	echo >> rc.tmp



More information about the Unison-hackers mailing list