Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-24 Thread Stephen Connolly

if there is a 1.1.1 in the next 3-4 weeks, I'm +0

if it will be longer then -1 as the accurev stuff probably does not  
work unless you've done some major trickery


the issue is that you cannot check in changes unless you use a  
workspace, and you cannot nest workspaces so unless the release plugin  
does its checkout to /tmp it will fail on release


I an on vacation until sept 1st when I can give this a whirl

Sent from my iPod

On 22 Aug 2008, at 21:04, Olivier Lamy [EMAIL PROTECTED] wrote:


Dan,
I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
after the 1.1.
Can we wait this ??

Thanks,
--
Olivier


2008/8/22 Mark Struberg [EMAIL PROTECTED]:
For what I understand, this is a pure Apple/subversion problem, and  
has nothing to do with maven-scm.


The only thing we could do is to introduce a new parameter in the
maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
'useNonInteractive' which defaults to true.

Use this information in
org/apache/maven/scm/provider/svn/svnexe/command/ 
SvnCommandLineUtils.java

to suppress the --non-interactive option.

I'll attach the patch in SCM-402.

LieGrü,
strub

--- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:


Von: Dan Fabulich [EMAIL PROTECTED]
Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
An: Maven Developers List dev@maven.apache.org
CC: [EMAIL PROTECTED]
Datum: Freitag, 22. August 2008, 17:47
-0.

SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
http://jira.codehaus.org/browse/SCM-402

This breaks the release plugin on Leopard also.  I'd
mark it -1 if I
thought I had time to help fix it.

-Dan

Olivier Lamy wrote:


Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include

two new providers git

and accurev and fix some issues.

We solved 26 issues :


http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create


Staging repo:

http://people.apache.org/~olamy/staging-repo/ .


Staging site: http://maven.apache.org/scm-1.1/ .

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1.

Thanks
--
Olivier


--- 
--

To unsubscribe, e-mail:

[EMAIL PROTECTED]

For additional commands, e-mail:

[EMAIL PROTECTED]






--- 
--

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden  
Schutz gegen Massenmails.

http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-24 Thread Dennis Lundberg
Wendy Smoak wrote:
 On Fri, Aug 22, 2008 at 1:54 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 
 Be sure about my spare time is not 100% sure :-)
 Currently there are only 7 issues for 1.1.1 (some have patches).

 But it looks Mark has attached a patch to SCM-402 (I can certainly
 apply it quickly and rebuild a release process tomorrow).
 
 IMO, this is a never ending cycle.  There's always one more thing.
 Unless this is a regression in scm itself, I'd go ahead with this
 release and put the issue on the list for a patch release.
 

+1 We need to release more often.

-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Dan Fabulich

-0.

SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
http://jira.codehaus.org/browse/SCM-402

This breaks the release plugin on Leopard also.  I'd mark it -1 if I 
thought I had time to help fix it.


-Dan

Olivier Lamy wrote:


Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include two new providers git
and accurev and fix some issues.

We solved 26 issues :
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create

Staging repo: http://people.apache.org/~olamy/staging-repo/ .

Staging site: http://maven.apache.org/scm-1.1/ .

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1.

Thanks
--
Olivier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Ok I will apply the patch (I hope a mac user will test the fix :-) ).

And restart the release process .

--
Olivier

