How to create svn repository in linux
- how to create new repository in svn
- how to create new project in svn
- how to create a new repository in svn using tortoisesvn
- how to create new folder in svn repository
Tortoise svn repository browser
Tortoise svn...
Chapter 3. The Repository
Before you import your data into the repository you should first think about how you want to organize your data. If you use one of the recommended layouts you will later have it much easier.
How to create svn repository in ubuntuThere are some standard, recommended ways to organize a repository. Most people create a directory to hold the “main line” of development, a directory to contain branch copies, and a directory to contain tag copies. If a repository holds only one project, then often people create these top-level directories:
/trunk /branches /tagsBecause this layout is so commonly used, when you create a new repository using TortoiseSVN, it will also offer to create the directory structure for you.
If a repository contains multiple projects, people often index their layout by branch:
/trunk/paint /trunk/calc /branches/paint /branches/calc /tags/paint /tags/calc...or by project:
/paint/trunk /paint/branches /paint/tags /calc/trunk /calc/branches /calc/tagsIndexing by project makes sense if the projects are not closely related and each one is checked out individ
- how to create a svn repository in linux
- how to create a local svn repository in windows