Featured
-
No Featured Found!
Tags
How to change the default svn username and password to commit the changes?
Sometimes your SVN is configured with your own svn-account, but some changes in your code are to be commited from some other person's svn account.
This commit could either be a one time operation or permanently the svn account might need t...
How to install and setup SVN on Ubuntu 14.04 ?
Before installing SVN let us know what is SVN first. SVN (Subversion) is an opensource version control system. Subversion is used to store previous changes of your project like coding, documents, files. It is used to identify and track the change...
Merge code: Branch to Trunk on SVN
Hello all,
If you want to Merge code: Branch to Trunk on SVN or you can say it in other way "SVN Merge - Branch to Trunk", for this you have to follow 3 simple steps as given below-
Do the following step to Merge code: Branch to Trunk on SV...