2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
 Hi Emmanuel,
 Be sure about my spare time is not 100% sure :-)
 Currently there are only 7 issues for 1.1.1 (some have patches).

 But it looks Mark has attached a patch to SCM-402 (I can certainly
 apply it quickly and rebuild a release process tomorrow).

 WDYT ?

 --
 Olivier

 2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
 Are you sure for the 1.1.1 date?

 Emmanuel

 On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Dan,
 I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
 after the 1.1.
 Can we wait this ??

 Thanks,
 --
 Olivier


 2008/8/22 Mark Struberg [EMAIL PROTECTED]:
  For what I understand, this is a pure Apple/subversion problem, and has
 nothing to do with maven-scm.
 
  The only thing we could do is to introduce a new parameter in the
  maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
  'useNonInteractive' which defaults to true.
 
  Use this information in
  org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
  to suppress the --non-interactive option.
 
  I'll attach the patch in SCM-402.
 
  LieGrü,
  strub
 
  --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
 
  Von: Dan Fabulich [EMAIL PROTECTED]
  Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
  An: Maven Developers List [EMAIL PROTECTED]
  CC: scm-dev@maven.apache.org
  Datum: Freitag, 22. August 2008, 17:47
  -0.
 
  SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
  http://jira.codehaus.org/browse/SCM-402
 
  This breaks the release plugin on Leopard also.  I'd
  mark it -1 if I
  thought I had time to help fix it.
 
  -Dan
 
  Olivier Lamy wrote:
 
   Hi,
   The last release of maven-scm is now 14 months old.
   I'd like to release maven-scm 1.1 which include
  two new providers git
   and accurev and fix some issues.
  
   We solved 26 issues :
  
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
  
   Staging repo:
  http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.
  
   Staging site: http://maven.apache.org/scm-1.1/ .
  
   Vote open for 72 hours.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   Here my +1.
  
   Thanks
   --
   Olivier
  
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  __
  Do You Yahoo!?
  Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
 gegen Massenmails.
  http://mail.yahoo.com
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Andrew Williams

+1

Andy

On 22 Aug 2008, at 12:29, Olivier Lamy wrote:


Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include two new providers git
and accurev and fix some issues.

We solved 26 issues :
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create

Staging repo: http://people.apache.org/~olamy/staging-repo/ .

Staging site: http://maven.apache.org/scm-1.1/ .

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1.

Thanks
--
Olivier





Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Patch applied and snapshot deploy.

Mac users are welcome to test :-)

Just add the file svn-settings.xml (same as here [1] ) in ~/.scm/

Thanks,
--
Olivier

[1] 
https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/test/resources/svn/checkin/macos/svn-settings.xml

2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
 I'll test it :)

 Emmanuel

 On Fri, Aug 22, 2008 at 11:10 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Ok I will apply the patch (I hope a mac user will test the fix :-) ).

 And restart the release process .

 --
 Olivier

 2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
  Hi Emmanuel,
  Be sure about my spare time is not 100% sure :-)
  Currently there are only 7 issues for 1.1.1 (some have patches).
 
  But it looks Mark has attached a patch to SCM-402 (I can certainly
  apply it quickly and rebuild a release process tomorrow).
 
  WDYT ?
 
  --
  Olivier
 
  2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
  Are you sure for the 1.1.1 date?
 
  Emmanuel
 
  On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED]
  wrote:
 
  Dan,
  I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
  after the 1.1.
  Can we wait this ??
 
  Thanks,
  --
  Olivier
 
 
  2008/8/22 Mark Struberg [EMAIL PROTECTED]:
   For what I understand, this is a pure Apple/subversion problem, and
   has
  nothing to do with maven-scm.
  
   The only thing we could do is to introduce a new parameter in the
   maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
   'useNonInteractive' which defaults to true.
  
   Use this information in
  
   org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
   to suppress the --non-interactive option.
  
   I'll attach the patch in SCM-402.
  
   LieGrü,
   strub
  
   --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
  
   Von: Dan Fabulich [EMAIL PROTECTED]
   Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
   An: Maven Developers List [EMAIL PROTECTED]
   CC: scm-dev@maven.apache.org
   Datum: Freitag, 22. August 2008, 17:47
   -0.
  
   SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
   http://jira.codehaus.org/browse/SCM-402
  
   This breaks the release plugin on Leopard also.  I'd
   mark it -1 if I
   thought I had time to help fix it.
  
   -Dan
  
   Olivier Lamy wrote:
  
Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include
   two new providers git
and accurev and fix some issues.
   
We solved 26 issues :
   
  
 
  http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
   
Staging repo:
  
   http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.
   
