Support #5234
closedsvn.madgik.di.uoa.gr authentication issues
100%
Description
I'm experiencing a strange behaviour with madgik svn repository. To my knowledge, the access to the repository is protected and we got a username/password to checkout the code during ETICS builds.
Given these two commands:
(1) svn export https://svn.madgik.di.uoa.gr/code/gcube/gRS2/trunk/gRS2 (2) svn export https://svn.madgik.di.uoa.gr/code/
(1) does does not ask me for the username/password and checks-out the code corretly. It is not the behaviour I expected, but it is ok for ETICS because we manage to fetch the code.
(2) asks me for authentication but the one I have (i.e. user: d4science) does not work.
Since I'm running some statistics on the gCube components, I would need to access the repository to get the history of components (I'm using SvnKit, not directly the command line tool, but it is failing also).
Could you please check what is the current configuration and if user d4science is still enabled on the repo? Thank you