[nexuiz-commits] r8498 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 13 15:37:01 EST 2010


Author: div0
Date: 2010-01-13 15:37:01 -0500 (Wed, 13 Jan 2010)
New Revision: 8498

Modified:
   trunk/data/Makefile
Log:
make it also write the git-svn config data on "make commit"

Modified: trunk/data/Makefile
===================================================================
--- trunk/data/Makefile	2010-01-13 20:32:18 UTC (rev 8497)
+++ trunk/data/Makefile	2010-01-13 20:37:01 UTC (rev 8498)
@@ -132,6 +132,8 @@
 git-commit:
 	git commit -a
 	if echo -n 'Also send to server? Hit Enter for yes, ^C for no. '; read -r L; then \
+		git config svn-remote.svn.url svn://svn.icculus.org/nexuiz; \
+		git config svn-remote.svn.fetch trunk:refs/remotes/origin/master; \
 		git svn dcommit; \
 	fi
 



More information about the nexuiz-commits mailing list