Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9103

"/myproject/trunk/${param}" existiert nicht im Repository. Meinten Sie vielleicht "/myproject/trunk"?

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Not A Defect
    • Component/s: subversion-plugin
    • Labels:
      None

      Description

      I tried to add a parameter to the Repository Url.
      Under the field I get the following error message:
      "/myproject/trunk/$

      {param}" existiert nicht im Repository. Meinten Sie vielleicht "/myproject/trunk"?

      Translated to english that means:
      "/myproject/trunk/${param}

      " does not exit in repository. Did you eventually mean "/myproject/trunk"?

        Activity

        Hide
        lyric1 Lyric Lyric added a comment -

        Gestartet durch Benutzer anonymous
        Cleaning workspace /var/lib/jenkins/jobs/Development/workspace
        Checking out file:///var/local/svn/repo/myproject/trunk/foo
        At revision 1571
        Checking out
        ERROR: Failed to check out
        org.tmatesoft.svn.core.SVNException: svn: Malformed URL ''
        at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
        at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
        at org.tmatesoft.svn.core.SVNURL.<init>(SVNURL.java:221)
        at org.tmatesoft.svn.core.SVNURL.parseURIEncoded(SVNURL.java:125)
        at hudson.scm.SubversionSCM$ModuleLocation.getSVNURL(SubversionSCM.java:2116)
        at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:83)
        at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:137)
        at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:725)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:706)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:690)
        at hudson.FilePath.act(FilePath.java:757)
        at hudson.FilePath.act(FilePath.java:739)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:683)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:632)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1182)
        at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:521)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
        at hudson.model.Run.run(Run.java:1362)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:145)
        Finished: FAILURE

        Show
        lyric1 Lyric Lyric added a comment - Gestartet durch Benutzer anonymous Cleaning workspace /var/lib/jenkins/jobs/Development/workspace Checking out file:///var/local/svn/repo/myproject/trunk/foo At revision 1571 Checking out ERROR: Failed to check out org.tmatesoft.svn.core.SVNException: svn: Malformed URL '' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.SVNURL.<init>(SVNURL.java:221) at org.tmatesoft.svn.core.SVNURL.parseURIEncoded(SVNURL.java:125) at hudson.scm.SubversionSCM$ModuleLocation.getSVNURL(SubversionSCM.java:2116) at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:83) at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:137) at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:725) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:706) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:690) at hudson.FilePath.act(FilePath.java:757) at hudson.FilePath.act(FilePath.java:739) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:683) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:632) at hudson.model.AbstractProject.checkout(AbstractProject.java:1182) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:521) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416) at hudson.model.Run.run(Run.java:1362) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145) Finished: FAILURE
        Hide
        lyric1 Lyric Lyric added a comment -
        Show
        lyric1 Lyric Lyric added a comment - Doing 'svn co file:///var/local/svn/repo/myproject/trunk/foo ' works.
        Hide
        lyric1 Lyric Lyric added a comment -

        Seems the problem is not the parameter, but the "file:///" in the url.

        Log complains: "malformed url".

        AFAIK the url is correct, see http://en.wikipedia.org/wiki/File_URI_scheme

        Cheers

        Show
        lyric1 Lyric Lyric added a comment - Seems the problem is not the parameter, but the "file:///" in the url. Log complains: "malformed url". AFAIK the url is correct, see http://en.wikipedia.org/wiki/File_URI_scheme Cheers
        Hide
        lyric1 Lyric Lyric added a comment -

        Denial of my last comment:

        I just setup my subversion repository for access through Apache ("http://") but still get the following error message:

        Checking out
        ERROR: Failed to check out
        org.tmatesoft.svn.core.SVNException: svn: Malformed URL ''

        Show
        lyric1 Lyric Lyric added a comment - Denial of my last comment: I just setup my subversion repository for access through Apache ("http://") but still get the following error message: Checking out ERROR: Failed to check out org.tmatesoft.svn.core.SVNException: svn: Malformed URL ''
        Hide
        lyric1 Lyric Lyric added a comment -

        The problem is not fixed yet. But I found on the net that the problem is due to a complete other reason:
        http://one-size-doesnt-fit-all.blogspot.com/2010/11/hudson-job-svn-malformed-url-error.html

        To make it more clear I will make an extra report for it.

        Cheers

        Show
        lyric1 Lyric Lyric added a comment - The problem is not fixed yet. But I found on the net that the problem is due to a complete other reason: http://one-size-doesnt-fit-all.blogspot.com/2010/11/hudson-job-svn-malformed-url-error.html To make it more clear I will make an extra report for it. Cheers

          People

          • Assignee:
            Unassigned
            Reporter:
            lyric1 Lyric Lyric
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: