All tags

Posts tagged: #svn

Poll svn server for changes with git clone

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

openlayers svn into git

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