Mercurial > hgsubversion
comparison tests/fixtures/commit-to-tag.sh @ 452:ae35c389cdef
tags: allow editing tags of closed branches without reopening the branch
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Fri, 26 Jun 2009 14:53:58 -0500 |
| parents | e533e78f1b2f |
| children | bb612e625be6 |
comparison
equal
deleted
inserted
replaced
| 451:e533e78f1b2f | 452:ae35c389cdef |
|---|---|
| 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' | 53 svn cp $REPOPATH/tags/also-edit $REPOPATH/tags/did-edits -m 'Tag an edited tag' |
| 54 | 54 |
| 55 svn cp $REPOPATH/branches/magic $REPOPATH/branches/closeme -m 'Make extra branch for another bogus case' | |
| 56 svn cp $REPOPATH/branches/closeme $REPOPATH/tags/edit-later -m 'Make tag to edit after branch closes' | |
| 57 svn rm $REPOPATH/branches/closeme -m 'Close the branch' | |
| 58 svn up | |
| 59 echo boofar > tags/edit-later/delta | |
| 60 svn ci -m 'Edit this tag after its parent closed' | |
| 61 | |
| 55 cd ../.. | 62 cd ../.. |
| 56 svnadmin dump temp/repo > commit-to-tag.svndump | 63 svnadmin dump temp/repo > commit-to-tag.svndump |
| 57 echo | 64 echo |
| 58 echo 'Complete.' | 65 echo 'Complete.' |
| 59 echo 'You probably want to clean up temp now.' | 66 echo 'You probably want to clean up temp now.' |
