monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Problems pushing to venge.net


From: Nathaniel Smith
Subject: Re: [Monotone-devel] Problems pushing to venge.net
Date: Sat, 13 Aug 2005 03:40:51 -0700
User-agent: Mutt/1.5.9i

On Sat, Aug 13, 2005 at 12:26:02PM +0200, Julio M. Merino Vidal wrote:
> Sure; I've attached it.

Done.

> BTW, I tried to do a push from my laptop to my server and got the
> same error.  In the server, I've the following:
> 
> function get_netsync_write_permitted (branch, identity)
>     if (branch == "net.venge.monotone") then
>         if (identity == "address@hidden") then return true end
>     end
> ...

Try removing the branch argument (see NEWS and recent discussion on
list...).

function get_netsync_write_permitted(identity)
  if identity == "address@hidden" then return true end
  return false
end

-- Nathaniel

-- 
"If you can explain how you do something, then you're very very bad at it."
  -- John Hopfield




reply via email to

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