Staging site: http://maven.apache.org/scm-1.1/ .
   
Vote open for 72 hours.
   
[ ] +1
[ ] +0
[ ] -1
   
Here my +1.
   
Thanks
--
Olivier
   
   
  
   -
To unsubscribe, e-mail:
   [EMAIL PROTECTED]
For additional commands, e-mail:
   [EMAIL PROTECTED]
   
   
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
   __
   Do You Yahoo!?
   Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden
   Schutz
  gegen Massenmails.
   http://mail.yahoo.com
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 




Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Emmanuel Venisse
It's ok.

Emmanuel

On Fri, Aug 22, 2008 at 11:48 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Patch applied and snapshot deploy.

 Mac users are welcome to test :-)

 Just add the file svn-settings.xml (same as here [1] ) in ~/.scm/

 Thanks,
 --
 Olivier

 [1]
 https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/test/resources/svn/checkin/macos/svn-settings.xml

 2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
  I'll test it :)
 
  Emmanuel
 
  On Fri, Aug 22, 2008 at 11:10 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 
  Ok I will apply the patch (I hope a mac user will test the fix :-) ).
 
  And restart the release process .
 
  --
  Olivier
 
  2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
   Hi Emmanuel,
   Be sure about my spare time is not 100% sure :-)
   Currently there are only 7 issues for 1.1.1 (some have patches).
  
   But it looks Mark has attached a patch to SCM-402 (I can certainly
   apply it quickly and rebuild a release process tomorrow).
  
   WDYT ?
  
   --
   Olivier
  
   2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
   Are you sure for the 1.1.1 date?
  
   Emmanuel
  
   On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED]
   wrote:
  
   Dan,
   I have already planned/think about a 1.1.1 (with bug fixes) 4/5
 weeks
   after the 1.1.
   Can we wait this ??
  
   Thanks,
   --
   Olivier
  
  
   2008/8/22 Mark Struberg [EMAIL PROTECTED]:
For what I understand, this is a pure Apple/subversion problem,
 and
has
   nothing to do with maven-scm.
   
The only thing we could do is to introduce a new parameter in the
maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
'useNonInteractive' which defaults to true.
   
Use this information in
   
   
 org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
to suppress the --non-interactive option.
   
I'll attach the patch in SCM-402.
   
LieGrü,
strub
   
--- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
   
Von: Dan Fabulich [EMAIL PROTECTED]
Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
An: Maven Developers List [EMAIL PROTECTED]
CC: scm-dev@maven.apache.org
Datum: Freitag, 22. August 2008, 17:47
-0.
   
SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
http://jira.codehaus.org/browse/SCM-402
   
This breaks the release plugin on Leopard also.  I'd
mark it -1 if I
thought I had time to help fix it.
   
-Dan
   
Olivier Lamy wrote:
   
 Hi,
 The last release of maven-scm is now 14 months old.
 I'd like to release maven-scm 1.1 which include
two new providers git
 and accurev and fix some issues.

 We solved 26 issues :

   
  
  
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create

 Staging repo:
   
http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/
 http://people.apache.org/%7Eolamy/staging-repo/.

 Staging site: http://maven.apache.org/scm-1.1/ .

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 Here my +1.

 Thanks
 --
 Olivier


   
   
 -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


   
   
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden
Schutz
   gegen Massenmails.
http://mail.yahoo.com
   
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
 
 



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Benjamin Voigt
Olivier Lamy schrieb:
 Hi,
 The last release of maven-scm is now 14 months old.
 I'd like to release maven-scm 1.1 which include two new providers git
 and accurev and fix some issues.
 
 We solved 26 issues :
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
 
 Staging repo: http://people.apache.org/~olamy/staging-repo/ .
 
 Staging site: http://maven.apache.org/scm-1.1/ .
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 Here my +1.
 
 Thanks
 --
 Olivier
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
+1

-- 
Benjamin Voigt

Telefon(Buero): (0531) 23 767 36
Mobil: 0174 73 55 242


