Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [imp-dev] Proposed reorg of IMP SVN repository structure

Hi

Seems like a really good idea to me.

I found the existing structure a major pain.

[What use is a project set; I've never learnt to use them, and
surely you can't use the project set till you've checked it out?]

	Regards

		Ed Willink

> -----Original Message-----
> From: imp-dev-bounces@xxxxxxxxxxx 
> [mailto:imp-dev-bounces@xxxxxxxxxxx] On Behalf Of Robert M. Fuhrer
> Sent: 09 April 2009 22:15
> To: IMP Developers List
> Cc: Emmanuel Geay; Beth R. Tibbitts; Cal Swart
> Subject: [imp-dev] Proposed reorg of IMP SVN repository structure
> 
> 
> Hi Folks,
> 
> I'd like to reorganize the SVN repository structure. Right now, it  
> looks like this:
> 
>    org.eclipse.imp
>        proj1
>            branches
>            tags
>            trunk
>        proj2
>            branches
>            tags
>            trunk
>        ...
>        projN
>            branches
>            tags
>            trunk
> 
> It seems more conventional (and easier to deal with) for it to look  
> instead like this:
> 
>    org.eclipse.imp
>        branches
>            proj1
>            proj2
>            ...
>            projN
>        tags
>            proj1
>            proj2
>            ...
>            projN
>        trunk
>            proj1
>            proj2
>            ...
>            projN
> 
> This way, for the most common case (checking out trunk or a set of  
> projects with a given tag/branch), one has a better chance of being  
> able to select a contiguous set of projects, rather than having to  
> expand each one in order to find the appropriate trunk/tag/branch.
> 
> Obviously this will cause short-term pain as we all rebuild our  
> workspaces, but I think in the long run it will cause less confusion  
> to newcomers and less manual work for veterans.
> 
> Comments?
> 
> --
> Cheers,
>    - Bob
> -------------------------------------------------
> Robert M. Fuhrer
> Research Staff Member
> Programming Technologies Dept.
> IBM T.J. Watson Research Center
> 
> IMP Project Lead (http://www.eclipse.org/imp)
> X10: Productivity for High-Performance Parallel Programming 
> (http://x10.sf.net 
> )
> 
> _______________________________________________
> imp-dev mailing list
> imp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/imp-dev
> 




Back to the top