Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

60
votes
17answers
27k views

How do I rollback a TFS check-in?

I'd like to rollback a change I made recently in TFS. In Subversion, this was pretty straightforward. However, it seems to be an incredible headache in TFS: Option 1: Get Prior Version Manually ...
31
votes
3answers
9k views

How to revert (Roll Back) a checkin in TFS 2010

Can anyone tell me how to revert (roll back) a checkin in TFS 2010?
15
votes
7answers
4k views

Is there a difference between commit and rollback in a transaction only having selects?

The in-house application framework we use at my company makes it necessary to put every SQL query into transactions, even though if I know that none of the commands will make changes in the database. ...
12
votes
3answers
2k views

Will a using statement rollback a database transaction if an error occurs?

I've got an IDbTransaction in a using statement but I'm unsure if it will be rolled back if an exception is thrown in a using statement. I know that a using statement will enforce the calling of ...
8
votes
1answer
280 views

How can I do git merges in such a way that they are easy to roll back?

There is lots of talk about how it's not easy to "undo" a merge in git. Short version: if you undo a merge commit, it also tells git to never merge those changes back in in the future. Is there ...
8
votes
3answers
2k views

In mercurial, how do I apply a reverse-patch to a particular file?

Related to http://stackoverflow.com/questions/1078881/mercurial-merging-one-file-between-branches-in-one-repo , I'm trying to perform a backout operation on a single file, even though that file was ...
7
votes
2answers
540 views

Why does Mercurial only have one level of rollback?

I understand the restrictions of rollback and the care required in its use, but I just wondered why there is only one level of rollback. My guess it's a design decision and that the hassle of storing ...
6
votes
1answer
817 views

What is the difference between rollback, backout and strip in the Mercurial Eclipse plugin?

What is the difference between the menu items rollback, backout and strip in the Mercurial Eclipse plugin? Can I delete the commit in the local repository without modify the files in my workspace ...
6
votes
2answers
208 views

Rollback multiple commits (before Pushed to public) in Mercurial

I am aware that rollbacks can remove commits from the latest changeset in a local repository. However, is it possible to remove all the latest commits since the previous push without having to ...
6
votes
3answers
6k views

How do I roll back a file checked in to Clearcase?

I have a file in my Clearcase repository. I checked it out and modified it, and then checked it back in. I haven't done anything like make a baseline, or rebase, or deliver in my stream/view. I ...
6
votes
5answers
484 views

How implement Rollback feature?

I want to create a C# application in which copy some files in two diffrent folders(already contains older version files) and also run sql scripts. During whole process if any exception generate i ...
5
votes
4answers
197 views

Rails: how to rollback a botched migration

I'm an idiot...screwed up a migration in Rails: thinking migrations would work like model generators (using references:modelname) I did the following: $ rails g migration add_event_to_photos ...
5
votes
3answers
175 views

Rollback committed data

Can committed data be rolled back in oracle? If yes then how can we do this. Please help.
5
votes
3answers
958 views

Is rollback needed if java.sql.Connection#commit() throws exception?

According to JAVA documentation, Connection#commit() can throw SQLException. My question is whether or not a rollback should still be issued in this scenario. For example: Connection con = null; try ...
5
votes
1answer
4k views

EJB3 transaction rollback

I'm using CMT in EJB3 state-less session beans. Also I've created my own Exception having the annotation "@ApplicationException (rollback=true)". Do I have to use "context.setRollbackOnly()" when I ...
5
votes
2answers
990 views

duplicate key error does not cancel/rollback mysql transaction

When in a mysql innodb transaction, I would expect a duplicate key error to cause a rollback. It doesn't, instead it simply throws an error and continues on to the next command. Once the COMMIT ...
5
votes
4answers
2k views

How do I roll back all or part of a commit to svn?

How do I revert all or part of an SVN commit using TortoiseSVN?
4
votes
1answer
1k views

How to rollback SQL update command?

In SQL server 2008 R2. Is it possible to do a rollback on a single update command? I know there are other questiones like this on SO but i havent seen one specific for 2008 R2 and hence I may get the ...
4
votes
2answers
1k views

How to rollback nested transactions with Propagation.REQUIRES_NEW in integration tests

I have several integration tests for various services that extend the following baseclass: @ContextConfiguration(locations="classpath:applicationContext-test.xml") ...
4
votes
2answers
135 views

Click once application rollback

Is ClickOnce rollback possible? How can I do that? Does this application download all files on update? How can I see which files are downloaded in the update?
4
votes
1answer
454 views

Should I rollback failed SELECT statements or commit successful ones?

Out of habit I've been using try/catch blocks in my application code for all SQL queries, with a rollback at the beginning of the catch block. I've also been committing those which are successful. ...
4
votes
6answers
405 views

shareware enforcement vs time machine

Problem: Customer X is (considering) porting one of his formerly "Windows only" shareware applications to Mac OS X. One of his concerns is how to enforce the 30-day trial period and make it immune to ...
4
votes
4answers
3k views

Transaction rollback and web services

Given an example of calling two web services methods from a session bean, what if an exception is thrown between the calls to two methods? In the case of not calling the web services the transaction ...
4
votes
5answers
3k views

Best way to create a SQL Server rollback script?

I am working on some schema changes to an existing database. I backed up the database to get a dev copy, and have made my changes. I will be creating a single roll script to migrate the changes on ...
4
votes
3answers
351 views

Why would the rollback method not be available for a DBI handle?

For some reason I am having troubles with a DBI handle. Basically what happened was that I made a special connect function in a perl module and switched from doing: do 'foo.pl' to use Foo; and ...
3
votes
1answer
83 views

Spring tests - problems with rollback

