Revert generally refers to operations that put a system, environment, or application into a previous state.

learn more… | top users | synonyms

1
vote
0answers
23 views

jenkins svn mail to committer after post-commit and revert commit

i am trying to setup jenkins and svn for my project. jenkins and svn is running already. currently i have a post-commit hook which starts a build everytime a new commit comes in. my jenkins is secured ...
1
vote
1answer
28 views

How to undo a revert in mercurial

After I had accidentally added several files with hg add I wanted to revert that with hg revert --all Unfortunatelly I hadn't committed my intended changes so they were reverted as well. Can I ...
0
votes
1answer
38 views

C# revert to previous version [closed]

My developer did not save the stable version of C# application( lets say v12) that we are developing. Now after bunch of enhancements we are at V20, but the application has become crap at v20. So I ...
0
votes
0answers
18 views

How to roll back an ActiveRecord migration using a rake task? (Not using Rails)

A Sinatra project I am working on is using MySQL and ActiveRecord and I need to be able to reverse the migrations every now and again to wipe the test database - eg when tests fail and leave crud. My ...
4
votes
2answers
63 views

How do I revert `git fetch upstream; git merge upstream/master`? [duplicate]

Here 's my setup. Upstream repo on github (public repo which I don't own) Personal repo on my server(git clone --bare $upstream) My workflow was like this: Need to customize my personal branch ...
1
vote
2answers
41 views

Revert git repo to previous commit

I have a git problem. I develop on my local host, push changes to my repo, then pull to my live site. I recently built a page on my localhost, which worked fine. Then I pushed to my repo and pulled ...
0
votes
0answers
37 views

SQL Server 'Execute As'/Revert pattern in a 'Try/Catch' Block

I wish to ensure I am using the "best" pattern when using an Execute As/Revert from within a Try/Catch block on SQL Server 2012. The below code "seems" to behave correctly... Am I missing anything or ...
2
votes
2answers
70 views

Reverting unshelved files in perforce

I have unshelved a cl that contained an 'add' file called foo.txt. When i revert that changelist the foo.txt disappears from my workspace but stays on my hdd. p4 unshelve -f -s $A -c default :: ...
0
votes
2answers
29 views

Reverse Apply a commit to working copy

In order to investigate the effect introduced by a previous commit, I want to reverse- apply it to my working copy and fiddle around with the code. I managed with a workflow around creating and ...
1
vote
1answer
51 views

How to load the latest version of code from SVN server ignoring my local changes?

Few days ago I "updated" my local copy of the source code (i.e. I took the code from the SVN repository). After that the code was changed by other people and committed to the repository. Now I want ...
0
votes
1answer
33 views

How do I revert only specific lines from a specific file?

Suppose that several commits ago I deleted a bunch of code, and now I want some of that code back. For a while now I've been using SourceTree, which allows you to simply select the lines you want ...
0
votes
4answers
42 views

How to delete corrupt file in git commit

I accidentally committed a file to my git repo that was corrupt. The corruption happened when I was working on my laptop and the batteries died down. I didn't recognize at once that this ended up in a ...
0
votes
1answer
154 views

SVN unversioned directory with same name already exists

I also see questions with similar headings but this one has exception that error is while updating on server so can't delete the previous unversioned directory. I am using SVN for uploading code ...
0
votes
1answer
78 views

Git: temporarily reverting pushed commit(s)

Say, you've pushed some commits and pulled them into production, in your server's webroot, for example. And then something goes wrong. Clearly, most often what you want to do is temporarily revert the ...
2
votes
2answers
143 views

What is the meaning of revert this commit and roll back this commit in GitHub for Windows?

Github for Windows features these two commands described as: revert this commit - create a new commit that reverts the changes of this commit rollback this commit - roll back this commit leaving all ...
1
vote
1answer
55 views

SVN Backout but keep changes locally

With SVN command line, whats the best way to back out committed changes but to retain them on your local revision? i.e. I want the final state of the remote repository to be what it was before the ...
2
votes
1answer
507 views

