Menu

#56 ch02: Wrong file name in tree conflict example

en-1.6
Invalid
nobody
None
Medium
Defect
2011-07-26
2009-08-08
Anonymous
No

Originally created by: alex.jar...@gmail.com
Originally owned by: cmpilato

On
http://svnbook.red-bean.com/nightly/en/svn.tour.treeconflicts.html
in chapter 2 paragraph "An example Tree Conflict" 9th example right after
"In case you agree, you can delete bar.c and mark the tree conflict as
resolved:" reads:
$ svn remove --force code/bar.c
D         code/bar.c
$ svn resolve --accept=working code/bar.c
Resolved conflicted state of 'code/bar.c'

I believe in this example this should read
$ svn remove --force code/bar.c
D         code/bar.c
$ svn resolve --accept=working code/baz.c
Resolved conflicted state of 'code/baz.c'

Discussion

  • Anonymous

    Anonymous - 2011-06-28

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Owner: cmpilato

     
  • Anonymous

    Anonymous - 2011-07-06

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Summary: ch02: Wrong file name in tree conflict example
    Labels: Milestone-en-1.6

     
  • Anonymous

    Anonymous - 2011-07-15

    Originally posted by: cmpilato

    Really?  But if I'm following the example correctly, it's actually code/bar.c that's in conflict, not code/baz.c.

    stsp, am I missing something here?

    Cc: s...@elego.de

     
  • Anonymous

    Anonymous - 2011-07-26

    Originally posted by: cmpilato

    After further review, I believe the text is accurate.

    Status: Invalid

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.