You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Jimmy Conway (JIRA)" <ji...@codehaus.org> on 2008/10/01 19:01:08 UTC

[jira] Created: (CONTINUUM-1909) svn is executed WITHOUT login and password, why?

svn is executed WITHOUT login and password, why?
------------------------------------------------

                 Key: CONTINUUM-1909
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
             Project: Continuum
          Issue Type: Bug
          Components: SCM
    Affects Versions: 1.2.1
         Environment: Windows
            Reporter: Jimmy Conway
            Priority: Blocker


This is what I see in continuum.log:

2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed

Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.

Why so?


-- 
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] Updated: (CONTINUUM-1909) login and password ignored in checkout operation

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

Carlos Sanchez updated CONTINUUM-1909:
--------------------------------------

    Attachment: CONTINUUM-1909.patch

Patch against continuum 1.2.2

> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2, 1.3.x
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>         Attachments: CONTINUUM-1909.patch
>
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) login and password ignored in checkout operation

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

Emmanuel Venisse closed CONTINUUM-1909.
---------------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Fixed

Applied in r.752948

> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Assignee: Emmanuel Venisse
>            Priority: Blocker
>             Fix For: 1.3.2
>
>         Attachments: CONTINUUM-1909.patch
>
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) svn is executed WITHOUT login and password, why?

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

Wendy Smoak closed CONTINUUM-1909.
----------------------------------

      Assignee: Wendy Smoak
    Resolution: Cannot Reproduce

I can't reproduce this with 1.3-SNAPSHOT r700970  (The 'affects' version on the issue is set to 1.2.1, but the paths in your logs say 1.3-SNAPSHOT, so that's what I tried.)

I added a project by providing the url for the pom, my userid and password, and _not_ checking the 'use cached credentials' checkbox.  I see this in the log:

2008-10-01 16:58:04,918 [pool-2-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /Users/wsmoak/svn/continuum/continuum/continuum-webapp/target/working-directory && svn --username wsmoak --password '*****' checkout https://example.com/svn/wsmoak/hello/trunk 1

The mailing list is better for questions -- please ask on the dev list if you're working with an unreleased version.  http://continuum.apache.org/mail-lists.html


> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) svn is executed WITHOUT login and password, why?

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149533#action_149533 ] 

Wendy Smoak commented on CONTINUUM-1909:
----------------------------------------

What steps did you take to add the project to Continuum?

I wonder if the 'use cached credentials' checkbox was checked.  If so, Continuum is depending on the credentials already being present.

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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] Updated: (CONTINUUM-1909) login and password ignored in checkout operation

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

Carlos Sanchez updated CONTINUUM-1909:
--------------------------------------

    Affects Version/s: 1.2.2
      Patch Submitted: [Yes]
          Environment: Windows, mac, unix  (was: Windows)
              Summary: login and password ignored in checkout operation  (was: svn is executed WITHOUT login and password, why?)

Reproduced for the perforce scm in continuum 1.2.2

I think the problem may happen when you add a project without user/password, project fails to checkout, edit project to add user/passwd, continuum doesnt use that information

> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2, 1.3.x
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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] Assigned: (CONTINUUM-1909) login and password ignored in checkout operation

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

Wendy Smoak reassigned CONTINUUM-1909:
--------------------------------------

    Assignee:     (was: Wendy Smoak)

> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Priority: Blocker
>             Fix For: 1.3.2
>
>         Attachments: CONTINUUM-1909.patch
>
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) svn is executed WITHOUT login and password, why?

Posted by "Bertrand Gressier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=152891#action_152891 ] 

Bertrand Gressier commented on CONTINUUM-1909:
----------------------------------------------

I have exactly the same thing with continuum 1.2.2.

You must append your project and if you not specified the good account the first time, It doesn't save the login/password. You can change informations but it don't used.
In the command line (see in continuum.log) --username and --password aren't writed

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.3
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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] Updated: (CONTINUUM-1909) svn is executed WITHOUT login and password, why?

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

Wendy Smoak updated CONTINUUM-1909:
-----------------------------------

    Affects Version/s:     (was: 1.2.1)
                       1.3

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.3
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) login and password ignored in checkout operation

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157131#action_157131 ] 

Carlos Sanchez commented on CONTINUUM-1909:
-------------------------------------------

i have, but not sure if it could break something else ;)

> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>             Fix For: 1.3.1
>
>         Attachments: CONTINUUM-1909.patch
>
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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] Updated: (CONTINUUM-1909) login and password ignored in checkout operation

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

Olivier Lamy updated CONTINUUM-1909:
------------------------------------

    Affects Version/s:     (was: 1.3.x)
        Fix Version/s: 1.3.1

Move to fix version 1.3.1 as we need here a new maven-scm version.
Carlos your patch looks correct. You don't have karma here ??


> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>             Fix For: 1.3.1
>
>         Attachments: CONTINUUM-1909.patch
>
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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] Reopened: (CONTINUUM-1909) svn is executed WITHOUT login and password, why?

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

Jimmy Conway reopened CONTINUUM-1909:
-------------------------------------


I have this problem for all projects in Windows continuum copy. I use MS SQL Server on Windows.

I add a project with POM.xml upload as a file. It works perfectly on Linux installation. On windows it executes SVN without credentials (login/password).

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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] Updated: (CONTINUUM-1909) login and password ignored in checkout operation

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

Maria Odea Ching updated CONTINUUM-1909:
----------------------------------------

    Fix Version/s:     (was: 1.3.1)
                   1.3.2

> login and password ignored in checkout operation
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.2
>         Environment: Windows, mac, unix
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>             Fix For: 1.3.2
>
>         Attachments: CONTINUUM-1909.patch
>
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) svn is executed WITHOUT login and password, why?

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150034#action_150034 ] 

Wendy Smoak commented on CONTINUUM-1909:
----------------------------------------

What version are you using?  (The Affects version on the issue is 1.2.1, but the paths in the log statements you posted originally say 1.3-SNAPSHOT.)  

Check the 'About' button in the left hand menu which will show the version and revision.

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) svn is executed WITHOUT login and password, why?

Posted by "Jimmy Conway (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150036#action_150036 ] 

Jimmy Conway commented on CONTINUUM-1909:
-----------------------------------------

1.3-SNAPSHOT, build number: 701593

This is what I see in 'About' section

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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-1909) svn is executed WITHOUT login and password, why?

Posted by "Jimmy Conway (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149621#action_149621 ] 

Jimmy Conway commented on CONTINUUM-1909:
-----------------------------------------

I have Windows environment. Maybe this matters?

> svn is executed WITHOUT login and password, why?
> ------------------------------------------------
>
>                 Key: CONTINUUM-1909
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1909
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Jimmy Conway
>            Assignee: Wendy Smoak
>            Priority: Blocker
>
> This is what I see in continuum.log:
> 2008-10-01 02:00:04,248 [pool-1-thread-1] INFO  action#checkout-project  - Checking out project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "svn --non-interactive checkout svn://server.com/RNP/trunk 6"
> 2008-10-01 02:00:04,405 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'RNP', id: '6' to 'C:\apache\apache-continuum-1.3-SNAPSHOT\target\working-directory\6' with branch/tag .
> 2008-10-01 02:00:06,998 [pool-1-thread-1] WARN  action#checkout-project  - Command output: svn: Authorization failed
> Authorization failed because cmd.exe is executed with svn WITHOUT --user and --password options.
> Why so?

-- 
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