ESXi 5.1 revert to snapshot daily or every night

I'm trying to revert a virtual machine to the previous snapshot every day or night. Unfortunately, I haven't found any way to do this the way I want it. Here are some things I tried and that didn't ...
0
votes
0answers
29 views

event while a jquery draggable is reverting

I'm using a jquery draggable to move a "handle" around which I have an arrow attached to. I've got revert set up with a revertDuration so that if it doesn't get dropped on something that it can ...
2
votes
2answers
402 views

Adding a function to jQuery draggable revert “event”

What I have: I have a draggable div with a revert parameter set as "invalid". What I need: When the revert occurs I want to trigger a CSS change to another element. The problem: "revert" is ...
0
votes
0answers
79 views

Phing + DbDeploy, rolling back

I'm trying to figure out how to use Phing with DbDeploy to version control my databases. This How-To makes it pretty easy to understand. The only thing I don't get though: how do I actually use the ...
3
votes
3answers
81 views

Is this a good strategy to undo git stuff?

Until now, if I ever commited and pushed something wrong to the master branch, my way of solving it was, assume the the git log looks like commit bad_hash commit another_bad_hash commit ...
1
vote
1answer
101 views

git “revert” current directory

In svn it's possible to do svn revert ./* in which the current directory and ONLY the current directory gets reverted What is the git equivalent to "svn revert" in which only the current directory ...
0
votes
0answers
146 views

Revert statement in Drag and Drop (Edge Animate)

I have solved that part of the animation that allows only 1 draggable element in a droppable area at any one time. Am applying it to all the draggable elements now. However, I'm having some kind of ...
1
vote
1answer
145 views

jQuery UI: How can I cancel the revert of a sortable element on successful drop on a droppable element?

