When doing a rollback when the action being rolled back was a rename. Granted, I can rename the file normally, but would still be nice for the rollback to work. The error is the following:
Critical Error! Error in the application.
at VaultServiceBase.VaultFolder.DeleteFolderEntryByName(Hashtable htParentObjects, String strSearchName, Int32 nObjType, Int32 nFSOHashCode)
at VaultServiceBase.VaultFolder.DeleteFolderEntry(Hashtable htParentObjects, VaultFSObject fso)
at VaultServiceAPILib.VaultTransaction.RollbackFileInRepository(VaultFile vfFile, VaultFile vfFileAtRollback, VaultFolder vfParent, VaultRequestRollback vrrb, VaultTransactionContainer txContainer)
at VaultServiceAPILib.VaultTransaction.PreCheckProcessRollback(Int32 nCurrStatCode, VaultRequestRollback vrrb, Boolean bCommitWork, VaultTransactionContainer txContainer)
at VaultServiceAPILib.VaultServiceAPI.EndTx(HttpApplicationState theApp, VaultUser vuLoggedInUser, Int32 nTxUserID, String strHostname, String strTxID, Int32 nTxAction, VaultIntTx vit, VaultLogFile vlfLogger, DateTime& dtTxBegin, Int64& nNewRevision, VaultResponseItem[]& responses, VaultRepository& repNew)
at VaultService.VaultService.EndTx(String strTxID, Int32 nTxAction, DateTime& dtTxBegin, Int64& nNewRevision, VaultResponseItem[]& responses)
Apparent bug doing rollback on renames
Moderator: SourceGear