Hey Julien,

I think Jamis would welcome a patch because my guess is there is not many
people that can help with this. Most switched from CVS already.

When you make a patch, don't forget to update tests or create new ones.
Also, test your patched version with CVS as much as you can, and include the
version of CVS which you used in your bug report on Lighthouse.

Good luck!


On Tue, May 20, 2008 at 10:24 AM, Julien HEYMAN <[EMAIL PROTECTED]>
wrote:

> hello,
>
>  I used capistrano with cvs reposity... and I think that cvs.rb is bugged...
> In fact, Capistrano try to execute  cvs -Q -d [EMAIL PROTECTED]:/var/lib/cvs
>
> checkout -r 2008-05-16 09:53:03 +0200 -d 20080516122636 toto
> buts it's not possible to execute that because
>     -r => is a revision, not a date
>     so it's -D 2008-05-16 09:53:03 +0200
>     and we must protect string => -D '2008-05-16 09:53:03 +0200'
>
> I don't know if it's all right, but I send you a patch.
>
> I'll be happy to discuss it with you
>
> Best regards,
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to