Use casing consistently
[TortoiseGit.git] / doc / source / en / TortoiseGit / tgit_dug / dug_gitsvn.xml
blob0f4d67ecef161fb667e552043d991394b1d8bbd5
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
3 <sect1 id="tgit-dug-svn-dcommit">\r
4         <?dbhh topicname="HIDD_SVNDCOMMITTYPE"?>\r
5         <title>git svn dcommit</title>\r
6         <indexterm>\r
7                 <primary>dcommit</primary>\r
8         </indexterm>\r
9         <indexterm>\r
10                 <primary>svn</primary>\r
11         </indexterm>\r
12         <indexterm>\r
13                 <primary>svn commit</primary>\r
14         </indexterm>\r
15         <para>\r
16                 Commit each diff from a specified HEAD directly to the SVN repository,\r
17                 and then rebase or reset (depending on whether or not there is a diff between SVN and HEAD).\r
18                 This will create a revision in SVN for each commit in git. It is recommended that you run\r
19                 git-svn fetch and rebase (not pull or merge) your commits against the latest changes in\r
20                 the SVN repository.\r
21         </para>\r
22         <para>\r
23                 If you need/want to use <literal>--use-log-author</literal> or <literal>--add-author-from</literal>, please set those in git config (cf. <xref linkend="git-config(1)"/>), also see <ulink url="https://tortoisegit.org/issue/2824">issue #2824</ulink>.\r
24         </para>\r
25         <para>\r
26                 <guilabel>Git Style Commit (--rmdir)</guilabel>: Remove directories from the SVN tree\r
27                 if there are no files left behind. SVN can version empty directories, and they are\r
28                 not removed by default if there are no files left in them. git cannot version empty\r
29                 directories. Enabling this flag will make the commit to SVN act like git.\r
30         </para>\r
31         <para>\r
32                 You can find more information at <xref linkend="git-svn(1)"/>.\r
33         </para>\r
34 </sect1>\r