This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is “branch” , “tag” And “trunk” In Svn ? |
Answer»
|
|
| 2. |
What Is The Best Practice For Svn? |
|
Answer» Best PRACTICES for SVN:
Best practices for SVN: |
|
| 3. |
What Do You Mean By "synchronizing With Repository" ? How Is It Different From "update”? |
|
Answer» Synchronizing with Repository is the process of updating the LOCAL workspace with the changes COMMITTED by OTHERS. This is different from Update as we can do Merge MANUALLY for the Merge conflicts using this. Synchronizing with Repository is the process of updating the local workspace with the changes committed by others. This is different from Update as we can do Merge Manually for the Merge conflicts using this. |
|
| 4. |
State The Process Involved To Revert To A Previous Version? |
|
Answer» For the purpose of retrieving the previously existing version, the main command on which you are needed to focus is the “REVERT” command. The action performed by the revert command is that it SIMPLY erase all the local edits. But the main command which is needed to be used for this OPERATION is the “merge” command. This can be explained with a simple example. For instance, the present version of your file [xyz.txt] is version 201 and the version which you currently require is 301. In such an instance the command code should be executed in this MANNER svn merge –r 201:301 xyz.txt svn commit –m “Reverted to revision 301” xyz.txt For the purpose of retrieving the previously existing version, the main command on which you are needed to focus is the “revert” command. The action performed by the revert command is that it simply erase all the local edits. But the main command which is needed to be used for this operation is the “merge” command. This can be explained with a simple example. For instance, the present version of your file [xyz.txt] is version 201 and the version which you currently require is 301. In such an instance the command code should be executed in this manner svn merge –r 201:301 xyz.txt svn commit –m “Reverted to revision 301” xyz.txt |
|
| 5. |
What Can You Say Regarding The G & R Result Codes In Svn? |
|
Answer» The SVN result codes are: G Code: G Code INDICATES all the changes which are that are consolidated into working copy of the report automatically. R Code: R Code specifies that particular context or item which is replaced in the present working directory copy. It indicates that a particular file has underwent some changes are is ARRANGED for DELETING and some other new file is scheduled to GET added in its area. The SVN result codes are: G Code: G Code indicates all the changes which are that are consolidated into working copy of the report automatically. R Code: R Code specifies that particular context or item which is replaced in the present working directory copy. It indicates that a particular file has underwent some changes are is arranged for deleting and some other new file is scheduled to get added in its area. |
|
| 6. |
Differentiate The Concepts Of Commit And Update? |
|
Answer» In SVN repository the word update relates to the process of updating the local WORKSPACE in RELATION to all the changes which are done within the repository by the MEMBERS of the team. While the word commit relates to the simple process of making changes within the local to repository. In much easier terminology it can stated as UPLOADING a file into the repository. In SVN repository the word update relates to the process of updating the local workspace in relation to all the changes which are done within the repository by the members of the team. While the word commit relates to the simple process of making changes within the local to repository. In much easier terminology it can stated as uploading a file into the repository. |
|
| 7. |
Differentiate Between The Git & Svn Repository? |
|
Answer» The major differentiating aspects of GIT & SVN concepts are:
The major differentiating aspects of GIT & SVN concepts are: |
|
| 8. |
State The Procedure Of Creating A Patch Is Svn? |
|
Answer» For the PURPOSE of applying a PATCH in SVN the first thing you are REQUIRED to do is to “CREATE Patch” by stimulating changes and CREATING the .dff file. Then, this existing .diff file can be implemented to the latest code base by using “Apply Patch”. For the purpose of applying a patch in SVN the first thing you are required to do is to “Create Patch” by stimulating changes and creating the .dff file. Then, this existing .diff file can be implemented to the latest code base by using “Apply Patch”. |
|
| 9. |
Mention How You Can Import Your Existing Directory Into The New Repository? |
|
Answer» The command you will use to import your EXISTING directory into the new repository you have to write SVN import/home/my surface/programming FILE:///home/mysurface/repo/programing_repo-m “initial import”. The command you will use to import your existing directory into the new repository you have to write Svn import/home/my surface/programming file:///home/mysurface/repo/programing_repo-m “initial import”. |
|
| 10. |
What Is The Command To Create A New Directory Under Version Control? |
|
Answer» COMMAND to CREATE a new directory under VERSION CONTROL includes Svn mkdir directory Svn mkdir http://url/directory Command to create a new directory under version control includes Svn mkdir directory Svn mkdir http://url/directory |
|
| 11. |
Explain About The Concept Of Synchronizing With The Repository & Tell Us About The Disparity Between Synchronizing And Update? |
|
Answer» The TERM SYNCHRONIZING with the repository SIMPLY relates to the PROCEDURE of updating your local workspace with all the changes which have been committed by the other members of your team. This is totally different from the concept of UPDATE as Merge is a function that can be performed manually for the merge conflicts by simply using this. The term synchronizing with the repository simply relates to the procedure of updating your local workspace with all the changes which have been committed by the other members of your team. This is totally different from the concept of Update as Merge is a function that can be performed manually for the merge conflicts by simply using this. |
|
| 12. |
Tell Us About All The Elements That Should Be Stored In The Svn Repository? |
|
Answer» SVN repository can be USED for storing all the existing CHANGES and files which are present in the branches of the existing system. Here below is the list of all the things which are stored in the SVN repository:
SVN repository can be used for storing all the existing changes and files which are present in the branches of the existing system. Here below is the list of all the things which are stored in the SVN repository: |
|
| 13. |
Describe About Different Best Practices For Svn? |
|
Answer» Some of the best practical approaches which are the best FIT for SVN if effectively followed include:
Some of the best practical approaches which are the best fit for SVN if effectively followed include: |
|
| 14. |
How To List The Entire Cos By A User In Different Jobs Through A Single Command? |
| Answer» | |
| 15. |
What Is The Use Of Tortoisesvn? |
|
Answer» TORTOISESVN is a Subversion client, implemented as a Microsoft Windows shell EXTENSION, that HELPS PROGRAMMERS manage different versions of the source code for their programs. It is a free software released under the GNU General Public License. TortoiseSVN is a Subversion client, implemented as a Microsoft Windows shell extension, that helps programmers manage different versions of the source code for their programs. It is a free software released under the GNU General Public License. |
|
| 17. |
List Out All The Command Prompts Used In The Svn? |
|
Answer» SVN has a quite long LIST of commands prompt out of which few are considered to be most effective and are regularly used in performing different OPERATIONS in this system. Some of the most COMMONLY used common prompts in SVN are:
Beside these command prompts SVN has also the presence of other set of commands which are handy for different set of operations. SVN has a quite long list of commands prompt out of which few are considered to be most effective and are regularly used in performing different operations in this system. Some of the most commonly used common prompts in SVN are: Beside these command prompts SVN has also the presence of other set of commands which are handy for different set of operations. |
|
| 18. |
What Is Use Of Revert In Svn? |
|
Answer» Revert your local CHANGES. It have two types:
Revert your local changes. It have two types: |
|
| 19. |
Difference Between Svn Commit And Svn Update? |
|
Answer» SVN COMMIT: PUSH (upload) the LOCAL changes to Repository. SVN Update: Get (DOWNLOAD) the Repository changes files to local system. SVN commit: Push (upload) the local changes to Repository. SVN Update: Get (download) the Repository changes files to local system. |
|
| 20. |
List Out What All Things Should Be Stored In Svn Repository? |
| Answer» | |
| 21. |
What Exactly Is Svn? |
|
Answer» OPEN source version CONTROL system (VCS) which is in the short REFERRED to as SVN, specifically designed for tracing all the modifications that have taken place to the source code of your design or files. SVN is a source which is utilised to direct all the files and folders and all the recent modifications which have happened in these files. SVN HELPS us to keep a complete track of the changes done by any person or by yourself onto the files. Open source version control system (VCS) which is in the short referred to as SVN, specifically designed for tracing all the modifications that have taken place to the source code of your design or files. SVN is a source which is utilised to direct all the files and folders and all the recent modifications which have happened in these files. SVN helps us to keep a complete track of the changes done by any person or by yourself onto the files. |
|