GOD
Gesellsch. fuer Organisation u. Datenverarbeitung mbH
Mittelweg 7
38106 Braunschweig
Geschaeftsfuehrer: Dietmar Fuehrmann
Registergericht: AG Braunschweig Reg.Nr. HRB 2168

http://www.god.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Dan Fabulich

-0.

SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
http://jira.codehaus.org/browse/SCM-402

This breaks the release plugin on Leopard also.  I'd mark it -1 if I 
thought I had time to help fix it.


-Dan

Olivier Lamy wrote:


Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include two new providers git
and accurev and fix some issues.

We solved 26 issues :
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create

Staging repo: http://people.apache.org/~olamy/staging-repo/ .

Staging site: http://maven.apache.org/scm-1.1/ .

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Here my +1.

Thanks
--
Olivier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Mark Struberg
For what I understand, this is a pure Apple/subversion problem, and has nothing 
to do with maven-scm. 

The only thing we could do is to introduce a new parameter in the 
maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo 
'useNonInteractive' which defaults to true.

Use this information in
org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
to suppress the --non-interactive option.

I'll attach the patch in SCM-402.

LieGrü,
strub

--- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:

 Von: Dan Fabulich [EMAIL PROTECTED]
 Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
 An: Maven Developers List dev@maven.apache.org
 CC: [EMAIL PROTECTED]
 Datum: Freitag, 22. August 2008, 17:47
 -0.
 
 SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
 http://jira.codehaus.org/browse/SCM-402
 
 This breaks the release plugin on Leopard also.  I'd
 mark it -1 if I 
 thought I had time to help fix it.
 
 -Dan
 
 Olivier Lamy wrote:
 
  Hi,
  The last release of maven-scm is now 14 months old.
  I'd like to release maven-scm 1.1 which include
 two new providers git
  and accurev and fix some issues.
 
  We solved 26 issues :
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
 
  Staging repo:
 http://people.apache.org/~olamy/staging-repo/ .
 
  Staging site: http://maven.apache.org/scm-1.1/ .
 
  Vote open for 72 hours.
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  Here my +1.
 
  Thanks
  --
  Olivier
 
 
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Dan,
I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
after the 1.1.
Can we wait this ??

Thanks,
--
Olivier


2008/8/22 Mark Struberg [EMAIL PROTECTED]:
 For what I understand, this is a pure Apple/subversion problem, and has 
 nothing to do with maven-scm.

 The only thing we could do is to introduce a new parameter in the
 maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
 'useNonInteractive' which defaults to true.

 Use this information in
 org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
 to suppress the --non-interactive option.

 I'll attach the patch in SCM-402.

 LieGrü,
 strub

 --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:

 Von: Dan Fabulich [EMAIL PROTECTED]
 Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
 An: Maven Developers List dev@maven.apache.org
 CC: [EMAIL PROTECTED]
 Datum: Freitag, 22. August 2008, 17:47
 -0.

 SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
 http://jira.codehaus.org/browse/SCM-402

 This breaks the release plugin on Leopard also.  I'd
 mark it -1 if I
 thought I had time to help fix it.

 -Dan

 Olivier Lamy wrote:

  Hi,
  The last release of maven-scm is now 14 months old.
  I'd like to release maven-scm 1.1 which include
 two new providers git
  and accurev and fix some issues.
 
  We solved 26 issues :
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
 
  Staging repo:
 http://people.apache.org/~olamy/staging-repo/ .
 
  Staging site: http://maven.apache.org/scm-1.1/ .
 
  Vote open for 72 hours.
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  Here my +1.
 
  Thanks
  --
  Olivier
 
 
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 __
 Do You Yahoo!?
 Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz 
 gegen Massenmails.
 http://mail.yahoo.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Imran M Yousuf
My vote: +1

- Imran

