

The github Importer is also a great and easy to use tool to use for conversion and migration of repos from svn to git However in some cases, it may be better to use svn-git directly Svn2git is just a wrap up tool around git's svn-git , and it makes using svn-git more easier and flexible. Git comes with a pre-installed tool called svn-git see NB Other alternatives to svn2git include If anyone is missing, then find their corresponding git name and e-mail (if you cannot find these, e-mail the dev mailing list and ask for help). Make sure each of these users has an entry in the authors.txt file. $ svn log -quiet | grep "^r" | awk '' | sort | uniq Please include "OpenMRS module" or "OpenMRS Contrib" somewhere in your project's README.For modules, use the name "openmrs-module- moduleid" (for example: openmrs-module-htmlformentry) for contributions, use the name "openmrs-contrib- contribname" (for example: openmrs-contrib-standalone).When using Git for your project, please use the following naming conventions:

Other organizations and authors who maintain OpenMRS modules under other accounts within github are encouraged to use the same naming convention. All community-supportes modules are welcome and encouraged to be kept under the OpenMRS organization as well. All bundled modules managed within git are kept under this organization with the naming convention "openmrs-module- ". There is an OpenMRS organization on GitHub ( ) used to host community OpenMRS projects. The OpenMRS community is currently in the process of evaluating Git as a replacement for SVN.
