Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ moved from CVS to GIT

AspectJ has moved from a CVS repository to a GIT repository.  We've
tidied up a bunch of stuff in the move, there are now two repositories
which you can browse here:

http://git.eclipse.org/c/aspectj/

The repositories are:

git://git.eclipse.org/gitroot/aspectj/org.aspectj.git
- which is the main body of AspectJ, the matcher, weaver, etc.  This
was traditionally under the 'modules' area in CVS.

git://git.eclipse.org/gitroot/aspectj/org.aspectj.shadows.git
- this is the modified JDT compiler source code, which was under
'shadows' in CVS.  Most developers don't typically need to go in here.

The tool that was used was intended to preserve file histories, etc -
it appears to have done mostly ok on the main code but I know it has
messed up at least one branch (in shadows) that I'm currently
repairing.  I'm not sure about tags, it may have made mistakes there
but I guess I'll find out the first time I need to fall back on one.
CVS will go into read only now and be archived in 6 months.

If anyone tries it and sees a problem, let us know.

cheers,
Andy


Back to the top