1)CLONE COMMAND FOR SVN
svn clone url
svn co "url of svn like (svn:co://www/var/projects/xx)"
2)PULL THE CODE FROM SVN
svn add *
3)PUSH THE CODE TO SVN
svn commit -m "fixes"
4)if you want to add new files to svn
svn add app/view/users/index.html.erb
Some of svn commads...
svn --version
svn help
svn commit(ci) -m "changes in user"
svn status or svn status wc
svn update or svn up
svn delete user.rb
svn diff(di) a.rb a1.rb
svn checkout
svn clone url
svn co "url of svn like (svn:co://www/var/projects/xx)"
2)PULL THE CODE FROM SVN
svn add *
3)PUSH THE CODE TO SVN
svn commit -m "fixes"
4)if you want to add new files to svn
svn add app/view/users/index.html.erb
Some of svn commads...
svn --version
svn help
svn commit(ci) -m "changes in user"
svn status or svn status wc
svn update or svn up
svn delete user.rb
svn diff(di) a.rb a1.rb
svn checkout
Comments
Post a Comment