Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

mono/ikvm

 
 

Repository files navigation

Clone of CVS repository of IKVM (from Jeroen Frijters).

CVS HEAD is mapped to origin branch.

Commands used for converting/sync'ing:
	rsync -av rsync://ikvm.cvs.sourceforge.net/cvsroot/ikvm/ /tmp/ikvm
	cvsps --norc -z 1200 -x --cvs-direct -x -A --root /tmp/ikvm ikvm > log.txt
	# For the initial push, I manipulated the log to remove useless commit messages,
	#  to cleanup the history a bit...
	git cvsimport -d /tmp/ikvm -v -P log.txt -C ikvm.git -u -z 1200 -A authors -k ikvm

Packages

No packages published

Languages

  • Java 52.6%
  • C# 46.5%
  • Other 0.9%