diff options
| author | Eric Wong <normalperson@yhbt.net> | 2006-03-09 03:50:34 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-03-09 10:10:18 -0800 |
| commit | 7317ed906a17c91593f38831412379d4429528db (patch) | |
| tree | 4b60f5a269adf2377b81902ff48ef336388d2f7a /contrib/git-svn/git-svn.txt | |
| parent | 1d52aba8397723235e6007d0ee38126714af113e (diff) | |
| download | git-7317ed906a17c91593f38831412379d4429528db.tar.gz | |
contrib/git-svn: remove the --no-stop-on-copy flag
Output a big warning if somebody actually has a pre-1.0 version
of svn that doesn't support it.
Thanks to Yann Dirson for reminding me it still existed
and attempting to re-enable it :)
I think I subconciously removed support for it earlier...
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/git-svn/git-svn.txt')
| -rw-r--r-- | contrib/git-svn/git-svn.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/git-svn/git-svn.txt b/contrib/git-svn/git-svn.txt index 5fb5b7c88c..7a6e0c4a4a 100644 --- a/contrib/git-svn/git-svn.txt +++ b/contrib/git-svn/git-svn.txt @@ -162,19 +162,6 @@ COMPATIBILITY OPTIONS Otherwise, do not enable this flag unless you know what you're doing. ---no-stop-on-copy:: - Only used with the 'fetch' command. - - By default, git-svn passes --stop-on-copy to avoid dealing with - the copied/renamed branch directory problem entirely. A - copied/renamed branch is the result of a <SVN_URL> being created - in the past from a different source. These are problematic to - deal with even when working purely with svn if you work inside - subdirectories. - - Do not use this flag unless you know exactly what you're getting - yourself into. You have been warned. - Basic Examples ~~~~~~~~~~~~~~ |
