Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to handle folder starting with '.' on windows #3

Open
jsutil37 opened this issue Apr 13, 2021 · 0 comments
Open

not able to handle folder starting with '.' on windows #3

jsutil37 opened this issue Apr 13, 2021 · 0 comments

Comments

@jsutil37
Copy link

19:59:18 INFO # -------------------------------------------------- #
19:59:18 INFO # MetricMiner #
19:59:18 INFO # v2.0 #
19:59:18 INFO # www.metricminer.org.br #
19:59:18 INFO # -------------------------------------------------- #
19:59:18 INFO Starting engine: 04-13-2021 19:59:18
19:59:19 ERROR Some error ocurred
java.lang.RuntimeException: error when info d:\checkoutsFromGitRepositories\abc.vscode
at br.com.metricminer2.scm.GitRepository.info(GitRepository.java:104)
at br.com.metricminer2.scm.GitRepository.singleProject(GitRepository.java:74)
at br.com.metricminer2.scm.GitRepository.allProjectsIn(GitRepository.java:81)
at br.com.aniche.changemetrics.ChangeMetricsStudy.execute(ChangeMetricsStudy.java:44)
at br.com.metricminer2.MetricMiner2.start(MetricMiner2.java:45)
at br.com.aniche.changemetrics.ChangeMetricsStudy.main(ChangeMetricsStudy.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: D:\checkoutsFromGitRepositories\abc.vscode
at org.eclipse.jgit.lib.BaseRepositoryBuilder.build(BaseRepositoryBuilder.java:575)
at org.eclipse.jgit.api.Git.open(Git.java:113)
at org.eclipse.jgit.api.Git.open(Git.java:97)
at br.com.metricminer2.scm.GitRepository.info(GitRepository.java:91)
... 10 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant