[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

cvs2svn on Windows - issue 1360

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-10-22 02:10:19 CEST

I've committed part of Russell Yanofsky's cvs2svn9999.patch.

The two bits I have not committed are:

* tools/cvs2svn/run-tests.py
  (run_cvs2svn):
    changed command line used to start cvs2svn on windows

Francois Beausoleil's recent patch should make this unneccessary.

  (svn_strptime):
    new function to take the place of time.strptime, which doesn't
    exist on windows
  (Log.__init__):
    replaced time.strptime() call with svn_strptime() call.

I have a question about DST. The patch as is sets is_dst to 0 "no". Would -1
"best guess" be a better idea?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 02:12:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.