What are some of the best practices for SVN?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the best practices to be followed for SVN are:

  • Working from your local workspace
  • Committing to all small autonomous changes
  • Keeping in touch with the repository
  • Watching out for conflicts
  • Validating the files that you are committing and have actually changed
  • Update and test before committing

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SVN Interview Questions

    What do you understand by SVN?

    SVN is abbreviated for “Subversion” which is an open source control system that is used for tracing all the change..

    SVN Interview Questions

    Explain the terms trunk, tag and branch in context of SVN.

    A trunk is the mainstream of development that is related to SVN, right from the beginning of the project till the end...

    SVN Interview Questions

    Explain the use of Revert in SVN?

    Revert is simply a command that is used to “revert” any local changes in the code. Revert functions are generally of two types:..