Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-435

can not work with local copy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1, 1.8
    • 1.9
    • maven-scm-provider-svn
    • None
    • Windows xp, maven 2.0.9

    Description

      I have a need to use the SCM api to manipulate a local svn copy, but the svn provider can only work with remote copies.

      e.g. "svn info ." to get the reposirory URL etc from what Subversion has and not what you think it is.

      If you pass in a file:// URL it treats this as a repository and not a local copy - but if you don't use a url prefix and pass in just the path it fails to parse the URL in SvnScmProviderRepository.parseURL().

      The current workaround is to provide a custom SvnScmProviderRepository which overrides getURL to return the path which shows that the info command and others can work like this (however this obviously breaks anything that uses local file based repositories!)

      Attachments

        1. svnexe.diff
          0.9 kB
          James Nord

        Issue Links

          Activity

            People

              rfscholte Robert Scholte
              teilo James Nord
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: