Edgewall Software

Changes between Version 72 and Version 73 of TracOnWindows


Ignore:
Timestamp:
Apr 27, 2005, 10:17:52 AM (19 years ago)
Author:
Christian Boos
Comment:

Added advice to use the fsfs repository type on Windows

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v72 v73  
    48487. Create repository
    4949{{{
    50 C:\> svnadmin create c:\svn\repo1
    51 }}}
     50C:\> svnadmin create --fs-type=fsfs c:\svn\repo1
     51}}}
     52
     53''FSFS should be the preferred Subversion Repository filesystem on Windows. The Python bindings are much more reliable in that case -- ChristianBoos''
    5254
    53558. Create skeleton repository structure in c:\temp\project
     
    149151=== Install Trac Prerequisites ===
    15015217. Install Subversion Python Bindings
    151   Download svn-win32-1.0.X_py.zip from the [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 Subversion site].
     153  Download svn-win32-1.1.X_py.zip from the [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 Subversion site].
    152154  [[br]]Extract and copy the libsvn and svn directories to C:\Python23\Lib
    153155
     
    178180 
    17918123. Fix the errors from the Trac Windows Installer (version 0.8.1)
     182
    180183
    181184 The Windows installer installs siteconfig.py file in PYTHONLIB/site-packages/trac