Revision: 6486
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6486&view=rev
Author:   astraw
Date:     2008-12-04 01:52:51 +0000 (Thu, 04 Dec 2008)

Log Message:
-----------
add github instructions

Added Paths:
-----------
    trunk/matplotlib/README.git

Added: trunk/matplotlib/README.git
===================================================================
--- trunk/matplotlib/README.git                         (rev 0)
+++ trunk/matplotlib/README.git 2008-12-04 01:52:51 UTC (rev 6486)
@@ -0,0 +1,16 @@
+To clone from the `matplotlib github mirror`_ into the directory
+``mpl.git``, enter the following commands. These instructions assume
+you already have a github login (-- they use the personal
[EMAIL PROTECTED] clone URL instead of the git://github.com clone URL)::
+
+  # This will create your copy in the mpl.git directory             
+  git clone [EMAIL PROTECTED]:astraw/matplotlib.git mpl.git
+  cd mpl.git
+  git config --add remote.origin.fetch +refs/remotes/*:refs/remotes/*
+  git fetch
+  git svn init --trunk=trunk/matplotlib --tags=tags 
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
+
+  # Now just get the latest svn revisions from the SourceForge SVN repository
+  git svn fetch -r 6300:HEAD
+
+.. _matplotlib github mirror: http://github.com/astraw/matplotlib


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to