repair

How to fix “containing working copy admin area is missing” in SVN?

隐身守侯 提交于 2019-12-02 13:52:50
I deleted manually a directory I just added, offline, in my repository. I can't restore the directory. Any attempt to do an update or a commit will fail with: "blabla/.svn" containing working copy admin area is missing. I understand why, but is there anyway to fix this. I don't want to checkout the entire repo and add my changes to it manually, it would take hours. According to this: http://www.devcha.com/2008/03/svn-directory-svn-containing-working.html Check-out the folder "blabla" to a different location and then copy its .svn folder back into the original "blabla". Matt Setter fwiw, I had

MySQL table is marked as crashed and last (automatic?) repair failed

…衆ロ難τιáo~ 提交于 2019-12-02 13:49:29
I was repairing this table suddenly server hanged and when I returned back all tables are ok but this one showing 'in use' and when I try to repair it doesn't proceed. ERROR 144 - Table './extas_d47727/xzclf_ads' is marked as crashed and last (automatic?) repair failed What can I do to repair it? Aleksandar Vucetic If your MySQL process is running, stop it. On Debian: sudo service mysql stop Go to your data folder. On Debian: cd /var/lib/mysql/$DATABASE_NAME Try running: myisamchk -r $TABLE_NAME If that doesn't work, you can try: myisamchk -r -v -f $TABLE_NAME You can start your MySQL server

Remove repair option screen from MSI installer

谁说我不能喝 提交于 2019-11-30 14:47:57
I have created a standard MSI installer for P&D of my application which is using following components: A WCF Service hosted as Windows service. A GUI application that communicates with that service. A Shell extension Dll. Installer is working very good and without any issue. The issue occurs when user try to install application again over the existing application using MSI installer. Currently, it come up with screen with 2 options "Repair" & "Remove". Both of these options doesn't work and corrupts the intalled application. What I want is to skip this screen and Show something like a

Remove repair option screen from MSI installer

╄→гoц情女王★ 提交于 2019-11-29 22:37:47
问题 I have created a standard MSI installer for P&D of my application which is using following components: A WCF Service hosted as Windows service. A GUI application that communicates with that service. A Shell extension Dll. Installer is working very good and without any issue. The issue occurs when user try to install application again over the existing application using MSI installer. Currently, it come up with screen with 2 options "Repair" & "Remove". Both of these options doesn't work and

Visual Studio 2012 crashes when trying to update, repair, deinstall

最后都变了- 提交于 2019-11-29 12:44:42
My copy of Visual Studio 2012 is instable. It starts up and I can load projects, compile and run them. But from time to time it crashes randomly. It now also crashes when I try to add a new windows form to a project. But the crashes are independent from the project loaded. My first idea was to install all new updates but if I go to the updates & extensions section it opens the dialog box and crashes 1 second afterwards. I then thought I might deinstall it and reinstall VS 2012 or 2013. But I also cannot deinstall it. If I go to windows programs to deinstall it I can click on the change button,

Installation change do not ask for UAC permissions

北慕城南 提交于 2019-11-28 08:43:28
问题 I implemented an installer for our product. Installer needs administrator privileges , so I used setup bootstrapper with a manifest file (as recommended here) to get these privileges on a Windows machines with UAC enabled. Installation and uninstall goes fine - the user is asked for permission and the installer does what it needs to do. But if you run Control panel → Programs and Features and select "Change"* for installed program, an error occurs (custom, from installer LaunchConditions),

Visual Studio 2012 crashes when trying to update, repair, deinstall

二次信任 提交于 2019-11-28 06:08:39
问题 My copy of Visual Studio 2012 is instable. It starts up and I can load projects, compile and run them. But from time to time it crashes randomly. It now also crashes when I try to add a new windows form to a project. But the crashes are independent from the project loaded. My first idea was to install all new updates but if I go to the updates & extensions section it opens the dialog box and crashes 1 second afterwards. I then thought I might deinstall it and reinstall VS 2012 or 2013. But I

Access “Compact and Repair” programmatically

≯℡__Kan透↙ 提交于 2019-11-27 15:36:12
Is it possible to "compact and repair" an Access database programmatically somehow (using ADOX, using OleDbConnection etc.)? Scuzzlebutt I don't have enough rep to reply to a previous "answer", but I wanted to provide some info that might be helpful to someone else in regards to the OP's question. I have been using the JRO method for years to compact/repair my Access 2000 databases from VB.net. Every once in a blue moon, I have a client that has managed to corrupt a database (usually when connected to the database over a network and they suffer an unexpected network interruption). JRO (in my

Auto compact the deleted space in mongodb?

左心房为你撑大大i 提交于 2019-11-26 18:26:10
The mongodb document says that To compact this space, run db.repairDatabase() from the mongo shell (note this operation will block and is slow). in http://www.mongodb.org/display/DOCS/Excessive+Disk+Space I wonder how to make the mongodb free deleted disk space automatically ? p.s. We stored many downloading task in mongodb, up to 20GB, and finished these in half an hour. In general if you don't need to shrink your datafiles you shouldn't shrink them at all. This is because "growing" your datafiles on disk is a fairly expensive operation and the more space that MongoDB can allocate in