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

Re: Compare URLs allows editing

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 09 Feb 2011 19:05:05 +0100

On 09.02.2011 14:57, David Balažic wrote:
> Hi!
>
> Steps:
> In repo browser, if I mark a folder for comparison, then select
> "CompareURLs" on another folder, the "Changed Files" dialog appears,
> listing the files...
> If I doubleclik on an item that is marked as "Modified", the
> TortoiseMerge dialog appears, showing the differences.
>
> Issue:
> In there, the right panel is editable. I don't think it should be.
> If I exit by pressing ESC, it ask if it should save the changes.
> Would it save the changes directly to the server? (I never clicked Yes,
> so I don't know)
>
> Furthermore, if I delete entire lines in hte right panel, corresponding
> lines in the left panel also disappear. But it is not marked as changed (no star).

You mean in the "changed files" dialog? Because you can edit item names
in the repository browser just fine - that's done with an 'svn rename'
command which requires a new commit, so you're asked for a commit
message if you click yes.

But the changed files dialog doesn't have a right panel, it has only one
list control with two columns (File and Action). And that control does
not have the LVS_EDITLABELS style so it's not editable.

So where exactly can you do the edits?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2703057
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-09 19:05:22 CET

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.