[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error in TSVN help file "Resolving Conflicts"?

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-12-07 13:52:04 CET

Leon Zandman wrote:
> I was just reading the TSVN help file section "5.6 Resolving Conflicts".
> Here it is said that in case of a conflict Subversion creates a
> "filename.ext.mine" file. TSVN however seems to create a file called
> "filename.ext.work". Why the difference and shouldn't this be corrected
> in the manual?

SVN creates those conflict files, not TSVN. And it seems that the
filenames differ depending on how the conflict was created.

Create a conflict using merge:
filename.ext.working
filename.ext.merge-left.rxx
filename.ext.merge-right.ryy

Create a conflict by changing the same file (differently) in 2 WCs:
filename.ext.mine
filename.ext.rxx
filename.ext.ryy

And you somehow got filename.ext.work (no 'ing' at the end?) or was that
  a typo?

The subversion book is slightly at variance with this, and I am querying
it with them at the moment.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Wed Dec 07 12:55:17 2005

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.