For Pike there is a CVS-tracking git repository now which checks pikefarm for updates every minute. - The repository trails pikefarm by a minute of 4 tops for 7.8 (and 7.9). - It is synced daily at 06:00 for all other branches. - It has been pruned of all unnecessary branches and contains the repository proper now. - It basically is the version previously at git://git.cuci.nl/pike (which will continue to exist). - This is by no means the "final" version, things are still being tweaked (not in this version), but it works fine for current developmentwork.
Suggested way of getting it:
git clone git://pike-git.lysator.liu.se/pike cd pike for b in 7.8 7.6 7.4 7.2 7.0 0.6 0.5 nt-tools extra_tests do git branch $b origin/$b done git branch
Sync at any later point with upstream: git pull (or just "git fetch" which doesn't alter your tracking branches)
Which version of the SVN repos are you currently based on? Since I have some recent changes in CRLF normalization (as was dicussed here), it would probably make sense to rebase if you haven't already.
For Pike there is a CVS-tracking git repository now which checks pikefarm for updates every minute.
[...]
Sync at any later point with upstream: git pull (or just "git fetch" which doesn't alter your tracking branches)
What about the other way around (ie updating the main repository)?
-- Sincerely, Stephen R. van den Berg.
pike-devel@lists.lysator.liu.se