how to create new repository on darcs.haskell.org?

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 -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

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

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

Hello Lemmih, Wednesday, October 4, 2006, 9:00:04 PM, you wrote:
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
i don't have scp :)
Or: darcs put bulat@darcs.haskell.org:public_html/repo
sorry, i don't understood - how i can create repository for 'core' library? how i then can access it? it is ok for me if it will be publicly-updatable, otherwise - how i should apply changes by other developers? i know how to get/pull existing darcs repositories and how to work with local darcs repository on my hard drive, but don't have more experience -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] On Behalf Of Bulat Ziganshin
Hello Lemmih,
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
i don't have scp :)
Or: darcs put bulat@darcs.haskell.org:public_html/repo
Can you SSH into your account? If so, what do you use to do that, and doesn't it come with scp? If not: You're using Windows, right? You can use the Putty tools for Windows for ssh, scp, sftp, and a ssh keys agent. The Windows binaries for darcs come bundled with the Putty exes: http://darcs.net/DarcsWiki/CategoryBinaries You will find additional information here (including how to configure pageant to serve your SSH key): http://darcs.net/DarcsWiki/WindowsConfiguration Alistair ***************************************************************** Confidentiality Note: The information contained in this message, and any attachments, may contain confidential and/or privileged material. It is intended solely for the person(s) or entity to which it is addressed. Any review, retransmission, dissemination, or taking of any action in reliance upon this information by persons or entities other than the intended recipient(s) is prohibited. If you received this in error, please contact the sender and delete the material from any computer. *****************************************************************

On Wed, 2006-10-04 at 18:23 +0200, Henning Thielemann wrote:
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
Note that darcs.haskell.org is not the same machine as haskell.org. The accounts on each are separate. darcs.haskell.org is the same as cvs.haskell.org though :-) Duncan
participants (5)
-
Bayley, Alistair
-
Bulat Ziganshin
-
Duncan Coutts
-
Henning Thielemann
-
Lemmih