Re: [IronPython] CodePlex downloader

2007-02-20 Thread Nicholas Riley
On Tue, Feb 20, 2007 at 08:54:56PM +0900, Sanghyeon Seo wrote: > This can be used to track the latest changes from Microsoft team, by > those who don't have direct access to the source code repository. I > have used this script since June 2006 to track IronPython and > Phalanger. Aiee, I wish I ha

[IronPython] CodePlex downloader

2007-02-20 Thread Sanghyeon Seo
I did a minimal fix to my CodePlex downloader, in order to cope with changed Source Code tab layout and new CodePlex URL scheme. https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/util/codeplex.py Usage: mkdir ProjectName # download the latest source code to the created directory (this is the f

[IronPython] CodePlex downloader

2006-06-12 Thread Sanghyeon Seo
In my copious free time, I wrote a CodePlex downloader: http://sparcs.kaist.ac.kr/~tinuviel/fepy/util/codeplex.py This scraps CodePlex website, determines the latest revision, confirm the license to the user, and try downloading sources by incrementing revision number by one from the last download