├── ChangeLog ├── Makefile ├── README.md ├── sblist.c ├── sblist.h ├── sblist_delete.c ├── stringlist.h ├── svn2git.sh ├── svnup.c └── sys └── tree.h /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/ChangeLog -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/README.md -------------------------------------------------------------------------------- /sblist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/sblist.c -------------------------------------------------------------------------------- /sblist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/sblist.h -------------------------------------------------------------------------------- /sblist_delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/sblist_delete.c -------------------------------------------------------------------------------- /stringlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/stringlist.h -------------------------------------------------------------------------------- /svn2git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/svn2git.sh -------------------------------------------------------------------------------- /svnup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/svnup.c -------------------------------------------------------------------------------- /sys/tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rofl0r/svn-lite/HEAD/sys/tree.h --------------------------------------------------------------------------------