You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Claude Warren <cl...@xenei.com> on 2014/01/05 14:46:24 UTC

attempt to create project

I was attempting to create jena-rmi under Experimental and got a permission
denied error.  I assume this is an artifact of the SVN migration.  How do I
go about getting it corrected?

Claude

-- 
I like: Like Like - The likeliest place on the web<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: attempt to create project

Posted by Claude Warren <cl...@xenei.com>.
It was the https issue.. thx



On Sun, Jan 5, 2014 at 5:40 PM, Andy Seaborne <an...@apache.org> wrote:

> On 05/01/14 17:27, Andy Seaborne wrote:
>
>> On 05/01/14 13:46, Claude Warren wrote:
>>
>>> I was attempting to create jena-rmi under Experimental and got a
>>> permission
>>> denied error.  I assume this is an artifact of the SVN migration.  How
>>> do I
>>> go about getting it corrected?
>>>
>>> Claude
>>>
>>>
>> The Experimental does not have (=should not have, never has) different
>> settings so if you can use our repo area at all, I'd expect it to work.
>>
>> The first thing to check is that you are using an "https" URL because an
>> "http" one gives a permissions denied error.  It's very easy mistake to
>> make.
>>
>> After that, it's raise an INFRA JIRA.  The project does not have admin
>> control of SVN - there is one SVN repo for all projects, not one per
>> project.
>>
>>      Andy
>>
>>
>>
> I've just create a directory there:
>
> svn mkdir -m "RDF Patch" https://svn.apache.org/repos/
> asf/jena/Experimental/rdfpatch
>
>         Andy
>
>


-- 
I like: Like Like - The likeliest place on the web<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: attempt to create project

Posted by Andy Seaborne <an...@apache.org>.
On 05/01/14 17:27, Andy Seaborne wrote:
> On 05/01/14 13:46, Claude Warren wrote:
>> I was attempting to create jena-rmi under Experimental and got a
>> permission
>> denied error.  I assume this is an artifact of the SVN migration.  How
>> do I
>> go about getting it corrected?
>>
>> Claude
>>
>
> The Experimental does not have (=should not have, never has) different
> settings so if you can use our repo area at all, I'd expect it to work.
>
> The first thing to check is that you are using an "https" URL because an
> "http" one gives a permissions denied error.  It's very easy mistake to
> make.
>
> After that, it's raise an INFRA JIRA.  The project does not have admin
> control of SVN - there is one SVN repo for all projects, not one per
> project.
>
>      Andy
>
>

I've just create a directory there:

svn mkdir -m "RDF Patch" 
https://svn.apache.org/repos/asf/jena/Experimental/rdfpatch

	Andy


Re: attempt to create project

Posted by Andy Seaborne <an...@apache.org>.
On 05/01/14 13:46, Claude Warren wrote:
> I was attempting to create jena-rmi under Experimental and got a permission
> denied error.  I assume this is an artifact of the SVN migration.  How do I
> go about getting it corrected?
>
> Claude
>

The Experimental does not have (=should not have, never has) different 
settings so if you can use our repo area at all, I'd expect it to work.

The first thing to check is that you are using an "https" URL because an 
"http" one gives a permissions denied error.  It's very easy mistake to 
make.

After that, it's raise an INFRA JIRA.  The project does not have admin 
control of SVN - there is one SVN repo for all projects, not one per 
project.

	Andy