On Fri, Aug 22, 2008 at 5:29 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 Hi,
 The last release of maven-scm is now 14 months old.
 I'd like to release maven-scm 1.1 which include two new providers git
 and accurev and fix some issues.

 We solved 26 issues :
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create

 Staging repo: http://people.apache.org/~olamy/staging-repo/ .

 Staging site: http://maven.apache.org/scm-1.1/ .

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 Here my +1.

 Thanks
 --
 Olivier




-- 
Imran M Yousuf
Entrepreneur  Software Engineer
Smart IT Engineering
Dhaka, Bangladesh
Email: [EMAIL PROTECTED]
Blog: http://imyousuf-tech.blogs.smartitengineering.com/
Mobile: +880-1711402557

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Emmanuel Venisse
Are you sure for the 1.1.1 date?

Emmanuel

On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Dan,
 I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
 after the 1.1.
 Can we wait this ??

 Thanks,
 --
 Olivier


 2008/8/22 Mark Struberg [EMAIL PROTECTED]:
  For what I understand, this is a pure Apple/subversion problem, and has
 nothing to do with maven-scm.
 
  The only thing we could do is to introduce a new parameter in the
  maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
  'useNonInteractive' which defaults to true.
 
  Use this information in
  org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
  to suppress the --non-interactive option.
 
  I'll attach the patch in SCM-402.
 
  LieGrü,
  strub
 
  --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
 
  Von: Dan Fabulich [EMAIL PROTECTED]
  Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
  An: Maven Developers List dev@maven.apache.org
  CC: [EMAIL PROTECTED]
  Datum: Freitag, 22. August 2008, 17:47
  -0.
 
  SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
  http://jira.codehaus.org/browse/SCM-402
 
  This breaks the release plugin on Leopard also.  I'd
  mark it -1 if I
  thought I had time to help fix it.
 
  -Dan
 
  Olivier Lamy wrote:
 
   Hi,
   The last release of maven-scm is now 14 months old.
   I'd like to release maven-scm 1.1 which include
  two new providers git
   and accurev and fix some issues.
  
   We solved 26 issues :
  
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
  
   Staging repo:
  http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.
  
   Staging site: http://maven.apache.org/scm-1.1/ .
  
   Vote open for 72 hours.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   Here my +1.
  
   Thanks
   --
   Olivier
  
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  __
  Do You Yahoo!?
  Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
 gegen Massenmails.
  http://mail.yahoo.com
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Hi Emmanuel,
Be sure about my spare time is not 100% sure :-)
Currently there are only 7 issues for 1.1.1 (some have patches).

But it looks Mark has attached a patch to SCM-402 (I can certainly
apply it quickly and rebuild a release process tomorrow).

WDYT ?

--
Olivier

2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
 Are you sure for the 1.1.1 date?

 Emmanuel

 On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Dan,
 I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
 after the 1.1.
 Can we wait this ??

 Thanks,
 --
 Olivier


 2008/8/22 Mark Struberg [EMAIL PROTECTED]:
  For what I understand, this is a pure Apple/subversion problem, and has
 nothing to do with maven-scm.
 
  The only thing we could do is to introduce a new parameter in the
  maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
  'useNonInteractive' which defaults to true.
 
  Use this information in
  org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
  to suppress the --non-interactive option.
 
  I'll attach the patch in SCM-402.
 
  LieGrü,
  strub
 
  --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
 
  Von: Dan Fabulich [EMAIL PROTECTED]
  Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
  An: Maven Developers List dev@maven.apache.org
  CC: [EMAIL PROTECTED]
  Datum: Freitag, 22. August 2008, 17:47
  -0.
 
  SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
  http://jira.codehaus.org/browse/SCM-402
 
  This breaks the release plugin on Leopard also.  I'd
  mark it -1 if I
  thought I had time to help fix it.
 
  -Dan
 
  Olivier Lamy wrote:
 
   Hi,
   The last release of maven-scm is now 14 months old.
   I'd like to release maven-scm 1.1 which include
  two new providers git
   and accurev and fix some issues.
  
   We solved 26 issues :
  
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
  
   Staging repo:
  http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.
  
   Staging site: http://maven.apache.org/scm-1.1/ .
  
   Vote open for 72 hours.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   Here my +1.
  
   Thanks
   --
   Olivier
  
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  __
  Do You Yahoo!?
  Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
 gegen Massenmails.
  http://mail.yahoo.com
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Ok I will apply the patch (I hope a mac user will test the fix :-) ).

