in reply to Re^3: Installing Catalyst with CatInABox through FTP / CGI
in thread Installing Catalyst with CatInABox through FTP / CGI
Install subversion
create a repository:
svnadmin create /path/to/repository
(e.g. svnadmin create c:/catinabox)
Load the subversion repository dump:
svnadmin load /path/to/repository < /path/to/svndump
(e.g. svnadmin load /path/to/repository < /path/to/svndump)