Mailinglist Archive: opensuse-buildservice (273 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] osc revert?
- From: "Dominique Leuenberger" <Dominique.Leuenberger@xxxxxxxxxxxxx>
- Date: Fri, 16 Jan 2009 14:10:25 +0100
- Message-id: <49709551020000290000D907@xxxxxxxxxxxxxxxxxxx>
Hi,
If you, instead of cp foo bar do a mv foo bar then the 'problem' is already
solved... you only have to osc add bar then.
the result would be the same, as osc rm foo will delete the file anyhow too...
Dominique
PS: Disclaimer: That's my best knowledge about it and may be as wrong as 1>2 ;)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Hi,On 1/16/2009 at 2:05 PM, Bernhard Walle <bwalle@xxxxxxx> wrote:
% osc add foo
# fck, foo is wrong, that should be bar
% cp foo bar
% osc add bar
% osc rm foo
'foo' is not under version control
If you, instead of cp foo bar do a mv foo bar then the 'problem' is already
solved... you only have to osc add bar then.
the result would be the same, as osc rm foo will delete the file anyhow too...
Dominique
PS: Disclaimer: That's my best knowledge about it and may be as wrong as 1>2 ;)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |