From 8632266a790fa0e7ccbffbadd157d6be251a2d5d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Thu, 25 Mar 2010 17:00:26 +0000 Subject: [PATCH] DOC: minor changes in README in regard to use of git-svn git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@615 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7e6c56f47a..174e1f693a 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ GIT Mirror There is also an automatically updated git mirror of scikit-learn available from github (http://github.com/yarikoptic/scikit-learn). So -you could setup your development using GIT and committing results back +you could setup your development using GIT and commit results back to SVN using ``git svn``. To get started using git mirror and link it to original SVN, use:: @@ -84,7 +84,7 @@ to original SVN, use:: git config svn.authorsfile .svnauthors Such setup was inspired by GIT Mirror for NumPy and SciPy projects, -which is well described at +which is well described (including some of ``git svn`` caveats) at http://projects.scipy.org/numpy/wiki/GitMirror . If you are not a part of the team and/or have no commit rights to SVN, -- GitLab