Guide on Programming, Internet and Technology

DigiZol
| Contact

svnadmin create a new empty project repository in subversion (svn) in Linux

If you have installed subversion (used for version control) and looking for creating a repository inside that, you are at the right place. Command to create new project repositories inside subversion is svnadmin create.

# svnadmin create repoPath
- this will create an empty repository.
- repoPath has to be a path to a folder, if that folder does not exists; new folder will be created.

Consider following examples.
# svnadmin create /usr/local/svn/clients/MyProject
or
# svnadmin create .

First command will create a repository inside "/usr/local/svn/clients/MyProject" while the second command creates a repository in your current directory.

After creating the repository, you must alter access controls. For that open conf/svnserver.conf found inside newly created repository folder.
Common values to alter are;
anon-access
- access control for non authenticated users
- better to set it to none (anon-access = none)
auth-access
- access control for authenticated users
- will need set it to "read" or "write" (auth-access = read)

Labels: ,

Translate into your language
Reader Comments
Comments Count: 5
Write your own opinion
Share with others
E-mail
Search More Articles
  1. Anonymous Anonymous (June 19, 2008 4:47 PM)  
    Thanks a lot for sharing. I always refer this while creating a new project in repository.

    Jason
  2. Exactly I needed information included, thank you.
  3. Thank you so much for sharing such an useful article with us, this article has helped me a lot.
  4. Anonymous Anonymous (April 25, 2009 12:24 AM)  
    No repository found in 'svn://remote machine', when i try to connect remote subversion server. This was working few days ago. file:///c:/local local access works but i can't connect to the server remotely. i am using tortoise for connection.

Post a Comment

We appreciate your opinions, suggestions and criticism.

ABOUT AUTHOR
Kamal Mettananada is a Software Architect, Java Explorer and Blogger. Digizol consists of computer related articles, tutorials, tips and other information.
ARCHIVES
Select Month:

Free counter and web stats

FEED SUBSCRIPTION
Subscribe to our feed using your online news reader, approximately 1-2 articles per week.
ABOUT US
^top^