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

Re: IBugTraqProvider2: repository root

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 16 Mar 2009 18:47:42 +0100

Stephane EHRET wrote:
> Hi,
>
> If I have a few files to check in:
> + c:\MySolution\FirstProject\file1 in https://subversion:8443/svn/MySolution/FirstProject/file1
> + c:\MySolution\file1 in https://subversion:8443/svn/MySolution/file1
>
> in GetCommitMessage, GetCommitMessage2 and CheckCommit, I would
> expect:
> + string commonURL = "https://subversion:8443/svn/MySolution"
>
> Instead I get whatever comes first in the list, in that case:
> + string commonURL = "https://subversion:8443/svn/MySolution/
> FirstProject/file1"

Fixed the commonURL for CheckCommit in r15721/15722.
But: as the docs say, for GetCommitMessage/GetCommitMessage2, the
commonRoot and commonURL there are the paths/urls of the item(s) that
are selected to bring up the commit dialog, not the items shown in the
dialog!
It wouldn't make much sense to find the root of checked items, since the
user can change the checked state of the items after those methods are
called. Only in CheckCommit the user can not change the checked state
anymore.

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=1334527
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-03-16 18:48:01 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.