Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Re: SVN access for tagging

Just to follow up on this (Matt was kind enough to reply in private, so I don't look too dumb), I used the wrong protocol to access the svn repo:
I should have used svn+ssh access instead. Will try again if Oisin hasn't done it yet.

thanks,

Antoine

On Fri, May 16, 2008 at 12:45 PM, Antoine Toulme <antoine@xxxxxxxxxxxxxxx> wrote:
Hi,

I just tried to do a SVN command that involved creating a tag, it seems it is not enabled:
[antoine@antoine-toulmes-macbook-pro w]$ svn mkdir http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/tags/3.4RC1 -m "new folder for release"
svn: MKACTIVITY of '/svnroot/stp/!svn/act/f9d8d0e0-e774-4609-bb1d-ec2795974102': 403 Forbidden (http://dev.eclipse.org)
[antoine@antoine-toulmes-macbook-pro w]$ svn copy http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/tags/3.4RC1 -m "new tag for RC1"
svn: MKACTIVITY of '/svnroot/stp/!svn/act/8f06cc4d-a6de-4665-a593-009d4635f7a8': 403 Forbidden (http://dev.eclipse.org)

Do I have restricted rights and cannot access tags ? Or did you forbid those commands ?

Thanks,

Antoine
--
http://www.lunar-ocean.com/blog



--
http://www.lunar-ocean.com/blog

Back to the top