svn - TortoiseSVN: got warning message when update file -
i have used tortoisesvn check out source code server, today changed 1 file: theme.css
on local computer, instead click commit
, clicked update
, afterwards, got warning message, exclamatory mark added on file: theme.css
, , got 3 more files: theme.css.mine, theme.css.r3588, theme.css.r3656
, in theme.css
, saw @ beginning there <<<<<<< .mine
, , @ end there >>>>>>> .r3656
, happened here? , should now?
this standard conflict handling svn, means file tried update has changes on conflicted version on server. adds <<<<<
, >>>>>
carots around areas in conflict. need use conflict merge tool (tortoisesvn comes 1 can download , use others if like). right click conflicted file , choose option edit conflicts, make edits resolve conflicts , save new final file doesn't contain conflict symbols.
Comments
Post a Comment