This repository was archived by the owner on Nov 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
git svn commands
Martin Steinisch edited this page Mar 29, 2019
·
4 revisions
| Command | Has optional arguments | Supported by GitExtensions.SVN | Notes |
|---|---|---|---|
| init | yes | planned (see #2) | |
| fetch | yes | planned (see #1) | |
| clone | yes | planned (see #2) | Runs init and fetch. It accepts all arguments that the init and fetch commands accept; with the exception of --fetch-all and --parent. |
| rebase | yes | planned (see #1) | |
| dcommit | yes | planned (see #1) | |
| branch | yes | ||
| tag | - | not planned (ask for it) | This is a shorthand for branch -t. |
| log | yes | ||
| blame | yes | ||
| find-rev | yes | ||
| set-tree | - | not planned (ask for it) | You should consider using dcommit instead of this command. |
| create-ignore | - | ||
| show-ignore | - | ||
| mkdirs | - | ||
| commit-diff | yes | ||
| info | - | planned (see #9) | |
| proplist | - | ||
| propget | - | ||
| propset | - | ||
| show-externals | - | ||
| gc | - | ||
| reset | yes |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--localtime |
not planned (see #1) |
--parent |
not planned (see #1) |
--ignore-refs=<regex> |
not planned (see #1) |
--ignore-paths=<regex> |
not planned (see #1) |
--include-paths=<regex> |
not planned (see #1) |
--log-window-size=<n> |
not planned (see #1) |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--preserve-empty-dirs |
|
--placeholder-filename=<filename> |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--local -l
|
not planned (see #1) |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--no-rebase |
not planned (see #1) |
--commit-url <URL> |
not planned (see #1) |
--mergeinfo=<mergeinfo> |
not planned (see #1) |
--interactive |
not planned (see #1) |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--message -m
|
|
--tag -t
|
|
--destination=<path> -d<path>
|
|
--username |
|
--commit-url |
|
--parents |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--revision=<n>[:<n>] -r <n>[:<n>]
|
|
--verbose -v
|
|
--limit=<n> |
|
--incremental |
|
--show-commit |
|
--oneline |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--git-format |
| Argument | Supported by GitExtensions.SVN |
|---|---|
--before -B
|
|
--after -A
|
| Argument | Supported by GitExtensions.SVN |
|---|---|
--message=<msg> -m <msg>
|
|
--file=<filename> -F <filename>
|
| Argument | Supported by GitExtensions.SVN |
|---|---|
--revision=<n> -r <n>
|
|
--parent |