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

Subversion checkouts creates files for symlinks

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • subversion-plugin
    • None
    • Platform: All, OS: Linux

      The check out of project containing checked in symlinks creates a workspace
      with files instead of symlinks. E.g., creating a repository containing
      the elements:

      $ svn co file://$PWD/test/trunk/data
      A data/file.link
      A data/file.txt
      Checked out revision 3.
      $ ls -l data
      total 12
      lrwxrwxrwx 1 mrohan mrohan 8 Jun 28 17:55 file.link -> file.txt
      rw-rw-r- 1 mrohan mrohan 16 Jun 28 17:55 file.txt

      Within Hudson, the workspace contains the elements:

      $ ls -l data
      total 16
      rw-rw-r- 1 hudson hudson 13 Jun 28 17:53 file.link
      rw-rw-r- 1 hudson hudson 16 Jun 28 17:53 file.txt
      $ cat data/file.link
      link file.txt

      There is no newline in the file created.

        1. svnkit.w-def.0.log
          12 kB
        2. svnkit.wo-def.0.log
          12 kB
        3. output.1.311.txt
          0.5 kB
        4. output.1.310.txt
          0.5 kB

          [JENKINS-3949] Subversion checkouts creates files for symlinks

          mkrohan created issue -
          Alan Harder made changes -
          Link New: This issue is duplicated by JENKINS-3968 [ JENKINS-3968 ]
          Alan Harder made changes -
          Link New: This issue is duplicated by JENKINS-3904 [ JENKINS-3904 ]
          dodok1 made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          dodok1 made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Andrew Bayer made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 134022 ] New: JNJira + In-Review [ 202555 ]

            Unassigned Unassigned
            mkrohan mkrohan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: