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

[TSVN] Re: Some questions I couldn't get answered

From: Ger Teunis <g.teunis_at_wenus.cjb.net>
Date: 2005-06-01 19:48:40 CEST

Norbert Unterberg wrote:

> This solves the problem only for some cases. But I frequently use to
> diff the working copy file to see the changes I made and sometimes
> undo some changes by copying them from the original (pristine) file
> back into my WC file. If I enable the "convert files" option then my
> modified file would be lost, since I had modified a temp file with my
> diff viewer instead of my working copy file.

During a 'visual' diff converting both files to (LF) or ignoring eols
will not fix all the problems with eols.

When users try to copy a piece of code from the diff application it will
only contain a (LF) eol which will cause problems when it gets pasted in
other windows applications.

This is my real problem, my application *does* support 'ignore eol
difference' but it will break the copy/paste to other windows applications
And a partial (undo) pristine copy to the working copy may result in a
couple of wrong eols in the working copy?

I'm not a TortoiseSVN dev, but wouldn't converting the pristine-eols to
working-eols solve this problem(s)? Are there any drawbacks on this?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jun 1 20:45:19 2005

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

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