undelete Questions
6
Solved
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...
Floc asked 20/7, 2017 at 6:39
7
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...
Monosyllabic asked 23/12, 2011 at 23:56
7
Solved
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 Torto...
Kayceekaye asked 15/2, 2010 at 10:52
3
Solved
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, w...
Brose asked 30/1, 2015 at 19:32
5
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 ba...
Herbage asked 7/10, 2013 at 0:3
2
Solved
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 anot...
Rosemaria asked 28/2, 2012 at 6:59
2
Solved
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
...
Utricle asked 7/11, 2011 at 18:57
2
Solved
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 comm...
Grunt asked 30/6, 2010 at 14:49
1
© 2022 - 2024 — McMap. All rights reserved.