English 中文(简体)
雇佣军: 如何在重建后恢复
原标题:Mercurial: How to restore after rebase

我意外地从主机中抽出一些改动——重新计算基数。

我如何从重建基地期间建立的备份中恢复原来的存放国?

最佳回答

http://www.un.org/Depts/DGACM/index_french.htm

hg unbundle .hg/strip-backup/e64394fd5837-backup.hg

然而,这并没有消除重新数据库所产生的新变化;从没有基于重置的改动(即服务器上的最新版本)的邮袋中,或许是一个很好的想法。

问题回答

暂无回答




相关问题
Backing up my database is taking too long

On a windows mobile unit, the software I m working on relies on a sdf file as it s database. The platform that the software is targeted towards is "less than optimal" and hard resets every once and a ...

Cognos LAE Backup Automation (Batch File?)

Within Cognos 7.4 security.. one would create an LAE file to export all their users... directions here... http://www.cognos-install.co.uk/articles/backups/access_manager_export_to_lae.asp Now you ...

backup SQL Server 2005 database without data

I have one stored procedure to backup the database. It will backup metadata as well as data. Is there any option to back up the database with out data. ie, back up only the schema (Empty tables). I ...

SQL Server 2008 Auto Backup

We want to have our test servers databases updated from our production server databases on a nightly basis to ensure we re developing on the most recent data. We, however, want to ensure that any fn, ...

mysql dump stops when a row is updated

When i try to get a dump of a mysql database, the dump stops when a row in it is updated. How can i prevent that? I already tried following options with no result: -f (forces continu even when error)...

热门标签