comparison tests/fixtures/commit-to-tag.sh @ 453:bb612e625be6

tags: handle copyfrom old versions of tags more correctly
author Augie Fackler <durin42@gmail.com>
date Wed, 01 Jul 2009 14:42:46 -0500
parents ae35c389cdef
children 9e6499c415a9
comparison
equal deleted inserted replaced
452:ae35c389cdef 453:bb612e625be6
57 svn rm $REPOPATH/branches/closeme -m 'Close the branch' 57 svn rm $REPOPATH/branches/closeme -m 'Close the branch'
58 svn up 58 svn up
59 echo boofar > tags/edit-later/delta 59 echo boofar > tags/edit-later/delta
60 svn ci -m 'Edit this tag after its parent closed' 60 svn ci -m 'Edit this tag after its parent closed'
61 61
62 # try and revert will-edit to its original state
63 svn up
64 svn merge -r9:8 $REPOPATH .
65 svn ci -m 'Revert revision 9.'
66
67
62 cd ../.. 68 cd ../..
63 svnadmin dump temp/repo > commit-to-tag.svndump 69 svnadmin dump temp/repo > commit-to-tag.svndump
64 echo 70 echo
65 echo 'Complete.' 71 echo 'Complete.'
66 echo 'You probably want to clean up temp now.' 72 echo 'You probably want to clean up temp now.'