And restart the release process .

--
Olivier

2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
 Hi Emmanuel,
 Be sure about my spare time is not 100% sure :-)
 Currently there are only 7 issues for 1.1.1 (some have patches).

 But it looks Mark has attached a patch to SCM-402 (I can certainly
 apply it quickly and rebuild a release process tomorrow).

 WDYT ?

 --
 Olivier

 2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
 Are you sure for the 1.1.1 date?

 Emmanuel

 On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Dan,
 I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
 after the 1.1.
 Can we wait this ??

 Thanks,
 --
 Olivier


 2008/8/22 Mark Struberg [EMAIL PROTECTED]:
  For what I understand, this is a pure Apple/subversion problem, and has
 nothing to do with maven-scm.
 
  The only thing we could do is to introduce a new parameter in the
  maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
  'useNonInteractive' which defaults to true.
 
  Use this information in
  org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
  to suppress the --non-interactive option.
 
  I'll attach the patch in SCM-402.
 
  LieGrü,
  strub
 
  --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
 
  Von: Dan Fabulich [EMAIL PROTECTED]
  Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
  An: Maven Developers List dev@maven.apache.org
  CC: [EMAIL PROTECTED]
  Datum: Freitag, 22. August 2008, 17:47
  -0.
 
  SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
  http://jira.codehaus.org/browse/SCM-402
 
  This breaks the release plugin on Leopard also.  I'd
  mark it -1 if I
  thought I had time to help fix it.
 
  -Dan
 
  Olivier Lamy wrote:
 
   Hi,
   The last release of maven-scm is now 14 months old.
   I'd like to release maven-scm 1.1 which include
  two new providers git
   and accurev and fix some issues.
  
   We solved 26 issues :
  
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
  
   Staging repo:
  http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.
  
   Staging site: http://maven.apache.org/scm-1.1/ .
  
   Vote open for 72 hours.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   Here my +1.
  
   Thanks
   --
   Olivier
  
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  __
  Do You Yahoo!?
  Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
 gegen Massenmails.
  http://mail.yahoo.com
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Emmanuel Venisse
I'll test it :)

Emmanuel

On Fri, Aug 22, 2008 at 11:10 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Ok I will apply the patch (I hope a mac user will test the fix :-) ).

 And restart the release process .

 --
 Olivier

 2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
  Hi Emmanuel,
  Be sure about my spare time is not 100% sure :-)
  Currently there are only 7 issues for 1.1.1 (some have patches).
 
  But it looks Mark has attached a patch to SCM-402 (I can certainly
  apply it quickly and rebuild a release process tomorrow).
 
  WDYT ?
 
  --
  Olivier
 
  2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
  Are you sure for the 1.1.1 date?
 
  Emmanuel
 
  On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED]
 wrote:
 
  Dan,
  I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
  after the 1.1.
  Can we wait this ??
 
  Thanks,
  --
  Olivier
 
 
  2008/8/22 Mark Struberg [EMAIL PROTECTED]:
   For what I understand, this is a pure Apple/subversion problem, and
 has
  nothing to do with maven-scm.
  
   The only thing we could do is to introduce a new parameter in the
   maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
   'useNonInteractive' which defaults to true.
  
   Use this information in
  
 org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
   to suppress the --non-interactive option.
  
   I'll attach the patch in SCM-402.
  
   LieGrü,
   strub
  
   --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
  
   Von: Dan Fabulich [EMAIL PROTECTED]
   Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
   An: Maven Developers List dev@maven.apache.org
   CC: [EMAIL PROTECTED]
   Datum: Freitag, 22. August 2008, 17:47
   -0.
  
   SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
   http://jira.codehaus.org/browse/SCM-402
  
   This breaks the release plugin on Leopard also.  I'd
   mark it -1 if I
   thought I had time to help fix it.
  
   -Dan
  
   Olivier Lamy wrote:
  
Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include
   two new providers git
