Bugs: Browse | Submit New | Admin

[#8270] script/plugin can't get ActiveRBAC code

Date:
2007-01-29 11:14
Priority:
3
Submitted By:
Daniel Weinand (dweinand)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
script/plugin can't get ActiveRBAC code

Detailed description
After running script/plugin discover and making sure engines were installed, I tried installing Active_RBAC, but got
a series of error messages:

$script/plugin install -x active_rbac
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
svn: PROPFIND request failed on '/source/!svn/vcc/default'
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: PROPFIND of '/source/!svn/vcc/default': 302 Found (http://activerbac.turingstudio.com)

When I try to run 'svn update' on my local code, it again tries to grab the code and fails with practically the same
error:

Fetching external item into 'vendor/plugins/active_rbac'
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
svn: PROPFIND request failed on '/source/!svn/vcc/default'
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: PROPFIND of '/source/!svn/vcc/default': 302 Found (http://activerbac.turingstudio.com)

BTW, note that this is not the same thing as seen in Ticket #120, because when I do script/plugin -v list it actually
does list active_rbac:

Discovering plugins in http://activerbac.turingstudio.com/source/active_rbac/plugins/
/active_rbac/

I'm guessing that the 302 error means you moved the code in your repository, but I'm confused since the discover process
does find something.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item