Concurrent Build Notation Not Friendly with SVN

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Config
      ------
      Hudson: 1.331
      inside: Tomcat 5.5
      on: Server 2003

      As of 1.331, Hudson uses the "@<number>" notation to separate concurrent builds
      of the same project. For example:

      concurrent build#1:
      C:\hudson\workspace\prj_foo\trunk

      concurrent build#2:
      C:\hudson\workspace\prj_foo@2\trunk

      The problem comes when a script tries to run an SVN.EXE command because "@" has
      the special meaning of "peg revision" and the SVN.EXE command will fail.

      For example, "svn revert -R %WORKSPACE%\trunk\mydir" will fail if %WORKSPACE%
      has a "@" in it.

      (this example used svn revert, but all other svn commands have the same problem)

      Maybe there is a better notation for concurrent builds?

            Assignee:
            Kohsuke Kawaguchi
            Reporter:
            williamleara
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: