Re: Bazaar Provider

2006-02-02 Thread Emmanuel Venisse

1.0-beta-3 will be release before end of Febrary.
So if you do them for next week, it's great.

Emmanuel

Torbjørn Smørgrav a écrit :

When is 1.0-beta-3 scheduled to?

I'll try to do some of it this weekend,
and then I can do the rest at the end of next week.

T

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: 2. februar 2006 16:33
To: scm-dev@maven.apache.org
Subject: Re: Bazaar Provider


Open an issue with this file and you'll add a changelog parser test when it
will be ready.

You can file issues for other point and assigned them to you.

When do you think you'll can do them? I'd like commit fixes before
1.0-beta-3

Emmanuel

Torbjørn Smørgrav a écrit :


Do you want the output just as below or documented somewhere else?

Sample changelog output from Bazaar:


revno: 3
committer: [EMAIL PROTECTED]
timestamp: Thu 2006-01-26 16:55:47 +0100
message:
 Inventory stuff

revno: 2
committer: [EMAIL PROTECTED]
timestamp: Tue 2006-01-03 15:42:54 +0100
message:
 Remove comment

revno: 1
committer: [EMAIL PROTECTED]
timestamp: Tue 2006-01-03 15:40:14 +0100
message:
 Initial revision

FYI: I have a couple of other issues in the pipeline:
1. Diff cmd is not passing the unit test due to the @@ tag and wrong
ScmFileStatus
2. Checkin unit test is failing on linux with bazaar 0.6
3. Add changelog test
4. Test urls with ftps and ftp
5. Proper std.err processing

Regards
Torbjørn

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: 2. februar 2006 15:11
To: scm-dev@maven.apache.org
Subject: Bazaar Provider


Hi Torbjorn,

Can you provide a sample output of bazaar changelog output and add a
changelog consumer test?

Thanks
Emmanuel














RE: Bazaar Provider

2006-02-02 Thread Torbjørn Smørgrav
When is 1.0-beta-3 scheduled to?

I'll try to do some of it this weekend,
and then I can do the rest at the end of next week.

T

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: 2. februar 2006 16:33
To: scm-dev@maven.apache.org
Subject: Re: Bazaar Provider


Open an issue with this file and you'll add a changelog parser test when it
will be ready.

You can file issues for other point and assigned them to you.

When do you think you'll can do them? I'd like commit fixes before
1.0-beta-3

Emmanuel

Torbjørn Smørgrav a écrit :
> Do you want the output just as below or documented somewhere else?
>
> Sample changelog output from Bazaar:
>
> 
> revno: 3
> committer: [EMAIL PROTECTED]
> timestamp: Thu 2006-01-26 16:55:47 +0100
> message:
>   Inventory stuff
> 
> revno: 2
> committer: [EMAIL PROTECTED]
> timestamp: Tue 2006-01-03 15:42:54 +0100
> message:
>   Remove comment
> 
> revno: 1
> committer: [EMAIL PROTECTED]
> timestamp: Tue 2006-01-03 15:40:14 +0100
> message:
>   Initial revision
>
> FYI: I have a couple of other issues in the pipeline:
> 1. Diff cmd is not passing the unit test due to the @@ tag and wrong
> ScmFileStatus
> 2. Checkin unit test is failing on linux with bazaar 0.6
> 3. Add changelog test
> 4. Test urls with ftps and ftp
> 5. Proper std.err processing
>
> Regards
> Torbjørn
>
> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: 2. februar 2006 15:11
> To: scm-dev@maven.apache.org
> Subject: Bazaar Provider
>
>
> Hi Torbjorn,
>
> Can you provide a sample output of bazaar changelog output and add a
> changelog consumer test?
>
> Thanks
> Emmanuel
>
>
>
>



RE: Bazaar Provider

2006-02-02 Thread Torbjørn Smørgrav
Do you want the output just as below or documented somewhere else?

Sample changelog output from Bazaar:


revno: 3
committer: [EMAIL PROTECTED]
timestamp: Thu 2006-01-26 16:55:47 +0100
message:
  Inventory stuff

revno: 2
committer: [EMAIL PROTECTED]
timestamp: Tue 2006-01-03 15:42:54 +0100
message:
  Remove comment

revno: 1
committer: [EMAIL PROTECTED]
timestamp: Tue 2006-01-03 15:40:14 +0100
message:
  Initial revision

FYI: I have a couple of other issues in the pipeline:
1. Diff cmd is not passing the unit test due to the @@ tag and wrong
ScmFileStatus
2. Checkin unit test is failing on linux with bazaar 0.6
3. Add changelog test
4. Test urls with ftps and ftp
5. Proper std.err processing

Regards
Torbjørn

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: 2. februar 2006 15:11
To: scm-dev@maven.apache.org
Subject: Bazaar Provider


Hi Torbjorn,

Can you provide a sample output of bazaar changelog output and add a
changelog consumer test?

Thanks
Emmanuel



Re: Bazaar provider - howto submit

2006-01-22 Thread Dennis Lundberg

Torbjørn Smørgrav wrote:

Hi,

I've finally finished the Bazaar provider.
What is the procedure to get it into the maven-scm tree?

Regards
Torbjørn


Hello,

The first thing to do is create a new issue for this in jira:
  http://jira.codehaus.org/browse/SCM

Read through this document:
  http://maven.apache.org/guides/development/guide-m2-development.html
in particular the sections "Creating and submitting a patch" and "Maven 
Code Style".


Then attach your patch to the jira issue you created earlier.

--
Dennis Lundberg



Re: Bazaar provider - howto submit

2006-01-22 Thread Emmanuel Venisse

File an issue in jira (http://jira.codehaus.org/browse/SCM) and attach your 
code.

Emmanuel

Torbjørn Smørgrav a écrit :

Hi,

I've finally finished the Bazaar provider.
What is the procedure to get it into the maven-scm tree?

Regards
Torbjørn