0 votes
in SVN by
Define the use of Revert in SVN.

1 Answer

0 votes
by

The word Revert simply suggests Reverting the local changes.

Revert function is categorized into two major types

Local Revert: This function will be deleting all the recent changes that have taken place in the files after the commencement of updates and before the commit function.

Repo Revert: This will simply upload all the changes to the previous repo

...