git svn - How to I update the path to a moved git-svn remote branch -


i have been using git , git-svn while have moved out svn repository server location. wondering need git @ new remote path can continue before. have tried changing url in config @ new repo when try git svn rebase :

unable determine upstream svn information working tree history

the svn repo same has moved locations url.

thanks in advance.

you need change svn-remote.svn.url. can view so

% git config --get svn-remote.svn.url 

and set this:

% git config svn-remote.svn.url http://foo/bar 

or via editor:

% git config -e 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -