Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /home/blog.expertsoftwareteam.com/public_html/wp-content/mu-plugins/index.php(3) : eval()'d code on line 11
October 12, 2017 – Tutorials

Day: October 12, 2017

  • How the Context Menu and Icons look like in SVN

    Here is a clear picture of ‘How the Context menu look like in SVN’ where we can see all the major commands usable for working with SVN. Also you will be able to see various ‘Icon overlays’ in further working of SVN as per icons image down below about which we will discuss in our…

  • How to add new files in working folder and check logs

    There always been changes in projects where we add new files to our project. So now we learn ‘How to add new files in working folder’ and ‘How to check Logs in SVN’ as per below steps. How the working copy functions<< Already gone through this page >>How the Context menu and Icons look like…

  • How the working copy functions (SVN Commit)

    When working copy is ready we must understand how to work on it so that we get information about every modification. To learn it we go through ‘How the working copy functions’ as per below steps. How to create working copy<< Already gone through this page >>How to add files in working folder   Step…

  • How to create Working copy through Checkout command

    Now we need a working file to work upon which must maintain previous changes and new changes in it. To know about that we start with ‘How to create working copy through checkout command’. How to create repository<< Already gone through this page >>How working copy functions   Step 1. Now we checkout the folder…

  • How to create Repository and Import the project folder

    After installation we need a database where we can store our previous version and new version of file. In SVN, a Repository folder acts as a database so now we learn ‘How to create Repository’ plus we will ‘Import the project folder’ which we want to share on network. Installing the SVN software<< Already gone…

  • How to install SVN on your computer

    When a file is shared on network it might be difficult for administrator to maintain previous and newly added data on file. This problem is solved by Subversion (SVN) sytem. To know more we start with ‘How to install SVN on your computer’ as per below steps.   Already gone through this page >>How to…