Wednesday, 11 June 2014

How to commit code in first time in svn


1 create new folder rename to projectname
2 select the folder right click select svn checkout
URL : http://000.00.000.000/svn/project name
uname :
password :
3 create the folder tag,branch,trunk
4 copy the source file in trunk
5 right click the project name folder select tortoise svn ->add, once done
6 right click the project name folder select svn commit, succefully completed
7 right click the project name folder select svn update.

Finally check source file updated in svn via http://000.00.000.000/svn/projectname in browser.

No comments:

Post a Comment