[darcs-users] Re: Darcs and a single developer working on multiple workstations

David Brown darcs at davidb.org
Wed Mar 23 20:09:58 UTC 2005


On Wed, 23 Mar 2005 21:04:53 +0100, Daan Leijen <daan at cs.uu.nl> wrote:

> Despite all the solutions given, it still seems that it is not very easy
> to have a public
> repository: all solutions require things like "scp" and/or "darcs
> send/apply" via email.
>
> I think it would be a great selling point if darcs could push/pull to
> any ssh accessible
> site even when darcs is not installed. It is surely possible, here is a
> slow but working
> algorithm:

I update my public vim repository with the following approach:

   % unison vim
   % darcs push    (push to local tree mirrored with unison)
   % unison vim

Locking might be a little tricky.

Dave




More information about the darcs-users mailing list