You are not logged in.
Pages: 1
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
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
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
Nevermind, i have found the solution myself
Thanks for the answers
Offline
Pages: 1