I have created Spring integration test in my application. The problem is, one test doesn't rollback properly, leaves some stuff in database and causes subsequent tests to fail. I have noticed, that ...
3
votes
1answer
143 views

Spring integration test does not roll back

I'm using Spring + Hibernate + H2. I do database operations in my integration tests (by calling a service class). I want Spring to rollback the changes after each test method, but I can't get it to ...
3
votes
2answers
208 views

Transaction rollback in Spring MVC controller

I have a Spring MVC controller annotated with @Transaction, and under certain inputs I need to rollback the transaction. As I understand, the proper way to trigger a rollback is to throw an exception ...
3
votes
1answer
65 views

git branch roll back to previous commits

I have got two branches (master and secondary) at most recent commit. I need the older commit ed state ( 2 unit backward) and so want my secondary branch to move back two commits. How do I do it?
3
votes
2answers
146 views

How to undo a Git rollback

I wanted to rollback to the last commit after making a massive error, but I managed to rollback a little too fair. The commit I wanted to reassert doesn't appear when I enter 'git log' in bash (I ...
3
votes
2answers
73 views

Is it possible to configure MySQL logging so that it only reports queries that were rolled back?

I have an intermittent bug that I'm trying to track down, and I'd like to capture only MySQL queries that fail resulting in a rollback. I don't want a full general query or binary log because there ...
3
votes
2answers
68 views

Deleted DB re Populate in MySql

I am In Deep Trouble.. I have lost my DB as by mistake Have deleted my DB from the Mysql Db, So could someone help me in getting the Rollback of it. Please help
3
votes
1answer
128 views

SQL Server rollback transaction

Will the ROLLBACK command drop a temporary table which is created during the transaction ? Thanks
3
votes
1answer
553 views

Transactions in MySQL - Unable to Roll Back

I'm using MySQL 5.0.27 and am trying to get transactions to work. I followed this tutorial: http://dev.mysql.com/doc/refman/5.0/es/connector-net-examples-mysqltransaction.html and still cannot get ...
3
votes
1answer
558 views

Spring @Transactional - Can I Override rollbackFor

I am calling a service which has the following annotation: @Transactional(rollbackFor=ExceptionA.class) public void myMethodA(....) throws ExceptionA { . . } I am calling this method from an other ...
3
votes
2answers
85 views

simple process rollback question

while revising for an exam, i came across this simple question asking about rollbacks in processes. i understand how rollbacks occur, but i need some validation on my answer. The question: my ...
3
votes
2answers
836 views

How is a rollback with South supposed to work?

Color me confused. Let's assume we've got a Django project with South migrations. Currently, production project version is A, version in development B. Now let's suppose version B is installed into ...
3
votes
3answers
266 views

How to check if Dotnet transaction is rolled back?

How Can I check if a dotnet transaction is closed or not ?
3
votes
2answers
271 views

How to rollback if any update is not success?

I have written a transaction like: BEGIN TRAN UPDATE [Table1] SET [Name] = 'abcd' WHERE [ID] = 1 UPDATE [Table2] SET [Product] = 'efgh' WHERE [ID] = 10 UPDATE ...
3
votes
1answer
736 views

How to let NHibernate retry deadlocked transactions when using session per request?

What pattern/architecture do you use in a 3-tiered application using NHibernate that needs to support retries on transaction failures, when you are using the Session-Per-Request pattern? (as ISession ...
3
votes
3answers
740 views

SQL Server 2008 Transaction, rollback required?

I have a stored procedure that has a BEGIN TRANSACTION and COMMIT TRANSACTION statement. Within the transaction is a select query WITH(XLOCK, ROWLOCK). The transaction can potentially fail due to ...
3
votes
1answer
1k views

MySql stored procedures, transactions and rollbacks

I can't find an optimal way to use transactions in a MySql Stored Procedure. I want to rollback if anything fails: BEGIN SET autocommit=0; START TRANSACTION; DELETE FROM customers; ...
3
votes
1answer
201 views

What happens if you don't roll back a transaction in Hibernate?

Everything I read about Hibernate states that you must roll back a transaction and close the session when an error occurs, and there's usually some variation of the following code (taken from ...
3
votes
4answers
645 views

Rollback @ Stored Procedure on Oracle

I don't know if thats right but for some reason my stored procedure is not rolling back after an exception occurs. So my insert statement is commited even when i get an exception Did i forgot ...
3
votes
2answers
2k views

Hibernate save() and transaction rollback

In Hibernate when i save() an object in a transaction, and then i rollback it, the saved object still remains in the DB. It's strange because this issue doesn't happen with the update() or delete() ...
3
votes
1answer
243 views

Rollback for bulk copy

I have an application that make a copy from my database by bulk copy class in c#. Can I rollback the bulk copy action in sql server when occur an exception?
3
votes
2answers
259 views

Drop database only if Backup is successful

This might be an easy one for some one but I haven't found a simple solution yet. I'm automating a larger process at the moment, and one step is to back up then drop the database, before recreating ...
3
votes
2answers
146 views

Sequences not affected by transactions?

I have a table create table testtable( testtable_rid serial not null, data integer not null, constraint pk_testtable primary key(testtable_rid) ); So lets say I do this code about 20 times: ...
3
votes
4answers
201 views

Transaction on objects in C#

I was wondering if there is a way to have a transaction on object. I'm asking this question for the following situation: We pass our object to our dataaccesslayer. There we use transactionscope to ...
3
votes
1answer
2k views

What is the point of “ROLLBACK TRANSACTION named_transaction”?

I've read through MSDN on ROLLBACK TRANSACTION and nesting transactions. While I see the point of ROLLBACK TRANSACTION savepointname, I do not understand ROLLBACK TRANSACTION transactionname. It ...

1 2 3 4 5