[Python-Dev] DRAFT: python-dev summary for 2005-11-16 to 2005-11-31
"Martin v. Löwis"
martin at v.loewis.de
Mon Dec 19 08:06:18 CET 2005
Steven Bethard wrote:
> Note that because of the way the subversion conversion was done,
> by-date revision specifications for dates prior to the switchover
> won't work. To work around this, you can use svn diff (find the
> changes since some date), svn up (check out revision a some date), and
> svn annotate (aka svn blame).
It's actually different: you *cannot* use svn diff or svn up with a
date, since that is what isn't working. As a work-around, you need
a revision /number/ (instead of a date), and you can get them through
svn log or svn blame.
Regards,
Martin
More information about the Python-Dev
mailing list