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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to