Category: SVN
-
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…