Hello
I'm new to Subversion. On my managed VPS, running on CentOS, Apache 2.2.11
and cPanel I got installed SVN. Then I wanted to create a repository as per
guides I read on web.
I created directory svn in /home/user/public_html via mkdir command, then in
that directory I run
svnadmin create repos
chown -R apache.apache repos
service httpd restart
In directory repos there are several directories now (conf, db, format...).
After that I run command to create a project inside. Since I found two
different examples I used them both, but in both cases I got errors.
First
svn mkdir project
but got error
svn: '.' is not a working copy
Then I created new directory in /home/user/public_html called project with
subdirectories trunk, branches and tag and run command
svn import /home/user/public_html/project
file:///home/user/public_html/svn/repos/project -m "Initial repository
layout"
but got error:
svn: Unable to open an ra_local session to URL
svn: Unable to open repository
'file:///home/user/public_html/svn/repos/project'
svn: Expected FS format '2'; found format '4'
I spent a lot of time googling without success, so I'm asking here how to
solve this? What I want is to create several projects inside repository so
that I could store my internal code.
Thanks in advance
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384030
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-16 15:00:15 CEST