Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

GetLatest from subversion fails



  • I have created the subversion provider under source control providers. And in my application, I have configured the GetLatest setup to point to the required "source path" from the svn repository. But when I execute this action, I get the following error. My test connection to the repository is ok!

    If you could provide any help on this issue, it would be really helpful for this POC in practicing CIT in our project

    Action Group 11: Get Source
    Action 1: Get Latest from branches/Features/Getproject_IBS to ~\src\ABSIntg\
    Custom Variables: (none)
    AgentBasedAction Initialization Complete:
      Temp Directory: C:\Raj\BuildMaster\_SVCTMP\_A2\_S0\TMP
      Source Directory: C:\Raj\BuildMaster\_SVCTMP\_A2\_S0\WRK
      Target Directory: C:\Raj\BuildMaster\_SVCTMP\_A2\src\ABSIntg\
      Server: 02HW16885 (Id: 1)
    Initializing action...
    Initialization complete. Executing...
    Executing Get Latest Command
    **svn: E020024: Error resolving case of 'C:\Raj\BuildMaster\_SVCTMP\_A2\src\ABSIntg" --force --non-interactive --trust-server-cert --username a12345 --password dummypwd '**
    

    An unhandled exception occurred while executing this action: System.InvalidOperationException: svn: E020024: Error resolving case of 'C:\Raj\BuildMaster\_SVCTMP\_A2\src\ABSIntg" --force --non-interactive --trust-server-cert --username a12345 --password dummypwd ' at Inedo.BuildMasterExtensions.Subversion.Subversion15Provider.ExecuteSvnCommand(String commandName, String arguments, Boolean logErrors) at Inedo.BuildMasterExtensions.Subversion.Subversion15Provider.GetLatest(String sourcePath, String targetPath) at Inedo.BuildMaster.Extensibility.Actions.SourceControl.GetLatestAction.Execute() at Inedo.BuildMaster.Extensibility.Actions.ActionBase.ExecuteInternal(IActionExecutionContext context, ExtensionConfigurerBase extensionConfigurer, Boolean resumeNextOnError, Boolean logErrorsAsWarnings)

    Product: BuildMaster
    Version: 4.1.3



  • Your source path is: ~\src\ABSIntg\

    If you change it to: ~\src\ABSIntg

    it should work. It looks like the SVN client is treating the trailing backslash followed by a quote as a literal quote in the path.



  • Spot on! Its working. I feel really sad when I think that I was troubleshooting this issue for the past 1 hour. I know I was doing something wrong! But thanks a lot! :)


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation