How to add second project to the repository?

Posted by Banani on Stack Overflow See other posts from Stack Overflow or by Banani
Published on 2010-04-14T22:28:07Z Indexed on 2010/04/14 22:33 UTC
Read the original article Hit count: 195

Filed under:
|
|

Hi! I have setup subversion 1.6.5 on Fedora. I have decided to use a single repository for multiple projects. I have added one project, projA, to the repository. I will have more projects to add to the repository in future.

If I try to add next project with the command 'svn import . file:///path/to/repos' gives svn: File already exists: filesystem '/usr/local/svn-repos/proj-test/db', transa ction '1-1', path '/trunk'. The new projB is being added to the trunk directory of projA.

I have read the section "Adding Projects" in http://svnbook.red-bean.com/en/1.1/ch05s04.html In that book, projects are added at once. But,I would like to add them one by one as new projects become ready to go. What is the proper command and/or how that can be done?

Thanks. Banani

© Stack Overflow or respective owner

Related posts about svn

Related posts about svnserve