login
Header Space

 
 

Re: Equivalent of `svn switch` for git-svn?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Pierre Habouzit <madcoder@...>
Cc: Adam Roben <aroben@...>, <git@...>
Date: Thursday, September 27, 2007 - 7:54 am

Hi,

On Thu, 27 Sep 2007, Pierre Habouzit wrote:


Or use git-config:

	git config svn-remote.svn.url <url>

Or make it a global alias:

	git config --global alias svn-switch 'config svn-remote.svn.url'

so that you can say

	git svn-switch <url>

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Equivalent of `svn switch` for git-svn?, Adam Roben, (Thu Sep 27, 2:41 am)
Re: Equivalent of `svn switch` for git-svn?, Pierre Habouzit, (Thu Sep 27, 6:06 am)
Re: Equivalent of `svn switch` for git-svn?, Johannes Schindelin, (Thu Sep 27, 7:54 am)
Re: Equivalent of `svn switch` for git-svn?, Adam Roben, (Thu Sep 27, 12:39 pm)
Re: Equivalent of `svn switch` for git-svn?, Pierre Habouzit, (Thu Sep 27, 1:02 pm)
speck-geostationary