Re: [HACKERS] CVS repository invalid revision

2008-02-20 Thread Christian Robottom Reis
On Mon, Feb 18, 2008 at 03:13:24PM -0300, Alvaro Herrera wrote:
 Christian Robottom Reis wrote:
 
  I'm running a conversion of PostgreSQL's CVS repository, but I'm
  stuck on a revision that cscvs fails to parse. The hint that the error
  gives me is:
  
  Parser error: failed to parse revision data line (line: 'date: 2000/12/04 
  01:20:38;  author: tgl;  state: Exp;  lines:
  ')
  
  That's the literal output -- I'm not sure what the linebreak after
  lines: means.
  
  Can someone help me out by finding and fixing the corrupted revision?
  Id be most grateful.
 
 There's no corrupted revision -- the text you see is part of a log
 message, not a real header line.  So the cscvs tool would seem to
 need to be able to cope with that.  The complete entry (this is from
 contrib/pgcrypto/md5.c, but there are several more files touched by this
 commit) is this:
 
   revision 1.3
   date: 2001-01-09 13:07:13 -0300;  author: momjian;  state: Exp;  lines: 
 +16 -16;
   The KAME files md5.* and sha1.* have the following changelog
   entry:
 
   
   revision 1.2
   date: 2000/12/04 01:20:38;  author: tgl;  state: Exp;  lines:
   +18 -18
   Eliminate some of the more blatant platform-dependencies ... it
   builds here now, anyway ...
   

Wow, that's very interesting. Thanks for pointing it out; now that I
have this in hand, I need to chase somebody interested in fixing a cscvs
bug wink
-- 
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [HACKERS] CVS repository invalid revision

2008-02-20 Thread Christian Robottom Reis
On Wed, Feb 20, 2008 at 05:00:14PM -0500, Aidan Van Dyk wrote:
 So, for people having problems with the cvs repository, try and
 eliminate the REL7_1* tags, and see if the problems go away...

I'm currently trying an import off Subversion. Is there a copy of the
CVS repo somewhere I can rsync, if that doesn't work?
-- 
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [HACKERS] CVS repository invalid revision

2008-02-17 Thread Christian Robottom Reis
On Sat, Feb 16, 2008 at 08:28:42PM +0100, Peter Eisentraut wrote:
 Christian Robottom Reis wrote:
  I'm running a conversion of PostgreSQL's CVS repository, but I'm
  stuck on a revision that cscvs fails to parse.
 
 I can't quite answer that particular question, but there are already somewhat 
 stable conversions of the CVS repository to Subversion and Git available, so 
 perhaps you want to work off that.

Ah, interesting. Do you have a URL for the Subversion conversion? Is it
a mirror of CVS, and if so, how often is it updated?
-- 
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[HACKERS] CVS repository invalid revision

2008-02-15 Thread Christian Robottom Reis
Hello there,

I'm running a conversion of PostgreSQL's CVS repository, but I'm
stuck on a revision that cscvs fails to parse. The hint that the error
gives me is:

Parser error: failed to parse revision data line (line: 'date: 2000/12/04 
01:20:38;  author: tgl;  state: Exp;  lines:
')

That's the literal output -- I'm not sure what the linebreak after
lines: means.

Can someone help me out by finding and fixing the corrupted revision?
Id be most grateful.

-- 
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125

---(end of broadcast)---
TIP 6: explain analyze is your friend