You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org> on 2008/10/06 15:53:08 UTC

[jira] Created: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

SVN hosted project - Impossible build with special password
-----------------------------------------------------------

                 Key: CONTINUUM-1920
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
             Project: Continuum
          Issue Type: Bug
          Components: SCM
    Affects Versions: 1.2
         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
            Reporter: Jean-Baptiste David


My SVN password contains the ' caracter.
The build failed at the checkout : 

Provider message: The svn command failed.
Command output: 
-------------------------------------------------------------------------------
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
-------------------------------------------------------------------------------


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150276#action_150276 ] 

Jean-Baptiste David commented on CONTINUUM-1920:
------------------------------------------------

Here is a "working" example on my environment : password = test'test

(Every password matching *'* )

> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150277#action_150277 ] 

Jean-Baptiste David commented on CONTINUUM-1920:
------------------------------------------------

Workaround : write the password with a backslash before quote to escape the caracter.


> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150276#action_150276 ] 

jibe edited comment on CONTINUUM-1920 at 10/8/08 1:18 AM:
-------------------------------------------------------------------------

Here is a "working" example on my environment : password = test'test

(Every password matching * ' * - I added spaces for visibility)

Does Continuum 1.2 use Plexus 1.5.3 ??

      was (Author: jibe):
    Here is a "working" example on my environment : password = test'test

(Every password matching * ' * - I added spaces for visibility)
  
> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150276#action_150276 ] 

jibe edited comment on CONTINUUM-1920 at 10/8/08 1:15 AM:
-------------------------------------------------------------------------

Here is a "working" example on my environment : password = test'test

(Every password matching * ' * - I added spaces for visibility)

      was (Author: jibe):
    Here is a "working" example on my environment : password = test'test

(Every password matching * ' * )
  
> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150276#action_150276 ] 

jibe edited comment on CONTINUUM-1920 at 10/8/08 1:15 AM:
-------------------------------------------------------------------------

Here is a "working" example on my environment : password = test'test

(Every password matching * ' * )

      was (Author: jibe):
    Here is a "working" example on my environment : password = test'test

(Every password matching *'* )
  
> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150277#action_150277 ] 

jibe edited comment on CONTINUUM-1920 at 10/8/08 1:27 AM:
-------------------------------------------------------------------------

Workaround : write the password with a backslash before the quote caracter to escape it.


      was (Author: jibe):
    Workaround : write the password with a backslash before quote to escape the caracter.

  
> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed CONTINUUM-1920.
----------------------------------

      Assignee: Wendy Smoak
    Resolution: Duplicate

> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>            Assignee: Wendy Smoak
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Jean-Baptiste David (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150196#action_150196 ] 

Jean-Baptiste David commented on CONTINUUM-1920:
------------------------------------------------

Have the same behaviour on Continuum 1.1

> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1920) SVN hosted project - Impossible build with special password

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150242#action_150242 ] 

Olivier Lamy commented on CONTINUUM-1920:
-----------------------------------------

Weird : PLXUTILS-78 should fix that normaly.
Can you give us the password you use or send it to me in private email ?

> SVN hosted project - Impossible build with special password
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1920
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1920
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat 5 - JDK 6u7 - Continuum 1.2
>            Reporter: Jean-Baptiste David
>
> My SVN password contains the ' caracter.
> The build failed at the checkout : 
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> -------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira