Bug #35
Supose do not work with kerberos authentication
| Status: | Closed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | manager - | % Done: | 0% |
|
| Category: | CLI | |||
| Target version: | 0.4.0 Mars | |||
Description
We have subversion which has access secured with ssh keys and kerberos tickets. If I run:
./supose.sh scan --url 'svn+ssh://svn.xxx.redhat.com/svn/rhn-svn/trunk/' --index /home/msuchy/rhn/svn-index --torev 500
I got:
Repositories latest Revision: 500
error while collecting log information for 'svn+ssh://svn.xxx.redhat.com/svn/rhn-svn/trunk/': svn: Authentication required for 'svn+ssh://svn.xxx.redhat.com'
I tried several other commands, but same effect:
Repositories latest Revision: 500
error while collecting log information for 'svn+ssh://svn.rhndev.redhat.com/svn/rhn-svn/trunk/': svn: Authentication required for 'svn+ssh://svn.xxx.redhat.com'
./supose.sh scan --url 'svn+ssh://svn.xxx.redhat.com/svn/rhn-svn/trunk/' --username msuchy --index /home/msuchy/rhn/svn-index --torev 500
Repositories latest Revision: 500
error while collecting log information for 'svn+ssh://svn.xxx.redhat.com/svn/rhn-svn/trunk/': svn: Authentication required for 'svn+ssh://svn.xxx.redhat.com'
./supose.sh scan --url 'svn+ssh://svn.xxx.redhat.com/svn/rhn-svn/trunk/' --index /home/msuchy/rhn/svn-index --torev 500