Hi,

On 6/8/07, Stephen Williams <[EMAIL PROTECTED]> wrote:
>
> Hi Fellow developers,
>
> I am fiddling with git, and I'm considering moving Icarus Verilog
> over to git. I've experienced git in the course of working with
> other projects, so I have a decent idea what the advantages and
> disadvantages will be for me, so I'd like to open up the discussion
> to anybody else who might care.
>
> *Does* anybody even care?

I think git is the best choice. I'm always using git in my personal
projects and I'm pretty satisfied.
I've being using git for 9 months now and is a really nice SCM.

>
> Ales, I understand your planning to cut over to git. How are your
> experiences with the server side? I've played some with git-cvsimport
> (it does indeed preserve the CVS history) and I'm satisfied and
> I've put together sample git-daemon access to a repository made up
> from current anoncvs. Have you concluded it makes sense to run a
> repository to track CVS for a while, or are you just cutting over?
>
> Has the movement to git generated any hate mail?
>
> How are you planning to offer write ("push") access to the repository?

I don't think you even need this. We could leave this to the main
developer since git can import patches from an MBOX file. After the
patches have being discussed in the list and accepted you just save
the final patch in a different mbox file and run:

git-am /path/to/mbox

and that's all.

Just say everybody to add:
Signed-off-by: Your Name <[EMAIL PROTECTED]> at the patch's header.

>
> etc.
>
> --
> Steve Williams                "The woods are lovely, dark and deep.
> steve at icarus.com           But I have promises to keep,
> http://www.icarus.com         and lines to code before I sleep,
> http://www.picturel.com       And lines to code before I sleep."
>
>
> _______________________________________________
> geda-dev mailing list
> [email protected]
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
>


-- 
Best Regards,

Felipe Balbi
[EMAIL PROTECTED]


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to