You are not logged in.

#1 2009-11-11 11:02:33

Cagnulein
Member
From: Modena, Italy
Registered: 2006-04-03
Posts: 260
Website

SVN multi dirs

Hi, i'd like to setup a svn. I've only a question: could i manage a single project with different source dirs?

For example

-- Root --
  |-- Project 1 dir 1
        |-- sub dir 1
        |-- sub dir 2
  |-- Project 5 dir 1        // this dir will not be included
        |-- sub dir 1        // this dir will not be included
        |-- sub dir 2        // this dir will not be included
  |-- Project 7 dir 1        // this dir will not be included
        |-- sub dir 1        // this dir will not be included
        |-- sub dir 2        // this dir will not be included
  |-- Project 9 dir 1        // this dir will not be included
        |-- sub dir 1        // this dir will not be included
        |-- sub dir 2        // this dir will not be included
  |-- Project 11 dir 1       // this dir will not be included
        |-- sub dir 1        // this dir will not be included
        |-- sub dir 2        // this dir will not be included
  |-- Project 1 dir 2
  |-- Project 1 dir 3
        |-- sub dir 1

Thanks in advance.

Last edited by Cagnulein (2009-11-11 11:06:16)

Offline

#2 2009-11-13 03:03:25

paramthegreat
Member
Registered: 2006-06-27
Posts: 38

Re: SVN multi dirs

If you want to name the directories as project_1_dir_1, project_1_dir_2, project_1_dir_3 and so forth then yes  you can.

But if you want to have 3 directories all called "project_1" that is not going to work.

May I ask why do you want to create 3 seperate directories for Project 1? How about creating seperate branches for Project 1 i.e

-- Root --
    | -- Project 1
        | -- Branch 1
            | -- sub dir 1
            | -- sub dir 2
            | -- sub dir 3
        | -- Branch 2
            | -- sub dir 1
            | -- sub dir 2
            | -- sub dir 3
        | -- Branch 3
            | -- sub dir 1
            | -- sub dir 2
            | -- sub dir 3

Offline

#3 2009-11-13 06:43:05

Trent
Member
From: Baltimore, MD (US)
Registered: 2009-04-16
Posts: 990

Re: SVN multi dirs

Can you describe the problem you're trying to solve?  I'm not sure what you're asking exactly, but even if it can be done, it probably isn't the best way to do so.

Offline

#4 2009-11-13 11:25:30

Cagnulein
Member
From: Modena, Italy
Registered: 2006-04-03
Posts: 260
Website

Re: SVN multi dirs

Nevermind, i have found the solution myself smile
Thanks for the answers smile

Offline

Board footer

Powered by FluxBB