David Cantrell wrote:
On Sun, Nov 01, 2009 at 08:01:50PM +0100, Slaven Rezic wrote:
David Golden wrote:
 resources:
    repository:
       web: http://github.com/2shortplanks/test-time-hires
       url: git://github.com/2shortplanks/test-time-hires.git
       format: git
       type: github
"url" is not enough to describe how to checkout from a CVS repository. At least username and password (for "cvs login") and url and module (for "cvs -d url co module") are needed. Do we need the distinction between anonymous (read-only) and read-write access? Or should be assume that only the read-only specification is necessary?

If you think I'm putting a username/password for read/write access to my
repo into META.yml, you're dead wrong!


We're talking here about public repositories. Sourceforge for instance uses username=anonymous and password=<empty> for anonymous access. I've seen other CVS repos with some dummy non-empty password.

Regards,
    Slaven

Reply via email to