Is it good practice to create folders for projects at root in SVN? Or should the folders be created in trunk?
For instance, is the following setup alright?
svn://servername/myproject
or should it be…
svn://servername/trunk/myproject
I understand that both the above options work but I am looking for some best practice advice.
Thanks.
If you want to follow convention, you should put it in trunk. It won’t cause problems with SVN if you do otherwise, but trunk, branches and tags all have a meaning.
If you want to read more about this along with best practices, check this site out.