OSDN Git Service

Update a little help document
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseSVN / tsvn_dug / dug_cleanup.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
3 <sect1 id="tsvn-dug-cleanup">\r
4         <title>Cleanup</title>\r
5         <indexterm>\r
6                 <primary>cleanup</primary>\r
7         </indexterm>\r
8         <para>\r
9                 If a Subversion command cannot complete successfully, perhaps\r
10                 due to server problems, your working copy can be left in an\r
11                 inconsistent state. In that case you need to use\r
12                 <menuchoice>\r
13                         <guimenu>TortoiseGit</guimenu>\r
14                         <guimenuitem>Cleanup</guimenuitem>\r
15                 </menuchoice>\r
16                 on the folder. It is a good idea to do this at the top level\r
17                 of the working copy.\r
18         </para>\r
19         <para>\r
20                 Cleanup has another useful side effect. If a file date changes\r
21                 but its content doesn't, Subversion cannot tell whether it has\r
22                 really changed except by doing a byte-by-byte comparison with\r
23                 the pristine copy. If you have a lot of files in this state it\r
24                 makes acquiring status very slow, which will make many dialogs\r
25                 slow to respond. Executing a Cleanup on your working copy will\r
26                 repair these <quote>broken</quote> timestamps and restore\r
27                 status checks to full speed.\r
28         </para>\r
29         <tip>\r
30                 <title>Use Commit Timestamps</title>\r
31                 <para>\r
32                         Some earlier releases of Subversion were affected by a bug\r
33                         which caused timestamp mismatch when you check out with\r
34                         the <guilabel>Use commit timestamps</guilabel> option\r
35                         checked. Use the Cleanup command to speed up these\r
36                         working copies.\r
37                 </para>\r
38         </tip>\r
39 </sect1>\r