Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

GitLab enlistment fails

Hi! We're experiencing an issue with the asm project at https://www.openhub.net/p/asm/enlistments, the repository is hosted on a GitLab server. An anonymous clone works fine though. Can you help? Thanks a lot!
Stéphane

Stéphane Laurière over 6 years ago
 

Hi Stéphane;

It seems that we cannot check out the ASM SVN repository using the anonymous clone.

╭─pdegenportnoy@pcm-pdegenpo-1 ~/tmp ‹2.3.1›
╰─$ svn checkout svn://svn.forge.objectweb.org/svnroot/asm trunk
svn: E170013: Unable to connect to a repository at URL 'svn://svn.forge.objectweb.org/svnroot/asm'
svn: E170001: No access allowed to this repository
╭─pdegenportnoy@pcm-pdegenpo-1 ~/tmp ‹2.3.1›
╰─$ svn checkout svn://svn.forge.objectweb.org/svnroot/asm/trunk

svn: E170013: Unable to connect to a repository at URL 'svn://svn.forge.objectweb.org/svnroot/asm/trunk'
svn: E170001: No access allowed to this repository
╭─pdegenportnoy@pcm-pdegenpo-1 ~/tmp ‹2.3.1›
╰─$ svn checkout svn://svn.forge.objectweb.org/svnroot/asm/ .

svn: E170013: Unable to connect to a repository at URL 'svn://svn.forge.objectweb.org/svnroot/asm'
svn: E170001: No access allowed to this repository

Do you think the problem might be on our side? Or is the repository at objectweb.org no longer needed? If development has moved to GitLab, we can remove the objectweb.org enlistment.

Thanks,

pdp

Peter Degen-Por... over 6 years ago
 

Thanks for you reply. I removed the SVN repository reference, and the project has now been updated from the Git repository.

Unrelated question: due to the SVN->Git migration, we have different commiter IDs for the same persons (e.g. Eric Bruneton and ebruneton, Remi Forax and forax). I added aliases for that (curiously I could only replace Eric Bruneton with ebruneton, but not the other way around - same for Remi Forax). The UI is not updated yet, but even now there are some strange results:

ebruneton over 6 years ago