and accurev and fix some issues.
   
We solved 26 issues :
   
  
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
   
Staging repo:
   http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/
 http://people.apache.org/%7Eolamy/staging-repo/.
   
Staging site: http://maven.apache.org/scm-1.1/ .
   
Vote open for 72 hours.
   
[ ] +1
[ ] +0
[ ] -1
   
Here my +1.
   
Thanks
--
Olivier
   
   
  
 -
To unsubscribe, e-mail:
   [EMAIL PROTECTED]
For additional commands, e-mail:
   [EMAIL PROTECTED]
   
   
  
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
   __
   Do You Yahoo!?
   Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden
 Schutz
  gegen Massenmails.
   http://mail.yahoo.com
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Wendy Smoak
On Fri, Aug 22, 2008 at 1:54 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Be sure about my spare time is not 100% sure :-)
 Currently there are only 7 issues for 1.1.1 (some have patches).

 But it looks Mark has attached a patch to SCM-402 (I can certainly
 apply it quickly and rebuild a release process tomorrow).

IMO, this is a never ending cycle.  There's always one more thing.
Unless this is a regression in scm itself, I'd go ahead with this
release and put the issue on the list for a patch release.

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Patch applied and snapshot deploy.

Mac users are welcome to test :-)

Just add the file svn-settings.xml (same as here [1] ) in ~/.scm/

Thanks,
--
Olivier

[1] 
https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/test/resources/svn/checkin/macos/svn-settings.xml

2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
 I'll test it :)

 Emmanuel

 On Fri, Aug 22, 2008 at 11:10 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Ok I will apply the patch (I hope a mac user will test the fix :-) ).

 And restart the release process .

 --
 Olivier

 2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
  Hi Emmanuel,
  Be sure about my spare time is not 100% sure :-)
  Currently there are only 7 issues for 1.1.1 (some have patches).
 
  But it looks Mark has attached a patch to SCM-402 (I can certainly
  apply it quickly and rebuild a release process tomorrow).
 
  WDYT ?
 
  --
  Olivier
 
  2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
  Are you sure for the 1.1.1 date?
 
  Emmanuel
 
  On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED]
  wrote:
 
  Dan,
  I have already planned/think about a 1.1.1 (with bug fixes) 4/5 weeks
  after the 1.1.
  Can we wait this ??
 
  Thanks,
  --
  Olivier
 
 
  2008/8/22 Mark Struberg [EMAIL PROTECTED]:
   For what I understand, this is a pure Apple/subversion problem, and
   has
  nothing to do with maven-scm.
  
   The only thing we could do is to introduce a new parameter in the
   maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
   'useNonInteractive' which defaults to true.
  
   Use this information in
  
   org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
   to suppress the --non-interactive option.
  
   I'll attach the patch in SCM-402.
  
   LieGrü,
   strub
  
   --- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
  
   Von: Dan Fabulich [EMAIL PROTECTED]
   Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
   An: Maven Developers List dev@maven.apache.org
   CC: [EMAIL PROTECTED]
   Datum: Freitag, 22. August 2008, 17:47
   -0.
  
   SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
   http://jira.codehaus.org/browse/SCM-402
  
   This breaks the release plugin on Leopard also.  I'd
   mark it -1 if I
   thought I had time to help fix it.
  
   -Dan
  
   Olivier Lamy wrote:
  
Hi,
The last release of maven-scm is now 14 months old.
I'd like to release maven-scm 1.1 which include
   two new providers git
and accurev and fix some issues.
   
We solved 26 issues :
   
  
 
  http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create
   
Staging repo:
  
   http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.
   
Staging site: http://maven.apache.org/scm-1.1/ .
   
