Sunday, August 30, 2009

What is SVN

SVN is used to store subversion file such as source code of project. In today's days it's not easy to do work on same task with more than one people to complete some project. so basically employee have different work on a particular project and commit theirs own work on svn and, if there is any conflict on work, that will be resolve, and finally they will the make complete project. basically SVN contains the old version of project. Through the svn we can do the work on same project from different place.

How to work on SVN
For use svn, first of all, you have to install tortoisesvn.
Then we have to upload the project(on which we have to work) on svn(server), put the copy of that project on your local computer, do your task on that project and now do the following steps for commit your task on svn..

1) Add those folder you have just created through right click on your working folder and click on tortoisesvn->add
2) check your application running properly before update...
3) update the version
4) resolve conflicts if any
5) again check your application running properly
6) update again if there's new version on svn
7)Commit your folder by click on commit after right click on working folder, before commit, you have to write some message with ticket number for close ticket. Suppose your active ticket is 1 then you can write this number with message like that..

#1 export the offline quiz.. into the box of recent message. After filled message just click ok.
Now your work has been committed on svn and there's new version has been made of your project. And your ticket has been closed
Working folder:-> this is the folder on which you are working for complete some project

No comments:

Post a Comment