Changes between Initial Version and Version 2 of Ticket #146
- Timestamp:
- 06/02/08 20:36:50 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #146
- Property Component changed from tailor to git
-
Ticket #146 – Description
initial v2 2 2 3 3 To reproduce: 4 {{{ 4 5 $ mkdir -p ~/src/tailor 6 }}} 5 7 Put the swfdec-gnome.tailor in ~/src/tailor (I'll attach it later) 8 {{{ 6 9 $ git clone git://anongit.freedesktop.org/git/swfdec/swfdec-gnome git/swfdec-gnome 7 10 $ tailor -c swfdec-gnome.tailor 11 }}} 8 12 9 13 After a while it crashes with: 10 14 {{{ 11 15 Error stream: 12 16 svn: 'src/swfdec-thumbnailer.schemas.in' is not under version control … … 32 36 Failure applying upstream changes: /home/olav/src/tailor/output $ svn mv --quiet --force src/swfdec-thumbnailer.schemas.in thumbnailer/swfdec-thumbnailer.schemas.in 2>&1 returned status 1 saying 33 37 svn: 'src/swfdec-thumbnailer.schemas.in' is not under version control 38 }}} 34 39 35 36 This is caused by incorrectly adding files to SVN in changeset #9: 37 40 This is caused by incorrectly adding files to SVN in changeset 9: 41 {{{ 38 42 22:11:18 [I] Changeset #9 39 43 22:11:18 [I] Changeset "09a4609f3619e4516cd9a2f5b924d80cdb457995" … … 51 55 22:11:18 [I] [Ok] 52 56 22:11:18 [W] svn did not find anything to commit 57 }}} 53 58 54 59 Not sure if this is due to Git or SVN, so leaving default component.
