Changes between and of Initial VersionVersion 4Ticket #4315
- Timestamp:
- 10/08/2010 09:57:21 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4315
- Property owner glyph deleted
- Property component changed from core to release management
- Property milestone changed from to regular-releases
-
Ticket #4315 – description
initial v4 3 3 Unfortunately, doing this correctly is a bit of a pain. My best guess... 4 4 5 `find . -name '*.bugfix' -or -name '*.misc' -or -name '*.feature' -or -name '*.removal' | xargs svn rm`5 `find . -name '*.bugfix' -or -name '*.misc' -or -name '*.feature' -or -name '*.removal' -or -name '*.doc' | xargs svn rm` 6 6 7 7 This should be simpler.
