Mailinglist Archive: opensuse-buildservice (226 mails)
| < Previous | Next > |
[opensuse-buildservice] osc revert, how to do it?
- From: Ruediger Meier <sweet_f_a@xxxxxx>
- Date: Fri, 9 Sep 2011 15:36:23 +0200
- Message-id: <201109091536.23641.sweet_f_a@gmx.de>
Hi,
What is the right way to revert really all local changes.
See this case:
$ osc st
$ touch bla
$ osc add bla
A bla
$ rm bla
$ osc st
! bla
$ osc revert .
$ osc st
! bla
So osc revert was not enough, I have to do
$ osc addremove
to get it clean finally.
Is this the supposed behavior?
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
What is the right way to revert really all local changes.
See this case:
$ osc st
$ touch bla
$ osc add bla
A bla
$ rm bla
$ osc st
! bla
$ osc revert .
$ osc st
! bla
So osc revert was not enough, I have to do
$ osc addremove
to get it clean finally.
Is this the supposed behavior?
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |