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

dependendent update of repositories

From: Dmitry Gavrilov <dmitryg2002_at_mail.ru>
Date: Mon, 1 Nov 2010 15:58:34 -0700 (PDT)

Hello people!

There is a practical (i.e. not rare) situation, and I didn't find an answer in docs.
We have two repositories - let call them repo1 and repo2. repo2 depends on repo1 in the following meanint. In most cases the changes in the repos are independent, so people may update (working copies) either only repo1, or only repo2, or both. But sometimes it happens that somebody commits changes to both and other people should update their working copies of repo1 too.

The question is - is it possible to automatically notify people which update repo2 that they should update repo1 too?
Currently we write in repo2 commit log messages something like "requires revision NNN of repo1". But I'd like to see it like that: when people update repo2, TortoiseSVN checks log message and if it contains some special information, then it notifies the user: e.g. a colored message in the update window.

Note, the dependency between repos is not hard, so it should be allowed for the user to do not update repo1 even if it's required by repo2. That's why I talk about notification.

Thanks.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2677878

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-11-02 07:21:48 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.