[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-08-24 15:25:21 CEST

Je¾ek Lubomír wrote:
> We are programing in MS Visual Foxpro 9.0. SVN and TSVN is OK, but may
> be better
> Some Feature Request
> 1) In TortoiseMerge is not posible send text to clipboard(when I can
> merge manualy, not in TM)

Select the lines, hit ctrl-c.

> 2) In Visual Foxpro Comments is when first char in line is * . When i
> add comment to program, TortoiseMerge do this
>
> first file(83 is line number in TM, no in file, - and + is remove line
> and add line:
>
> - 83 select * from xxxx
>
> second file:
>
> + 83 *comment add where
> + 84 select * from xxxx where yyy
>
> but in line is line 83 and 83, no line with select. This not compare
> line with select, compare line with select to line with comment
> e.g. synchronization is bad. Next line after this is OK

I'm sorry, but I don't understand what you're saying here. Line 83 was
removed in the left file (the BASE), and added in the right file (your
working copy). That happens every time you modify a line (old line
removed, new line added in the same place, effectively the line is
replaced).

> 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.

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.

> 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)

That's how Subversion works on windows. Subversion itself is
case-sensitive, but the windows file system is not.

> 5)TM not compare binary file. VFP9 files is for TM binary files. Will be
> in TSVN some program to binary compare?

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.

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 Thu Aug 24 15:27:19 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.