[Lazarus] Lnet +QT-Bindings 2.1

Thomas Moritz thm_ml at thmoritz.de
Wed Mar 10 16:05:29 CET 2010


2010/3/10 Juha Manninen <juha.manninen at phnet.fi>:
> Hi,
>
> I have made (on request) a wiki page explaining the git-svn link.
>
> http://wiki.lazarus.freepascal.org/Lazarus_git-svn
>
> It is primarily meant for people who want to commit changes directly to
> Lazarus repository using git.
>
> A git mirror is still better for a read only usage.
>
> It should be possible to create a git mirror that supports directly commits
> to SVN repo but I haven't done that.

Note that initial clone sequentially requests all revisions from svn reopsitory,
so it may take some time and generate some stress on the svn server.
(One may choose to clone only the recent revisions, but this defeats
one of the important advantages of Git -- ability to view history in a
reasonable
time).
Following fetches, however, are equivalent  to the usual "svn update"
in terms of server load.
This is primarily why official git mirror would be useful -- people could
clone the mirror from github and then reconfigure it to fetch/dcommit to
svn repository.

-- 
Alexander S. Klenin




More information about the Lazarus mailing list