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

Re: Commit to multiple repositories

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-24 10:31:24 CEST

Adrian Herscu wrote:
> Hi all,
>
> I have project divided into multiple sub-projects, each one stored in
> its own Subversion repository.
> Sometimes I am making changes across the project (e.g. changing the
> license text, renaming the project, changing the URL to some schema
> file, etc.).
> Is it possible to commit all sub-projects at once?
> I have tried to select all working copies and commit, but TortoiseSVN
> commits only the working copy on which the context menu was launched
> (not the entire selected set).

If you think about it, you would know that it's not possible:
Each repository is independent of the others. A commit in Subversion is
per definition atomic. But a commit to two (or more) different
repositories can't be atomic.
You have to commit those changes independently, as are your repositories.

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 Sun Sep 24 10:31:30 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.