Mercurial > hgsubversion
comparison tests/fixtures/commit-to-tag.sh @ 451:e533e78f1b2f
tags: handle tags from edited tags.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Fri, 26 Jun 2009 11:12:14 -0500 |
| parents | 7ca49177991a |
| children | ae35c389cdef |
comparison
equal
deleted
inserted
replaced
| 450:7ca49177991a | 451:e533e78f1b2f |
|---|---|
| 48 svn ci -m 'edit both the tag and its source branch at the same time' | 48 svn ci -m 'edit both the tag and its source branch at the same time' |
| 49 | 49 |
| 50 echo more stupidity > tags/also-edit/omega | 50 echo more stupidity > tags/also-edit/omega |
| 51 svn ci -m 'Edit an edited tag.' | 51 svn ci -m 'Edit an edited tag.' |
| 52 | 52 |
| 53 svn cp $REPOPATH/tags/also-edit $REPOPATH/tags/did-edits -m 'Tag an edited tag' | |
| 54 | |
| 53 cd ../.. | 55 cd ../.. |
| 54 svnadmin dump temp/repo > commit-to-tag.svndump | 56 svnadmin dump temp/repo > commit-to-tag.svndump |
| 55 echo | 57 echo |
| 56 echo 'Complete.' | 58 echo 'Complete.' |
| 57 echo 'You probably want to clean up temp now.' | 59 echo 'You probably want to clean up temp now.' |
