In Accurev I have accidently purge a stream by doing a revert to basis while trying to pull the latest from the stream. This removed all the files within the stream. Is it possible to undo it? and how?
Accurev undo a revert to basis
553 Views Asked by kennyT07 At
1
There are 1 best solutions below
Related Questions in REVERT
- Uniswap V3 Bot on Sepolia Testenet
- Visual Studio 2022 - Web.config is reverting back when building the solution
- Why does my solidity function jump to other unrelated functions in the contract?
- Unmerge in GIT with 3 branches
- How to revert wrong setting of path variable LD_LIBRARY_PATH
- reverting back to an older version of a saved excel 2013 file
- Attack function reverting.. Why?
- How to prevent old git revert showing up in each branch
- Git: revert a merge commit: already up to date
- How to revert thousands of pending changes after losing files due to terminal mistakes
- Revert of Filepond is not working on Live server but works on local Server while using laravel
- GIT/DIFF - Reverse patch between a moved local file and an old commit
- Revert some file/directory deletions from other Revert, Recover file and directory from Commit
- Accidently pulled code from repository and now the code I was working on is gone. Can I revert it back?
- Equal opeartor not working with Array in Solidty
Related Questions in ACCUREV
- In Accurev, how can I send files from a stream to a workspace in batch?
- Executing Jenkins Pipeline on a single agent with docker
- Accurev change password issue with error: user is currently logged in
- Does Accurev expose Rest API like other DevOps tools like GIT, JIRA, Jenkins?
- Export Snapshots from Accurev using Perl
- Diff all files in an AccuRev transaction with the parent stream version
- Importing a project into Eclipse and deploy it in your local
- In Accurev CLI, how do I view my workspace stale files
- Accurev undo a revert to basis
- What is the difference between GIT and Accurev?
- How to make a file live which is previously defunct
- accurev revert to parent stream version
- Move workspace to different stream in Accurev CLI
- How to find all user list in Accurev? Is the there any API or CLI for fetching all user of SCM Accurev?
- How can I promote an issue from one stream to its parent via the CLI
Related Questions in PURGE
- Discord.js v14 - Delete a channel and recreate it with the same name
- How to create a stored procedure that iterates through a table and pass the id to another stored procedure?
- How can i clear messages via slash command in Pycord?
- Not showing image and CSS animation after nuxt generate (Nuxt 2.14.6)
- How to use purgecss for WordPress with Gulp
- How to handle CouchDB deleted documents with replications
- When using discord.py purge with slash commands: i can only delete 1 message or i get an error
- How to integrate Akamai FastPurgeAPI into AEM using Java code?
- Issue in java code while purging cached url's in Akamai
- Regex in discord.py purge check?
- how to remove gcc-13-base while dependecy is unmet?
- How to purge a queue in ActiveMQ Artemis programmatically using Java?
- How to make nginx proxy_cache_purge faster?
- MYSQL Stored Procedure to purge the data for definite period of time
- how do i fix my purge function in discord.py?
Related Questions in BASIS
- How to compute (row) basis of a sparse matrix in Eigen library?
- Finding the Null Space
- Pixi.js: BasisParser returns undefined from loading KTX2 file with custom extension
- How to create inverse matrix with echelon form? Basis of subspace
- How to obtain the transformation matrix from three dimensions spaces basis using javascript?
- Failed to load resources (draco, basis)
- How do I get the b-complement of 193 for b = 5?
- Geting the scalars of one single vector basis using Sympy
- How can I separate a vector into basis vectors?
- Do [T]EE and [T]BE have the same eigenvalues?
- How is a Unitary matrix a permutation?- Quantum pattern matching
- How to find non-orthogonal bases of a data matrix in python?
- In CPLEX, how to find a variable in the model is in the basis or not?
- What is the meaning of evaluating a spline's basis function?
- Get all extreme points of Linear Program in CPLEX
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
AccuRev doesn't have a command to revert a revert operation, but the following workaround will allow you to restore these elements.
Create a new stream off the stream where the purge occurred and set the time stamp to 1 second before the purge operation.
From the new stream, perform a change pallet into the stream that had the purge.
Select the elements that were purged and promote them back into the stream.