Tutorial from Svn's Goddess

General todo before merge code
- svn ci -m 'message'

- svn log --stop-on-copy
from working branch for get revision number from to
- svn up
from trunk

- svn merge -r from:to
from trunk

-> if something conflict , there have some choice to
1.choose one is mine
2.choose others
3.postpone (leave conflict file there)
if choose 3 :
go to that file to remove unwanted line
- then >> svn resolved filename
- svn st
for check everything allright
- svn ci -m 'message'


(very thank air)

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade