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

Re: Feature Request

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-10-03 17:54:58 CEST

Ježek Lubomír wrote:
[snip]
> LJ>this means when I add comment line before other line( and this line have modification),
> LJ> I don't compare replaced line in bottom windows.
> LJ>This means when Tmerge add blank line before + line( no after), compare will be better
> LJ> now is:
> LJ> left right
> LJ> - /* comment */ + some code
> LJ> - some code modific. (blank line)
> LJ> maybe:
> LJ> left right
> LJ> - /* comment */ (blank line)
> LJ> - some code modific. + some code

That's how the diff algorithm works. Since we're using the Subversion
diff library, we can't change this. Sorry.

>> 3) When i work with same class in VFP (i have open some in VFP) and in
>> Tortoisesvn take command "Update", update fail (some copy fail becose
>> open files). Local copy is then bad(no new update is OK, cleanUp don't
>> fix it) and to fix is only this way:I must delete this directory and
>> checkout this directory from repository.
>
>
>> Stefan
> I would consider this a bug in VFP (holding a file exclusively open). Of
> course in that case Subversion can't update that file at all.
> I agree however that the working copy should not get corrupted by this.
> This issue has been reported on the Subversion mailing list, but I don't
> know if someone is working on it or not.
> LJ> OK. But problem is not in VFP (files are open). That is in TSVN or SVN,
> LJ> Subversion can't update OK, but Cleening (after exit VFP ) don't
> LJ> repair this problem(Why?). Repair=erase all dirrectory and
> LJ> 'Update' directory from repository
> LJ>I don't try new type of repository SVN 1.4, only with 1.3

As I said: this is a Subversion issue, not a TSVN one. You have to
report it on their mailing list.

>> 4) We were some problem with upper and lower letter in extension, this
>> was fixed with our services, that normalize extension on the back.
>> But withou this service, may be problem:
>> I have same form:
>> test.SCX, test.*sct* (two file together)
>> I add this file to repository. In other dirrectory i checkout this files
>> and rename file to test.SCX, test.*SCX *When I take command "Update", i
>> will see, that directory is with red ikon(=not commited), but test.SCX
>> have gree icon(commited)
>
>
>> Stefan
> That's how Subversion works on windows. Subversion itself is
> case-sensitive, but the windows file system is not.
>
> LJ>TSVN may update windows file to good (lower or upper)case. But OK.

That's not possible, because TSVN uses the Subversion library and can't
interfere with updates/commits/... at all.

>> 5)TM not compare binary file. VFP9 files is for TM binary files. Will be
>> in TSVN some program to binary compare?
>
>> Stefan
> Maybe someone can write a script to do it. But of course, VFP would have
> to provide a COM interface and have the ability to compare its own files.
> LJ>OK. I (or frends) write some programs to merge or compare some
> LJ> forms and class in VFP, but there is problem ... VFP have 2 file
> LJ> for 1 form, report,... Dif from TSVN have is only for 1 file

But those two files (form and report) have the same name but only differ
in extension? (E.g. form.frm and form.rpt). Then you can 'guess' the
name of the other file in your diff script.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Oct 3 17:55:08 2006

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.