Question

I'm trying to understand the workings of TortoiseSVN and I have a doubt about where to place the project in the repository.

I created a solution that has three projects in Vb.net (SolutionCalc)

I created a repository (Repo001)

When I do the import of SolutionCalc where should I put the Solution in the repository?

In https://code.aaa.bbb/svn/Repo001 or https:/code.aaa.bbb/svn/Repo001/trunk

Was it helpful?

Solution

For on project in the repository I would recommend you

https:/code.aaa.bbb/svn/Repo001/trunk

if there is more than one project in repository then:

https:/code.aaa.bbb/svn/Repo001/projectName/trunk

In our projects we use "stantdard-structure" with trunk, branches and tags. Works fine and new teammember who formally worked with svn understand the structure and "the way to use" quickly.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top