Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
3f6092ef
Commit
3f6092ef
authored
Oct 19, 2006
by
Leigh B. Stoller
Browse files
Default to fsfs instead bdb repos.
parent
904d2b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libArchive.pm.in
View file @
3f6092ef
...
...
@@ -205,7 +205,7 @@ sub ArchiveCreate(;$$$)
goto
bad
;
}
#
Initialize
the
repo
.
mysystem
(
"$SVNADMIN create $repodir"
)
==
0
mysystem
(
"$SVNADMIN create
--fs-type fsfs
$repodir"
)
==
0
or
goto
bad
;
#
Create
an
stub
directory
tree
and
import
it
as
"root"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment