IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Developer will not do a subversion check out

    Posted 01/28/10 10:42 PM

    We setup Subversion to work with developer and now when we go to check out a package we get back:

    The following elements were not locked:

    {List of files}

    And the details gives back something like the following:

    Error:
    [ISS.0132.9117] error running command [svn, lock, …/flow.xml]; exit value: 1; output: [svn: Authorization failed]

    Does anyone know the work around for this behavior or seen this before?


    #webMethods
    #webMethods-Suite
    #webMethods-Archive


  • 2.  RE: Developer will not do a subversion check out

    Posted 01/28/10 10:54 PM

    We tried adding authorization as a requirement and now we get back the following:

    svn: Path ‘/path_to_file’ doesn’t exist in HEAD revision

    Any advise would be appreciated.


    #webMethods-Suite
    #webMethods-Archive
    #webMethods


  • 3.  RE: Developer will not do a subversion check out

    Posted 02/24/10 09:12 AM

    Hi Brian,

    When you said “We setup Subversion to work with developer” did you mean by using wmSubversion package?.

    Thank you.

    Regards,
    Kuhen


    #webMethods-Suite
    #webMethods-Archive
    #webMethods


  • 4.  RE: Developer will not do a subversion check out

    Posted 02/24/10 02:48 PM

    Yes, but we were able to determine the cause:

    We used “svnserve -d -r svn_root_PATH”, rather then the default “svnserve -d” to start our svn daemon.

    The issue is no longer occurring. Thank you.


    #webMethods-Suite
    #webMethods-Archive
    #webMethods