Questions tagged [revert]

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

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

559 questions
0
votes
0 answers

How to save latest changes in data? PostgreSQL

I have to write Java application working with Postgres, where I will be storing Text files. I need to have functionality to do gitlike commit/revert, so I created first goals to achieve: commit from program will write document with info about…
Izzy
  • 755
  • 2
  • 9
  • 17
0
votes
0 answers

Cant revert accidental SVN detele, neither un-version a local copy

I did an accidental delete to a subdirectory within a larger project - in my local copy. Normally, when my local copy gets screwed up, I just revert it. This time it just does not work. Never mind... Other way is to rename parent directory and get…
Sold Out
  • 1,321
  • 14
  • 34
0
votes
1 answer

jenkins svn plugin revert action slower than command line job?

I have three build machines with Jenkins v1.473 installed. Let's call them machine A, B and C. All are running Windows 7 x64. Machine B and C jenkins installation was carried over from machine A. I simply copied the folder over and everything was…
JLL
  • 38
  • 1
  • 6
0
votes
1 answer

Revert a jQuery function, from xml to html and back

I have to worked with xml files in jQuery, and jQuery can't work with <, >, & and other codes. I found this code on google: function escapeHtml(text) { var map = { '&': '&', '<': '<', '>': '>', }; return…
Radu Dascălu
  • 318
  • 4
  • 15
0
votes
1 answer

git undo merge commit another merge commit

I am a Git novice and totally messed up my remote master branch. I had a branch (add-comments-model) which I merged to master (and actually pushed it) and regret it. Now I would like to undo all these but the merge was done on command line instead.…
kelvintaywl
  • 215
  • 2
  • 9
0
votes
2 answers

How to revert to an earlier commit

Total noob question but I've tried the stuff I've seen online to no avail. I want to make my current head point to an earlier commit. So I look at my git log, find the commit I like, and then type 'git checkout *****'. It then makes the temporary…
Nate
  • 510
  • 1
  • 4
  • 21
0
votes
3 answers

Icon changing when exe is moved to a different location?

Okay, so here is the deal, i initially set my icon when i first created my project. However i have since changed it the application properties, and in the form properties as always, however when i build the application and move the exe from the bin…
user3691826
  • 13
  • 1
  • 3
0
votes
2 answers

Remove subversion commands by permissions

Is it possible to block or deny "Revert" command in Subversion? Or something similar to this via command line or settings?
0
votes
1 answer

git switch and come back to/from an older state

I need to switch to an older commit to check an older functionality of our program that has been later removed. For that I checkout the corresponding commit: git checkout 367af0345d0b09ab3ade1c7856462f68e5eafe86 Then I change some code about this…
myoan
  • 401
  • 5
  • 14
0
votes
1 answer

jQuery sortable revert function calling from outside

I have two sortable lists contains some div items. When I drag and drop an item from one list to another, one popup should open which ask me for "Yes" and "No". Action has to complete based on the button click of the popup. How can I do this?
user3463568
  • 103
  • 1
  • 6
0
votes
2 answers

Basic git process - I coded in a wrong direction and now I want to back up

My scenario, using git: Wrote some code and committed Added feature 1 and committed Added feature 2 and committed Added feature 3 and committed Added feature 4 and committed and so on... Everything is of course in master. I have now decided that I…
Howiecamp
  • 2,981
  • 6
  • 38
  • 59
0
votes
1 answer

how to redo bad merge but keep some of my later commit?

the history will be like this: A<───┬─ BadMerg <── C <── D B<───┘ Now I realized the conflict resolution in the merge was bad. I want to redo the merge again, but to keep the commit C and D. How can I do this?
Wang
  • 7,250
  • 4
  • 35
  • 66
0
votes
1 answer

TortoiseSVN revert to a revision only on svn and keep changes locally

How can I revert to the previous revision on TortoiseSVN, but the keep the last changes on my local working copy?
GreatDane
  • 683
  • 1
  • 9
  • 31
0
votes
1 answer

Pushing from Xcode caused faulty commits - GIT

I wanted to commit B to the remote master branch whose head is at A. I had previously committed code saved locally (say X). When I pushed B to the master this caused the following: A-----B / X--/ I just want B to committed. B should be on top…
Siddharthan Asokan
  • 4,321
  • 11
  • 44
  • 80
0
votes
1 answer

Get Back Reverted File Visual Studio 2005

I know this question may be similar to others, but I could not find the solution. My SVN version is 1.8.2 I am using Visual Studio 2005 and I accidentally have reverted a file that I was working on. I watched on Recycle Bin, but could not find that…
Romo Daneghyan
  • 2,099
  • 3
  • 18
  • 23