[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion's repositories

From: T. Nguyen <ptn_y2k1_at_yahoo.com>
Date: 2006-12-03 06:39:36 CET

Hi,
   
  I am setting up a Subversion server. As I read several books and searched on the internet, I have not seen any complicated repository structure as my workplace requested. Please see the following structure:
   
  svn_root
          dev
                  project1_root
                           project1_web
                                    project1_web_v1
                                                    trunk
                                                    tags
                                                    branches
                                    project1_web_v2
                                                    (trunk, tags, branches)
                           project1_jobs
                                    project1_jobs_v1
                                                    (trunk, tags, branches)
                                    project1_jobs_v2
                                                    (trunk, tags, branches)
                  project2_root
                           .....
                                    .......
                           .......
                                    ........
                  project3_root
         qa
                ................(same structure as dev)
   
  Here are my questions that I need your helps.
   
  1. Is it possible to have that kind of structure in Subversion? If yes, is it a good or bad structure? And is it easy to maintain later? If no, please give me your advise what I should do?
  2. If it's possible, which level should I use 'svnadmin create' and which level should I use 'svn mkdir'?
   
  I am looking forward to receiving your response. Thank you very much.
   
  Regards,
  Tracy
   
   
   
   

 
---------------------------------
Have a burning question? Go to Yahoo! Answers and get answers from real people who know.
Received on Mon Dec 4 16:01:54 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.