Skip to content

struberg/convert-to-git

 
 

Repository files navigation

This repo is a WIP for tools around migrating the Codehaus MOJO from Codehaus infrastructure to GitHub.

Getting users of the svn repo

$ svn log file:////some/path/MOJOHAUS-TO-GIT/MOJO-WIP | egrep  "^r[0-9]+ \|.*$"  | cut -d'|' -f2 | sort -u > mojo-committers.list

See the file committed in that repo, and please file a PR in the Git svn clone required format :

svnuser = Firstname Name <dude@domain.com>

About

WIP Repo to handle the migration between Codehaus MOJO infra to GitHub one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%