ZelluX schrieb:
Hi, all

I want to write a version-tracking tool for Python projects, and need
some sample projects whose even smallest modifications can be
downloaded from the internet.

Could you recommend some to me?

Well, most of them have ... TADA ... Versioncontrol systems they use. Which makes ti possible to fetch all the different revisions as single patches. So write yourself a script that exctracts these from e.g. a SVN repo, and you are done.

If that serves your cause though, I'm not so sure.


Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to