kost/dvcs-ripper

perforce support, wut?

arizvisa opened this issue · 0 comments

Don't know if you guys care because perforce isn't really used anywhere, but some time back when fbsd was putting all of their dev code into perforce, I needed some way to rip their repositories. Since it was proprietary but exposed a web-interface I threw some code together to snag it.

It's in python and using BeautifulSoup because python isn't as good for parsing everything as Perl is. https://github.com/arizvisa/dotfiles/blob/master/posix/bin/perforce-blows.py

If for some reason you use it and don't port it to perl and that license at the top conflicts with yours, I can remove the license. Anyways, take care.