jira-importer commented on issue #918: URL: https://github.com/apache/maven-scm/issues/918#issuecomment-2964632956
**[Tim Kettler](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tik)** commented I started looking into how to fix this yesterday, too. The most natural solution for me seemed to be to find the repository root and create the files based on that. Either by invoking `git rev-parse --show-toplevel` or by walking up the directory tree and looking for `'.git'`. The other issue to consider is the actual semantics of the status command. Invoked from the repository root all provider implementations behave the same but from a subdirectory `svn status` only shows changes in the subdirectory and below while git shows changes from the whole repository. Is this intended or should the scm status command behave uniform regardless of the provider? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
