monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] differences between repositories


From: Zbigniew Zagórski
Subject: Re: [Monotone-devel] differences between repositories
Date: Mon, 18 Aug 2008 10:16:22 +0200

2008/8/16 Brian May <address@hidden>:
> Is it possible to compare to repositories and find the differences? ie. find
> out what revisions would be copied with a push or pull operation, without
> (and maybe at the same time) as doing the push or pull operation?

AFAIR, there is no straight way to do it. You can't do it using netsync.

The only way is to use automate to get all revisions on both repos and diff:

mtn -d a.mtn select i: > a.tmp
mtn -d b.mtn select i: > b.tmp
diff -u a.tmp b.tmp | egrep "^[+-]"

So, You need physical access to both repositories

-- 
Zbigniew Zagórski

reply via email to

[Prev in Thread] Current Thread [Next in Thread]