While pulling from CVS to darcs, using tailor.py, I came across this
error.  I believe it is because a commit has been applied to CVS with a
date prior to my last tailor sync.

  Updating 'CATools' from revision '2005-04-25 20:43:45 by agraves'
  Traceback (most recent call last):
    File "/var/projects/cvsync/tailor.py", line 35, in ?
      main()
    File "/var/projects/cvsync/vcpx/tailor.py", line 561, in main
      config(map(abspath, args))
    File "/var/projects/cvsync/vcpx/tailor.py", line 118, in __call__
      self.options.concatenate_logs)
    File "/var/projects/cvsync/vcpx/tailor.py", line 391, in update
      self.upstream_revision)
    File "/var/projects/cvsync/vcpx/dualwd.py", line 55, in 
getUpstreamChangesets
      sincerev)
    File "/var/projects/cvsync/vcpx/cvs.py", line 286, in getUpstreamChangesets
      entries = CvsEntries(root)
    File "/var/projects/cvsync/vcpx/cvs.py", line 412, in __init__
      self.directories[entry] = CvsEntries(dir)
    File "/var/projects/cvsync/vcpx/cvs.py", line 412, in __init__
      self.directories[entry] = CvsEntries(dir)
    File "/var/projects/cvsync/vcpx/cvs.py", line 391, in __init__
      e = CvsEntry(entry)
    File "/var/projects/cvsync/vcpx/cvs.py", line 351, in __init__
      y,m,d,hh,mm,ss,d1,d2,d3 = strptime(ts, "%a %b %d %H:%M:%S %%Y")
    File "/usr/lib/python2.3/_strptime.py", line 425, in strptime
      raise ValueError("time data did not match format: data=%s fmt=%s" %
  ValueError: time data did not match format: data=dummy timestamp fmt=%a %b %d 
%%H:%M:%S %%Y

Change history is such:

  Mon May  2 16:16:15 EDT 2005 (new changeset ready to pull)
  Mon Apr 25 16:43:45 EDT 2005 (last pulled from CVS using tailor)
  Thu Apr 14 16:26:44 EDT 2005 (inserted into CVS since last pull)

However, both the 'Thu Apr 14' and 'Mon May  2' changesets originated
from the tailor working directory I am currently pulling to, so all the
changes are actually in place.  I believe all that needs to happen is
some CVS record-keeping.

Any ideas on how to make tailor happy again (cvs commands to pull a
changeset or two manually, perhaps)?

-kolibrie

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to