Re: [hibernate-dev] SVN tagging

2010-10-06 Thread Steve Ebersole
Ok, this should be all done as far as I know. I left access in place for most non-core projects. If any needed accesses are messed up, give me a shout (or Max or Emmanuel) . The tag was created at rev 20781 in case any one needs that information. On Wednesday, October 06, 2010 05:48:03 pm St

[hibernate-dev] SVN tagging

2010-10-06 Thread Steve Ebersole
I am just now tagging SVN for the move to Git. The tag is really just for posterity sake... Immediately after I will be shutting off write access to the /core portion of the repo. So please do not commit work to /core from this moment forward in SVN. I'll send a follow up when everything i

[hibernate-dev] SVN Tag for 3.2.0.GA?

2008-02-19 Thread Tomislav Stojcevich
Was a tag created for this release? The closest I can find is CR1, I need the sources to the GA release. Thanks, --tom ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] SVN migration done + new build system

2007-08-25 Thread Emmanuel Bernard
You need to use hibernate core from branch_3_2, not from trunk On Aug 25, 2007, at 7:33 AM, Scott Marlow <[EMAIL PROTECTED] > wrote: Emmanuel Bernard wrote: 663 commits later the migration to the new structure is done. All projects are top level: core (Branch_3_2) jpa-api commons-annotati

Re: [hibernate-dev] SVN migration done + new build system

2007-08-25 Thread Scott Marlow
Emmanuel Bernard wrote: 663 commits later the migration to the new structure is done. All projects are top level: core (Branch_3_2) jpa-api commons-annotations annotations entitymanager validator search tags have been migrated and normalized (ie HibernateExt is out), I had to keep Branch_3_2

Re: [hibernate-dev] SVN migration done + new build system

2007-08-16 Thread Emmanuel Bernard
On Aug 16, 2007, at 02:39, Hardy Ferentschik wrote: Great work! This was a big step forward in making the whole code base easier to understand and maintain. It will also make a maven migration much easier :) That was the plan, part of it at least :) I checked out Hibernare Search and

Re: [hibernate-dev] SVN migration done + new build system

2007-08-15 Thread Hardy Ferentschik
Great work! This was a big step forward in making the whole code base easier to understand and maintain. It will also make a maven migration much easier :) I checked out Hibernare Search and it builds fine. It seems the svn:ignore properties are not set anymore (build, intextemp, lucenedirs

[hibernate-dev] SVN migration done + new build system

2007-08-15 Thread Emmanuel Bernard
663 commits later the migration to the new structure is done. All projects are top level: core (Branch_3_2) jpa-api commons-annotations annotations entitymanager validator search tags have been migrated and normalized (ie HibernateExt is out), I had to keep Branch_3_2 as is because of the pr

[hibernate-dev] SVN new structure for HAN / VAL / HEM / Search / commons-annotations

2007-08-14 Thread Emmanuel Bernard
I wil be performing the SVN migration tomorrow for those projects. Please refrain from commiting code in them until it's finished ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] SVN

2007-06-29 Thread Steve Ebersole
This weekend I will begin migrating the SVN stuff pertaining to core to use the new discussed layout (and my sandbox stuff too). Basically: 1) trunk/Hibernate3 -> core/trunk 2) tags/xyz/Hibernate3 -> core/tags/xyz 3) branches/ABC/Hibernate3 -> core/branches/ABC During this time, I will also fin

[hibernate-dev] SVN keywords

2007-06-03 Thread Hardy Ferentschik
Sorry for sending this first to the wrong person. It was actually supposed for the mailing list :) To enable keyword substitution on all Java files I would do something like this from the command line: find . -name "*.java" | xargs svn propset svn:keywords "Id" This should fix up all the j

[hibernate-dev] SVN Keywords

2007-06-02 Thread John Griffin
Emmanuel, Assuming that 'list.txt' is the file you want to have SVN Id expanded in, all that is necessary is to issue the command: $> svn propset svn:keywords "Id" list.txt As long as the # $Id$ directive is in the list.txt file SVN will expand the Id when the file is co