April 5, 2012
0 minute read
Just for convenience, paste this in a git bash window:
while true; do date; echo "Polling svn server..."; git svn fetch;echo "Sleeping."; sleep 300; done
Then just refresh your faβ¦
Read More
February 4, 2010
1 minute read
Initial clone:
git svn clone -T trunk/openlayers/ -t tags/openlayers/ -b branches/openlayers/ http://svn.openlayers.org/ openlayers.git
"http://svn.openlayers.org/tags/openlayers/docs-2.8/" is in the β¦
Read More
September 10, 2008
1 minute read
Under git version 1.5.4.3, which as of writing is the current in ubuntu 8.04
hardy heron, trying to split out a folder from a git repo where the repo was an
import from subversion (svn), and the foldeβ¦
Read More
May 29, 2008
4 minute read
I couldn't find anything exactly matching this on the net when I was figuring
it out, so here's what I did.
This is working against a remote svn (subversion) server, but applies even
without one.
On tβ¦
Read More