svn commit --targets behaviour change in 1.7?
From: Fergus Slorach <sugref_at_gmail.com>
Date: Sun, 13 Nov 2011 13:31:05 +1300
For 'undelete' in svn, we do the following:
> svn rm bic4
> svn commit -m 'Test delete'
Committed revision 6
> svn merge --change -6 .
(The last two messages are new in 1.7)
create a targets file containing:
bic4
and commit the changes:
> svn commit --targets=<file> -m 'Undelete bic4'
This works in svn 1.6, but fails in svn 1.7 with the following message:
svn: E200009: Commit failed (details follow):
I can workaround this by changing the contents of the target file but this looks
Thanks,
fergus
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.