tech-repository archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: is the proof in the pudding?
On Wed, Jul 30, 2008 at 11:04:07PM +0200, Adam Hamsik wrote:
>
> Can't we use cvsps which is in pkgsrc ? devel/cvsps it is tool for
> generating changesets from cvs repository.
Maybe; I haven't tried it. I have tried or heard of various tools that
ran out of memory or otherwise failed to work, and I thought it might at
least be fun to try and write one myself that would lack such features.
And it kind of was... until I got to stuff like the effects of "cvs tag
-B", or trying to reconstruct when (and on what branch) a tag or branch
was made.
But I see from other reports that the existing tools seem to be more
or less working these days; so, given that this project of mine is now
neither useful nor enjoyable, I think I'll stop.
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
Home |
Main Index |
Thread Index |
Old Index