You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Wendy Smoak <ws...@gmail.com> on 2006/06/12 06:05:36 UTC

Re: svn commit: r413390 - /myfaces/current12/pom.xml

One more fix, please.  After Matthias changed the svn:externals,
current12/pom.xml only needs <module>s for 'core' and 'shared'.

-- 
Wendy

On 6/10/06, dennisbyrne@apache.org <de...@apache.org> wrote:
> Author: dennisbyrne
> Date: Sat Jun 10 17:37:24 2006
> New Revision: 413390
>
> URL: http://svn.apache.org/viewvc?rev=413390&view=rev
> Log:
> initial commit for master pom - 'mvn clean install' works from a fresh co
>
> Added:
>     myfaces/current12/pom.xml
>
> Added: myfaces/current12/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/current12/pom.xml?rev=413390&view=auto
> ==============================================================================
> --- myfaces/current12/pom.xml (added)
> +++ myfaces/current12/pom.xml Sat Jun 10 17:37:24 2006
> @@ -0,0 +1,31 @@
> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
> +
> +  <modelVersion>4.0.0</modelVersion>
> +  <groupId>org.apache.myfaces</groupId>
> +  <artifactId>myfaces-build</artifactId>
> +  <packaging>pom</packaging>
> +  <version>1.2.0-SNAPSHOT</version>
> +  <name>Build Project</name>
> +  <url>http://myfaces.apache.org</url>
> +
> +  <scm>
> +    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current12</connection>
> +    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current12</developerConnection>
> +    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current12</url>
> +  </scm>
> +
> +  <modules>
> +    <module>maven</module>
> +    <module>shared</module>
> +    <module>core</module>
> +    <module>tomahawk</module>
> +    <module>site</module>
> +  </modules>
> +
> +  <build>
> +       <defaultGoal>install</defaultGoal>
> +  </build>
> +
> +</project>
> +
>
>
>

Re: svn commit: r413390 - /myfaces/current12/pom.xml

Posted by Sean Schofield <se...@gmail.com>.
Good idea.