Vote open for 72 hours.
   
[ ] +1
[ ] +0
[ ] -1
   
Here my +1.
   
Thanks
--
Olivier
   
   
  
   -
To unsubscribe, e-mail:
   [EMAIL PROTECTED]
For additional commands, e-mail:
   [EMAIL PROTECTED]
   
   
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
   __
   Do You Yahoo!?
   Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden
   Schutz
  gegen Massenmails.
   http://mail.yahoo.com
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Olivier Lamy
Thanks.
I hope Dan will test it.
And I will start again the release process tomorrow.

--
Olivier

2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
 It's ok.

 Emmanuel

 On Fri, Aug 22, 2008 at 11:48 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 Patch applied and snapshot deploy.

 Mac users are welcome to test :-)

 Just add the file svn-settings.xml (same as here [1] ) in ~/.scm/

 Thanks,
 --
 Olivier

 [1]
 https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/test/resources/svn/checkin/macos/svn-settings.xml

 2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
  I'll test it :)
 
  Emmanuel
 
  On Fri, Aug 22, 2008 at 11:10 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 
  Ok I will apply the patch (I hope a mac user will test the fix :-) ).
 
  And restart the release process .
 
  --
  Olivier
 
  2008/8/22 Olivier Lamy [EMAIL PROTECTED]:
   Hi Emmanuel,
   Be sure about my spare time is not 100% sure :-)
   Currently there are only 7 issues for 1.1.1 (some have patches).
  
   But it looks Mark has attached a patch to SCM-402 (I can certainly
   apply it quickly and rebuild a release process tomorrow).
  
   WDYT ?
  
   --
   Olivier
  
   2008/8/22 Emmanuel Venisse [EMAIL PROTECTED]:
   Are you sure for the 1.1.1 date?
  
   Emmanuel
  
   On Fri, Aug 22, 2008 at 10:04 PM, Olivier Lamy [EMAIL PROTECTED]
   wrote:
  
   Dan,
   I have already planned/think about a 1.1.1 (with bug fixes) 4/5
   weeks
   after the 1.1.
   Can we wait this ??
  
   Thanks,
   --
   Olivier
  
  
   2008/8/22 Mark Struberg [EMAIL PROTECTED]:
For what I understand, this is a pure Apple/subversion problem,
and
has
   nothing to do with maven-scm.
   
The only thing we could do is to introduce a new parameter in the
maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
'useNonInteractive' which defaults to true.
   
Use this information in
   
   
org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
to suppress the --non-interactive option.
   
I'll attach the patch in SCM-402.
   
LieGrü,
strub
   
--- Dan Fabulich [EMAIL PROTECTED] schrieb am Fr, 22.8.2008:
   
Von: Dan Fabulich [EMAIL PROTECTED]
Betreff: Re: [VOTE] Release Maven Scm 1.1 (take 2)
An: Maven Developers List dev@maven.apache.org
CC: [EMAIL PROTECTED]
Datum: Freitag, 22. August 2008, 17:47
-0.
   
SCM-402 scm:checkin doesn't work on OS X 10.5 Leopard
http://jira.codehaus.org/browse/SCM-402
   
This breaks the release plugin on Leopard also.  I'd
mark it -1 if I
thought I had time to help fix it.
   
-Dan
   
Olivier Lamy wrote:
   
 Hi,
 The last release of maven-scm is now 14 months old.
 I'd like to release maven-scm 1.1 which include
two new providers git
 and accurev and fix some issues.

 We solved 26 issues :

   
  
  
   http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13984styleName=HtmlprojectId=10527Create=Create

 Staging repo:
   
   
http://people.apache.org/~olamy/staging-repo/http://people.apache.org/%7Eolamy/staging-repo/.

 Staging site: http://maven.apache.org/scm-1.1/ .

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 Here my +1.

 Thanks
 --
 Olivier


   
   
-
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


   
   
   
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden
Schutz
   gegen Massenmails.
http://mail.yahoo.com
   
   
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]