Edgewall Software

Changes between Version 43 and Version 44 of TracSubversion


Ignore:
Timestamp:
Apr 16, 2007, 1:01:38 AM (17 years ago)
Author:
Maz Rashid
Comment:

corrected that svn now uses fsfs as default

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v43 v44  
    4444To create a Subversion project at '''/var/svn/project''', issue these commands to get SVN up and running:
    4545
    46    ''Note:''  As of this writing, the default Subversion package uses the BDB filesystem;   if this is acceptable, feel free to omit the extra argument to '''svnadmin create'''.
    47 
    4846{{{
    4947  $ mkdir /var/svn
     
    5351  $ mkdir /tmp/project/tags
    5452  $ mkdir /tmp/project/trunk
    55   $ svnadmin create /var/svn/project --fs-type fsfs
     53  $ svnadmin create /var/svn/project
    5654  $ svn import /tmp/project file:///var/svn/project -m "initial import"
    5755  $ rm -rf /tmp/project