Skip to content

Source Verison Control History of NPOI

Tony Qu edited this page Oct 20, 2018 · 2 revisions

In the very begining, NPOI used google code svn. You can get the old code archive from https://code.google.com/archive/p/npoi.

However, after Google is banned in China since 2010, I start to use Microsoft codeplex. The available url is https://archive.codeplex.com/?p=npoi. I did use Microsoft codeplex svn to host the code repository for 5 years (2010-2014). I don't remember the exact time but there is a moment that codeplex svn always throw some error when I try to commit code to the svn. At that moment, Microsoft supports both svn and git. But it looks the code states of git and svn are different for some reason.

Since I feel frustrated to use codeplex to commit codes, I decided to use github instead. Then the latest url of NPOI is https://github.com/tonyqus/npoi. Currently, we are satisfied with github.