On 6/22/06, James Mitchell <jm...@apache.org> wrote:
> Another good way to ensure this doesn't happen again is to simply
> change the svn:externals to point to http instead of https for the
> code that ones that should not be editable.  That way, the code comes
> along in sort of a 'read only' fashion.
>
>
> --
> James Mitchell
>
>
>
>
> On Jun 12, 2006, at 9:32 PM, Wendy Smoak wrote:
>
> > On 6/12/06, Martin Marinschek <ma...@gmail.com> wrote:
> >
> >> Sorry for the original wrong commit. I copied the externals
> >> property over,
> >> and removed the core line (I'm sure of that), but somehow the
> >> change didn't
> >> make it in.
> >>
> >> In any case, the trunk of the other projects should definitely be
> >> included -
> >> 1.2 is supposed to be backward compatible, so we should be able to
> >> build
> >> Tomahawk and Tobago against the 1.2 core w/o a problem.
> >
> > Ah, apologies for over-reacting, then.  Matthias knows how to edit svn
> > externals now, if it's not already fixed. :)
> >
> > --
> > Wendy
>
>

Re: svn commit: r413390 - /myfaces/current12/pom.xml

Posted by James Mitchell <jm...@apache.org>.
Another good way to ensure this doesn't happen again is to simply  
change the svn:externals to point to http instead of https for the  
code that ones that should not be editable.  That way, the code comes  
along in sort of a 'read only' fashion.


--
James Mitchell




On Jun 12, 2006, at 9:32 PM, Wendy Smoak wrote:

> On 6/12/06, Martin Marinschek <ma...@gmail.com> wrote:
>
>> Sorry for the original wrong commit. I copied the externals  
>> property over,
>> and removed the core line (I'm sure of that), but somehow the  
>> change didn't
>> make it in.
>>
>> In any case, the trunk of the other projects should definitely be  
>> included -
>> 1.2 is supposed to be backward compatible, so we should be able to  
>> build
>> Tomahawk and Tobago against the 1.2 core w/o a problem.
>
> Ah, apologies for over-reacting, then.  Matthias knows how to edit svn
> externals now, if it's not already fixed. :)
>
> -- 
> Wendy


Re: svn commit: r413390 - /myfaces/current12/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/12/06, Martin Marinschek <ma...@gmail.com> wrote:

> Sorry for the original wrong commit. I copied the externals property over,
> and removed the core line (I'm sure of that), but somehow the change didn't
> make it in.
>
> In any case, the trunk of the other projects should definitely be included -
> 1.2 is supposed to be backward compatible, so we should be able to build
> Tomahawk and Tobago against the 1.2 core w/o a problem.

Ah, apologies for over-reacting, then.  Matthias knows how to edit svn
externals now, if it's not already fixed. :)

-- 
Wendy

Re: svn commit: r413390 - /myfaces/current12/pom.xml

Posted by Martin Marinschek <ma...@gmail.com>.
Sorry for the original wrong commit. I copied the externals property over,
and removed the core line (I'm sure of that), but somehow the change didn't
make it in.

In any case, the trunk of the other projects should definitely be included -
1.2 is supposed to be backward compatible, so we should be able to build
Tomahawk and Tobago against the 1.2 core w/o a problem.

regards,

Martin

On 6/12/06, Wendy Smoak <ws...@gmail.com> wrote:
>
> On 6/12/06, Sean Schofield <se...@gmail.com> wrote:
> > I thought the point of this external was to allow developers to see
> > all MyFaces source code with one simple checkout/udpate.  The
> > "current" external does this now - it includes tomahawk, tobago, etc.
> >
> > My understanding was that the current12 would just substitute the core
> > 1.2 branch for the trunk but leave everything else the same.
>
> The problem with the original svn:externals definition was that 'core'
> was listed twice, so that commits were going to myfaces/core/trunk in
> error, even though you *thought* you had checked out the jsf12 branch.
>
> Including the trunks of the other sub-projects is okay as long as
> people are aware that they're working on the trunks of tomahawk, etc.,
> and don't start introducing changes that are incompatible with JSF
> 1.1.  (Or is that not really an issue?)
>
> --
> Wendy
>



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: svn commit: r413390 - /myfaces/current12/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/12/06, Sean Schofield <se...@gmail.com> wrote:
> I thought the point of this external was to allow developers to see
> all MyFaces source code with one simple checkout/udpate.  The
> "current" external does this now - it includes tomahawk, tobago, etc.
>
> My understanding was that the current12 would just substitute the core
> 1.2 branch for the trunk but leave everything else the same.

The problem with the original svn:externals definition was that 'core'
was listed twice, so that commits were going to myfaces/core/trunk in
error, even though you *thought* you had checked out the jsf12 branch.

Including the trunks of the other sub-projects is okay as long as
people are aware that they're working on the trunks of tomahawk, etc.,
and don't start introducing changes that are incompatible with JSF
1.1.  (Or is that not really an issue?)

-- 
Wendy

Re: svn commit: r413390 - /myfaces/current12/pom.xml

Posted by Sean Schofield <se...@gmail.com>.
I thought the point of this external was to allow developers to see
all MyFaces source code with one simple checkout/udpate.  The
"current" external does this now - it includes tomahawk, tobago, etc.

My understanding was that the current12 would just substitute the core
1.2 branch for the trunk but leave everything else the same.

Sean

On 6/12/06, Wendy Smoak <ws...@gmail.com> wrote:
> One more fix, please.  After Matthias changed the svn:externals,
> current12/pom.xml only needs <module>s for 'core' and 'shared'.
>
> --
> Wendy
>
> On 6/10/06, dennisbyrne@apache.org <de...@apache.org> wrote:
> > Author: dennisbyrne
> > Date: Sat Jun 10 17:37:24 2006
> > New Revision: 413390
> >
> > URL: http://svn.apache.org/viewvc?rev=413390&view=rev
> > Log:
> > initial commit for master pom - 'mvn clean install' works from a fresh co
> >
> > Added:
> >     myfaces/current12/pom.xml
> >
> > Added: myfaces/current12/pom.xml
> > URL: http://svn.apache.org/viewvc/myfaces/current12/pom.xml?rev=413390&view=auto
> > ==============================================================================
> > --- myfaces/current12/pom.xml (added)
> > +++ myfaces/current12/pom.xml Sat Jun 10 17:37:24 2006
> > @@ -0,0 +1,31 @@
> > +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
> > +
> > +  <modelVersion>4.0.0</modelVersion>
> > +  <groupId>org.apache.myfaces</groupId>
> > +  <artifactId>myfaces-build</artifactId>
> > +  <packaging>pom</packaging>
> > +  <version>1.2.0-SNAPSHOT</version>
> > +  <name>Build Project</name>
> > +  <url>http://myfaces.apache.org</url>
> > +
> > +  <scm>
> > +    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current12</connection>
> > +    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current12</developerConnection>
> > +    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current12</url>
> > +  </scm>
> > +
> > +  <modules>
> > +    <module>maven</module>
> > +    <module>shared</module>
> > +    <module>core</module>
> > +    <module>tomahawk</module>
> > +    <module>site</module>
> > +  </modules>
> > +
> > +  <build>
> > +       <defaultGoal>install</defaultGoal>
> > +  </build>
> > +
> > +</project>
> > +
> >
> >
> >
>