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

RE: Externals and repository update checking

From: Hutchinson, Steve (UK) <steven.hutchinson_at_mbda-systems.com>
Date: Thu, 7 Apr 2011 15:23:41 +0100

Many thanks Stefan, appreciated. Will look at commit monitor.

-----Original Message-----
From: Stefan Küng [mailto:tortoisesvn_at_gmail.com]
Sent: 07 April 2011 15:20
To: users_at_tortoisesvn.tigris.org
Subject: Re: Externals and repository update checking

               *** WARNING ***

This mail has originated outside your organization, either from an external partner or the Global Internet.
     Keep this in mind if you answer this message.

On Wed, Apr 6, 2011 at 13:27, Hutchinson, Steve (UK) <steven.hutchinson_at_mbda-systems.com> wrote:
> Hi,
>
> Have a product structure that look like the below :-
>
> DESIGN_FOLDER
> -------Module A
> -------Module B
> -------Module C
> -------Module D
>
> The DESIGN_FOLDER has external properties to import say Modules A and
> B into the design folder. The external specifies a specific revision
> to be extracted.

That's the problem, or better: the reason it works as it does.
Since you have the externals property pinned to a specific revision.
SVN has to honor that. Any changes to the externals must not be considered ever but only the pinned revision. That's why an update won't fetch anything new, even if there are commits to the externals.
That's also why the remote status check (in the check-for-modifications dialog) doesn't show any modifications on the
repository: there were no modifications to the pinned revision (there can't be).

You might want to consider using an external tool to inform you about such updates. As it happens, I've written such a tool already:
http://tools.tortoisesvn.net/CommitMonitor.html

It does the job and uses as less memory as possible (unlike some other tools who claim to do the same).

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=2717685
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
********************************************************************
This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. 
MBDA UK Limited, a company registered in England and Wales, registration number 3144919 whose registered office is at Six Hills Way, Stevenage, Hertfordshire, SG1 2DA, England.
********************************************************************
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2717687
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-07 16:24:13 CEST

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.