in Technology by
Can the users simply switch to a previous version while working on a repository in SVN? If so, what is the simplest method for this according to you?

1 Answer

0 votes
by

The same is possible. For this, generally the command “Revert” is considered. However, the same will make all the local edits go. The same might be required to be merged at a later date. Thus this method can be considered only when local edits doesn’t matter.

Otherwise, the users have to rely on another method and i.e. using the command for this. The one that can be applied directly is 

1
“.svn merge –r 101:201 abc.txt”

With this, users can switch to the previous version anytime and without taking anything complex into consideration.

Related questions

0 votes
    Suppose you have some subset of codes with you while working with the SVN and you need to move them from one SVN repo ... to another along with their history, how this can be done?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    Is it possible for the users to impose restrictions on storing elements in the SVN repository?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    While working with SVN, what are the factors that you should be careful about?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    Why there is a need to move the existing directory into a new repository? How this can be done in SVN?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    Hello I am quite new to pygame and I am trying to make an intro for a game where the user hovers ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    While working on the Subversion, what are the various commands which you have used frequently for handling the changes made to the documents?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    Under Version control, how you will create a new directory in SVN?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    What exactly do you know about the Tortoise SVN and what sort of help it offers to the users?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    Name any one command that you can execute when it comes to viewing the exact difference between the repository and the local version?...
asked Feb 17, 2021 in Technology by JackTerrance
0 votes
    Which version of Spotfire you are working on?...
asked Nov 21, 2020 in Technology by JackTerrance
0 votes
    How to revert a Git repository to a previous commit?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    if you need to verify what exactly is present inside a repository, how you will do this?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    I use the on-demand (hosted) version of FogBugz. I would like to start using Mercurial for source ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    How do I revert from my current state to a snapshot made on a certain commit? If I do git log, then I get ... , i.e. commit 0d1d7fc? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    What is the Git command to blow away all the changes in a file in the working area, since the previous commit? A. ... git log filename C. git checkout filename D. git rm filename...
asked Dec 21, 2022 in Technology by JackTerrance
...