Mercurial > hgsubversion
comparison tests/fixtures/commit-to-tag.sh @ 450:7ca49177991a
tags: Handle edits to edited tags.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 26 Jun 2009 10:34:32 -0500 |
parents | bda5b47ad2a2 |
children | e533e78f1b2f |
comparison
equal
deleted
inserted
replaced
449:bda5b47ad2a2 | 450:7ca49177991a |
---|---|
45 | 45 |
46 echo not omega > branches/magic/omega | 46 echo not omega > branches/magic/omega |
47 echo not omega > tags/also-edit/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' | 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 | |
51 svn ci -m 'Edit an edited tag.' | |
52 | |
50 cd ../.. | 53 cd ../.. |
51 svnadmin dump temp/repo > commit-to-tag.svndump | 54 svnadmin dump temp/repo > commit-to-tag.svndump |
52 echo | 55 echo |
53 echo 'Complete.' | 56 echo 'Complete.' |
54 echo 'You probably want to clean up temp now.' | 57 echo 'You probably want to clean up temp now.' |