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
551 Views Asked by kennyT07 At
1
There are 1 best solutions below
Related Questions in REVERT
- Git revert causes merge conflict
- Git: Unable to remove a "revert' commit
- How to revert/reverse/undo setSize() in Highcharts
- svn revert changelist not enough arguments provided?
- How to completely erase a git push from history?
- Why is global-auto-revert-mode not reverting my buffer?
- Why did hg rollback not work, and how do I rollback both locally and on Bitbucket?
- Vapor PostgreSQL Error: invalidSQL("ERROR: relation \"pages\" already exists\n")
- Discarding my changes and going back to an old commit
- Spock framework: how can I automatically reset object state after spec is completed
- Manually reverting app prevented by version code
- Revert a jQuery function, from xml to html and back
- Reverting specific commits from git
- Reverting in Git to a specific point
- Reverting to VM snapshot for multiple VMs
Related Questions in ACCUREV
- Source Control Migration from Accurev to Git (.net)
- Accurev: scripts to pull code from other streams
- accurev command revert to basis
- Accurev: How to purge all changes including external files on a workspace?
- Accurev change xlink transaction
- difference between Gradle and accurev
- Accurev revert action
- How do you view Ignored files in AccuRev?
- Accurev: promote without specifying issue?
- Accurev: How can I get a list of all users from a stream?
- Accurev - How to update the file content in a stream after a promote
- eclipse accurev plugin
- Value of using Git with ClearCase, AccuRev or Perforce?
- Customizing check in policy using Accurev
- Find epoch timestamp of Accurev file in my stream OR backing stream?
Related Questions in PURGE
- Purge data from redis cache in chunk
- Twilio: Purging media resources older than a certain time automatically
- Debug Varnish HTTP Purge
- Nginx reverse-proxy cache invalidation strategies
- IOS Core Data Delete Parent Records With No Children
- How to easily purge custom shared instances in cocos2d-x?
- Removing history from git - git command fails
- How to purge messages for specific users in Discord.py
- P4 - Purge File State
- How can I delete or purge old files on S3?
- Selective data archival and purging in Oracle 11g
- How to handle CouchDB deleted documents with replications
- How to use purgecss for WordPress with Gulp
- Not showing image and CSS animation after nuxt generate (Nuxt 2.14.6)
- LOGCAT : purging 197K from font cache
Related Questions in BASIS
- In CPLEX, how to find a variable in the model is in the basis or not?
- Finding the Null Space
- How to represent a basis of vectors in Matlab?
- Compute the change of basis matrix in Matlab
- How to obtain the transformation matrix from three dimensions spaces basis using javascript?
- How to create inverse matrix with echelon form? Basis of subspace
- How is a Unitary matrix a permutation?- Quantum pattern matching
- Get all extreme points of Linear Program in CPLEX
- How to apply a matrix to an image
- Accurev undo a revert to basis
- Natural spline basis in R
- Pixi.js: BasisParser returns undefined from loading KTX2 file with custom extension
- Random Gaussian with standard deviation
- 3D Rigging: Belt twist or Frame Interpolation beyond 180 degrees. Euler, Matrix, Quaternions?
- How to check if elements form a primitive system of a lattice
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 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.