I have a sortable list in which are several elements that need to be able to be reordered by the user. Alternatively the elements can also be dragged onto 5 available dropzones (droppable ...
1
vote
2answers
48 views

Merge next commit's changes to current commit

I am backtracking through my history to find what exactly broke iOS5.1 for my app. I've traced it to a single commit, however the commit has many files. I would like to git checkout [commit before ...
4
votes
1answer
198 views

What is the difference between hg revert and hg backout?

Both hg revert and hg backout revert changes made by a former revision. What is the difference between the two?
2
votes
3answers
71 views

Revert commits of local branch from master

I have a feature branch where I have some commits. Then I did run git rebase master and merged that branch back to master. So it was like git checkout -b somebranch ......some work commits here ...
0
votes
0answers
19 views

Software To Easily Facilitate File History/Versioning?

I am working on a website and I sometimes make changes that I want to revert. Is there a software program out there that I can install that monitors files in a certain directory and keeps track of ...
2
votes
3answers
231 views

How to revert a svn commit

I have found various examples of how to revert a svn commit like svn merge -r [current_version]:[previous_version] [repository_url] or svn merge -c -[R] . but neither of them seem to work. I ...
0
votes
1answer
40 views

replace all content with checkboxes and revert on cancel in jQuery

<div> <div class="first">First Name</div> <div class="last">Last Name</div> <div class="edit">edit</div> </div> When pressing edit, I ...
0
votes
3answers
333 views

How to revert update query in sql server?

I am using SQL Server for my database. now there is table which has following columns. PK_ID FK_ID Name Description 1 5 ABC ABCDE 2 7 EFG EFT 3 8 ...
2
votes
2answers
107 views

How to revert open files in workspace WITHOUT removing them from their changelist in perforce?

Is it possible in perforce (server version 2010.1/265509 (2010/09/23), so I don't have newer "git like" server functionality) to revert all the open files in a client without the files being removed ...
1
vote
1answer
76 views

I'm not able to revert a file while it's conflicting, any help please? git

So here is what I've done: Create folder testA Create a file "a.txt" with it's contents "a" Git init into the folder testA git add . git commit -a -m "first" change the file's "a.txt" contents to ...
2
votes
1answer
66 views

Revert merge without rebase

I realized that a branch was merged to my master branch which shouldn't - commit is already pushed. The branch wasn't rebased - it means i don't see a one "merge commit" - the commits from the branch ...
1
vote
3answers
59 views

how to get sha hash of previous version, git

I've downloaded an open source code from Git repository. Now I want to revert to a previous version. How can I do that? There is a command like: "git revert , but I don't know the hash of a version, ...
0
votes
0answers
54 views

Jquery draggable doesnt work correctly - its reverting without reason

please i have some problems with dragging in jquery.. Can you check please my jsfiddle (link is on the end of this post)? In there 3x doubleClick (left, middle, right) in the container area (gray ...
1
vote
2answers
272 views

Reset default CSS from jQuery

I am using a grid layout (Bootstrapper) to display images of a certain width in rows. <li class="span4"><div id="id" class="thumbnail"><img ...
1
vote
2answers
55 views

Git - removing a commit

I forked a repo on Github a few months ago, and have made three commits. I'd like to submit a pull request with some bug fixes back to the original project, but one of the commits had some changes ...
0
votes
0answers
88 views

libsox on iphone reverb effects not works well [closed]

I build libsox for iphone fllow the blog http://uberblo.gs/tag/ios but libsox's "reverb" effect not works very well. I have 50s audio file 1.wav . after add "reverb" effect 1_out.wav becomes 100s ...
0
votes
1answer
251 views

Multilanguage C# user interface, Arabic language

I am developing a multi-language user-interface in C# and have a problem with the Arabic language: I inverted all the components of the UI, but I am not able to write the text from right to left. I ...
1
vote
2answers
151 views

Revert to previous commit and ignore any uncommited changes in git

I'm a beginner with git and having some problems while trying to revert everything to the last time I committed. I don't mind losing any of the changes I just want to undo everything. I tried this: ...
3
votes
2answers
56 views

git: merge back in what I merged out

So I merged a branch, "badBranch", into my develop branch, and discovered several commits after merging that it was buggy. I did a revert: git revert -m 1 <commit hash of the merge> Worked ...
0
votes
2answers
141 views

Function revert with jquery

I have a little question. Is there any possible to revert function with jquery? I have some click function with actions in the middle of it. Can i revert this elements to condition before click? Thx 4 ...
1
vote
1answer
55 views

revision control: undo changes that were NOT checked in

I was playing around with some files (someone else's code mounted on the machine, I have to model my code after it) and short story: something went wrong. The page is printing the header twice, the ...
0
votes
2answers
138 views

How do I selectively revert some changes in a single commit to a single file?

My problem: I stupidly made lots of changes to a file and committed them all at once. I've since realized that much of the changes were crap ... but a lot of them were good, too. How do I ...
2
votes
3answers
475 views

Tortoise equivalent 'replace with latest from repository"?

I have a PC for Windows development and Linux box for Android development. Our source control is Subversion and I use TortoiseSVN on Windows and Subclipse plug-in in Eclipse on Linux. Sometimes I'll ...
1
vote
3answers
225 views

How do I revert multiple commits in Mercurial?

I have a bunch of commits, say A, B, C, D, and I want to keep B, C, and D, and make a commit that is (BCD)⁻¹. What's the easiest way to do this, if I have many commits that I want to undo at the same ...
0
votes
1answer
165 views

Why doesn't git reset --hard change my local files back to their original state?

I messed up and actually push a git repo to the url of another one of my repos. I am trying to undo this but am having trouble and I haven't used 'git reset' before. Say the hash of the last good ...
0
votes
1answer
81 views

How to manage a map of unsaved entities in Hibernate session?

On my entity (myGroup : Group) I have a collection property (members : HashMap<Long, GroupMember>) and I want to allow the user to add multiple new (unpersisted) GroupMembers to the ...
1
vote
2answers
114 views

Is there a way to revert a file line by line in P4

I want to revert part of changes in a file. I know in p4v you can easily revert files line by line. I am wondering how to do that using p4 command.

1 2 3 4