Changes between Version 16 and Version 17 of TortoiseSVN_Guide


Ignore:
Timestamp:
Sep 14, 2009, 10:08:02 AM (15 years ago)
Author:
Erik Johansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TortoiseSVN_Guide

    v16 v17  
    123123 * You can update your SVN password from http://svn.wildfiregames.com/admin/svnadmin.php
    124124
     125For programmers:
     126
     127 * See BuildInstructions for how to compile the code from SVN.
     128
     129 * A log (showing all recent activity) and source browser is available via Trac, at http://trac.wildfiregames.com/
     130
    125131=== A useful setting ===
    126132As you might have noticed (or in case you haven't checked out yet: will) the Thumbs.db files can cause some trouble when updating. They're Windows system files (hidden by default) that are different from computer to computer and thus causes trouble if people commit them.
     
    130136[http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-main] <-- there you can read about the general settings dialog. You can get to the General settings by right-clicking on a file/folder that's downloaded from SVN and there, in the Tortoise SVN submenu, left-click on Settings) The one we're interested in now is "Global ignore pattern", in that box please enter "Thumbs.db" (without the quotation marks, but with the capital T) and click confirm.
    131137
    132 For programmers:
    133 
    134  * See BuildInstructions for how to compile the code from SVN.
    135 
    136  * A log (showing all recent activity) and source browser is available via Trac, at http://trac.wildfiregames.com/