diff tests/svn/svndump-tags.sh @ 8246:965b11c1bd82

convert/svn: keep latest and not oldest tag value
author Patrick Mezard <pmezard@gmail.com>
date Wed, 29 Apr 2009 21:44:25 +0200
parents 90d8dfb481e7
children
line wrap: on
line diff
--- a/tests/svn/svndump-tags.sh	Wed Apr 29 11:39:49 2009 +0200
+++ b/tests/svn/svndump-tags.sh	Wed Apr 29 21:44:25 2009 +0200
@@ -44,6 +44,14 @@
 svn up
 svn mv tags/trunk.badtag tags/trunk.goodtag
 svn ci -m "fix trunk.badtag"
+echo a >> trunk/a
+svn ci -m changea
+# Delete goodtag and recreate it, to test we pick the good one
+svn rm tags/trunk.goodtag
+svn ci -m removegoodtag
+svn up
+svn copy trunk tags/trunk.goodtag
+svn ci -m recreategoodtag
 cd ..
 
 svnadmin dump svn-repo > ../tags.svndump
\ No newline at end of file