2008/8/16 Brian May <[EMAIL PROTECTED]>: > 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
_______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
