
4 Oct
2006
4 Oct
'06
1 p.m.
On 10/4/06, Henning Thielemann
On Wed, 4 Oct 2006, Bulat Ziganshin wrote:
Hello haskell-cafe,
i want to make my library available via darcs repository on darcs.haskell.org. how i can arrange it? if it is required, i already have user account on haskell.org server
Just copy your local darcs repository to cvs.haskell.org: scp -r mylibdir cvs.haskell.org:/home/darcs/mylib
Or: darcs put bulat@darcs.haskell.org:public_html/repo -- Cheers, Lemmih