Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] I see weird things happening in our SVN repo

Hi,
Over the last couple of days the number of revisions in our SVN repository nearly doubled. Looking at the repository I find branches and tags directly under the /svnroot (they seem to belong to the org.eclipse.higgins project). Having branches and tags directly under the /svnroot means that all projects share the same set of branches and tags. IMHO, that's bad practice.

Most projects have the standard structure, i.e.

/svnroot/org.eclipse.xxxx/
   trunk/
   tags/
   branches/

I think we need to make this the standard for all projects. The sooner the better. The projects that deviate from the standard are:

org.eclipse.higgins
org.eclipse.linuxtools
org.eclipse.spaces

Does anyone have a different opinion about this?

Regards,
Thomas Hallgren



Back to the top