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

Getting java.io.FileNotFoundException: /Folder/.svn (Is a directory) error when running the build.

      Hello,
      I am getting java.io.FileNotFoundException: /Folder/.svn (Is a directory) when running the build in jenkins, the folder under which it is searching the file is a valid folder having a .properties file extension. But it is giving a /.svn (I don't know why) where there is no file having a .svn extension. If any one know please let me know what is the issue !!

          [JENKINS-28903] Getting java.io.FileNotFoundException: /Folder/.svn (Is a directory) error when running the build.

          Oleg Nenashev added a comment -

          The attached stacktrace is incomplete. Please attach the full log and also specify Jenkins core and SVN plugin versions

          Oleg Nenashev added a comment - The attached stacktrace is incomplete. Please attach the full log and also specify Jenkins core and SVN plugin versions

          Anand J Kadhi added a comment -

          Full log file.

          Anand J Kadhi added a comment - Full log file.

          Oleg Nenashev added a comment -

          I doubt the issue is really related to Jenkins.

          You build you project using Maven, hence there should be able to handle all environment cases. Seems you checkout the data from SVN => .svn folders appear in every repo folder (if SVN version is lower than 1.8). Your tests should somehow filter away these folders during the execution.

          Oleg Nenashev added a comment - I doubt the issue is really related to Jenkins. You build you project using Maven, hence there should be able to handle all environment cases. Seems you checkout the data from SVN => .svn folders appear in every repo folder (if SVN version is lower than 1.8). Your tests should somehow filter away these folders during the execution.

          Anand J Kadhi added a comment -

          When i checked the workspac in jenkins It is attaching a .svn in every folder. Might be can that cause this issue?

          Anand J Kadhi added a comment - When i checked the workspac in jenkins It is attaching a .svn in every folder. Might be can that cause this issue?

          Oleg Nenashev added a comment -

          Jenkins does not do it. It's a standard format of SVN workspaces

          Oleg Nenashev added a comment - Jenkins does not do it. It's a standard format of SVN workspaces

            Unassigned Unassigned
            anand_j_kadhi Anand J Kadhi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: