kost / dvcs-ripper

Rip web accessible (distributed) version control systems: SVN/GIT/HG...
GNU General Public License v2.0
1.69k stars 310 forks source link

perforce support, wut? #13

Open arizvisa opened 8 years ago

arizvisa commented 8 years ago

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.