Hi, the switch from svn to to git was mentioned on the mailing list before.
To make things easy for the "compile-dia-from-svn" user, this is a short summary to get started with git for dia: Configuration: git config --global user.name "Rupert Monkey" git config --global user.email [email protected] The equivalent of svn checkout: git clone git://git.gnome.org/dia The equivalent of svn update: git pull --rebase Apologies, if I missed something. I'm a git beginner :-) More information on the GNOME git usage is available here: http://live.gnome.org/Git Lars: Would it be a lot of effort for you to switch the ChangeLog daemon from svn to git? Regards, Steffen _______________________________________________ dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
