Could we have tags in subvision?  The company I work for still use CVS as
version control.  We put tags in CVS during development.  Cocoon is a big
project.  Not all people need all features.  For the newbies, we can always
go back to the old tag that we know, and use that version.  Could that be a
solution?

Where can I found the instruction avoiding using subvision as David
suggested?

Thanks,

Tak






On 9/2/08, David Legg <[EMAIL PROTECTED]> wrote:
>
> Hi Martin,
>
>>
>> I think that the subversion checkout works well, but maven is the problem.
>>
>
> I think your right.  Tak, probably avoided problems with svn because he was
> using https protocol which might have been allowed by the proxy.
>
> Maybe you should try the following:
>>
>> Correctly configure maven to use the proxy.
>>
>> Then try this command:
>>
>> mvn -Dmaven.test.skip=true clean package install
>>
>
> My only comment here would be to avoid skipping the tests full stop... at
> least for the first time.  Grek and I discovered that
> cocoon-pipeline-components depends on cocoon-pipeline-impl:test-jar but
> test-jar only gets built as part of the test phase.
>
> David Legg.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to