comparison tests/fixtures/commit-to-tag.sh @ 449:bda5b47ad2a2

tags: handle editing a tag and its source branch simultaneously
author Augie Fackler <durin42@gmail.com>
date Tue, 23 Jun 2009 22:15:20 -0500
parents 0d3b5acb1d51
children 7ca49177991a
comparison
equal deleted inserted replaced
448:fbc7cf4fd701 449:bda5b47ad2a2
37 echo $a > $a 37 echo $a > $a
38 svn add $a 38 svn add $a
39 svn ci -m "Add file $a" 39 svn ci -m "Add file $a"
40 done 40 done
41 cd ../.. 41 cd ../..
42 svn up
43 svn cp $REPOPATH/branches/magic $REPOPATH/tags/also-edit -m 'Make tag to edit'
44 svn up
45
46 echo not omega > branches/magic/omega
47 echo not omega > tags/also-edit/omega
48 svn ci -m 'edit both the tag and its source branch at the same time'
42 49
43 cd ../.. 50 cd ../..
44 svnadmin dump temp/repo > commit-to-tag.svndump 51 svnadmin dump temp/repo > commit-to-tag.svndump
45 echo 52 echo
46 echo 'Complete.' 53 echo 'Complete.'