Re: prov-wg mercurial error

Tim,

Use

hg clone https://dvcs.w3.org/hg/prov

instead of 

hg clone http://dvcs.w3.org/hg/prov

(you need to clone using https, not http)

-Tim




On Jul 30, 2011, at 3:37 PM, Timothy Lebo wrote:

> prov-wg,
> 
> I am getting the following error when trying to push some files to our mercurial repository:
> 
> bash-3.2$ hg push
> pushing to http://dvcs.w3.org/hg/prov
> searching for changes
> abort: HTTP Error 405: push requires POST request
> 
> 
> 
> What I did to lead up to this error:
> 
> hg clone http://dvcs.w3.org/hg/prov
> cd prov/ontology
> cp /some/file.pdf ProvenanceOntology.pdf
> hg add ProvenanceOntology.pdf
> hg commit -m 'first diagram of owl ontology'
> hg push
> 
> 
> Does anyone have insight on how to fix this?
> 
> Thanks,
> Tim Lebo
> 
> p.s. I started http://www.w3.org/2011/prov/wiki/Mercurial_repository
> 

Received on Saturday, 30 July 2011 20:04:30 UTC