[SciPy-dev] Question for git-svn masters

Matthew Brett matthew.brett at gmail.com
Wed Nov 25 20:01:12 EST 2009


Hi,

On Wed, Nov 25, 2009 at 4:01 PM, Pauli Virtanen <pav at iki.fi> wrote:
> ke, 2009-11-25 kello 13:07 -0800, Matthew Brett kirjoitti:
> [clip]
>> Is there a way to push this reassociation to my github mirror so that
>> 'git clone ...' brings the SVN association with it?
>
> The issue here is that "git push" by does not push the remote tags, so
> the repo on github is missing the "svn/" heads.

Thanks - but - when run:

       git remote add svn http://projects.scipy.org/git/scipy.git
       git fetch svn

In my github repository local clone, and then try and rebase:

mb312 at angela:~/dev_trees/scipy$ git svn rebase
Migrating from a git-svn v1 layout...
Data from a previous version of git-svn exists, but
	.git/svn
	(required for this version (1.6.5) of git-svn) does not exist.
Done migrating from a git-svn v1 layout
Unable to determine upstream SVN information from working tree history

I suppose the other option is to clone the scipy mirror and add my
github repository as another remote...

See you,

Matthew



More information about the SciPy-Dev mailing list