Questions tagged [undelete]
45 questions
102
votes
7 answers
How to "undelete" a deleted folder in Subversion / TortoiseSVN?
We have accidentally deleted the 'tags' folder from our Subversion repository where we only intended to delete one specific tag. What is the easiest way to get the 'tags' folder back?
We use TortoiseSVN as our client and I thought that when I go to…

Borek Bernard
- 50,745
- 59
- 165
- 240
69
votes
7 answers
RESTful undelete
It is a fairly common requirement to support undeletes or delayed/batched deletions for data services. What I'm wondering is how to implement this in a RESTful way. I'm torn between a few different options (none of which seems terribly attractive to…

Caleb
- 711
- 1
- 5
- 7
68
votes
2 answers
Undo delete in GIT
I made something very stupid.
I made a commit using git commit (file edits + new files) (C).
Then I made amend last commit.
Then I deleted all files recursively (!) using git rm -r
Then I made another git commit (C).
A-B-C
↑
master
Is there…

Nately
- 691
- 1
- 5
- 6
53
votes
2 answers
How to undelete a file previously deleted in git's history?
Using Chris's answer on another question I could prepend a snapshot-history to my git repository. Since one of the files is not part of my history but only in the snapshots, the first original commit now also contains the deletion of this file. How…

Tobias Kienzler
- 25,759
- 22
- 127
- 221
27
votes
5 answers
How do I undelete a file after git rm and pushing to github?
I recently cloned a repository on my local machine and then did a git remove on one of the files and pushed those changes back to the github repository. My question is how do I restore that file back on the original github repository?

Alex Chao
- 371
- 1
- 3
- 3
14
votes
2 answers
get back deleted .svn folder
On my server I have subversion installed, but I accidently removed the .svn folder from the
root so the folder is no more under version control.
When i try to make a new checkout, I get an error
svn: 'repo' is already a working copy for a different…

Nenad
- 3,438
- 3
- 28
- 36
6
votes
3 answers
How do I get all versions of an S3 key and undelete using boto?
I have had an S3 bucket for awhile but only now turned versioning on. Experimenting with it a bit trying to figure out what sort of detection protections I am getting with just the versioning on, without activating the "MFA delete" option.
I…

I Z
- 5,719
- 19
- 53
- 100
5
votes
6 answers
Undelete folders from AWS S3
I have a S3 bucket with versioning enabled. It is possible to undelete files, but how can I undelete folders?
I know, S3 does not have folders... but how can I undelete common prefixes? Is there a possibility to undelete files recursively?

Roland Ettinger
- 2,615
- 3
- 23
- 24
5
votes
2 answers
Is there a way to restore deleted chrome cache files?
Suppose the cache files have been deleted by pressing shift+ctrl+delete on chrome. the files starting with f_* are removed and the data_* files data_0, data_1... are reduced. So we can not use chrome cache viewer because the files are away. I tried…

benchpresser
- 2,171
- 2
- 23
- 41
4
votes
1 answer
Save all vim buffers to new directory
I'd like to do a :wa, but save all buffers under a new path. I could to each buffer write them individually to a new path, but I'm looking to do this for all open buffers. I actually wouldn't care if all sub-paths or absolute paths were stripped,…

eplictical
- 583
- 1
- 6
- 16
3
votes
1 answer
Recovering deleted files from WinSCP
I accidentally deleted some logs files from my server from root user in WinSCP. In preference options, there was a checkbox option that was checked for "Moving files to recycling bin".
I can't find the recycling bin anywhere, I really need the logs…

zana
- 259
- 2
- 4
- 15
2
votes
2 answers
Recover a deleted file using undelete() in C
I'm just trying to recover a file in C on an HFS+ formatted Volumn. According to
man undelete
NAME
undelete -- attempt to recover a deleted file
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include
int
undelete(const…

YankeeWhiskey
- 1,522
- 4
- 20
- 32
2
votes
1 answer
How to get the file back after using "unlink" in R?
I accidentally deleted some of my useful files. The files were deleted and I could not find them in recycle bin. I want to know how can I get it back?
I am using windows 8.1. All the files in My documents deleted using unlink in R. I try to using…

JKWing
- 21
- 2
2
votes
1 answer
I TRUNCATEd a table. How do I get the data back?
In my postgesql database, unfortunately I truncate this table mail_group, and the table is delete from the database, how to I get back this table.
Kindly help me, waiting for reply.
Thanks

user88
- 1,174
- 3
- 27
- 51
2
votes
3 answers
Google Developers Console- Unable to restore project to delete Client ID
I created a project a few months ago while playing around with leaderboards and achievements. Wasn't sure whether I wanted them or not.
In the end I deleted the project off of the Google Developers Console and released my app without leaderboards…

user3670034
- 21
- 3