[
https://issues.apache.org/jira/browse/SCM-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed SCM-758.
------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Branch command does not work with TFS: "TF10125: The path must start with $/"
> -----------------------------------------------------------------------------
>
> Key: SCM-758
> URL: https://issues.apache.org/jira/browse/SCM-758
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-tfs
> Affects Versions: 1.9
> Environment: TFS 2010 SP1
> Reporter: Ohad R
> Priority: Major
>
> running:
> mvn release:branch -DbranchName=$/NNG/ORK/maven-branch-09
> causes to:
> tf branch D:\Dev\projects\NNG\ORK\dev\PLS -checkin $/NNG/ORK/maven-branch-10
> and then we get an error: ââ¬ËTF10125: The path
> 'D:\Dev\projects\NNG\ORK\dev\PLS' must start with $/ââ¬â¢
> there is a problem with the ââ¬Ëcheckinââ¬â¢ statement. if I remove the
> "checkin" statement from the command (by commenting it out, in
> org.apache.maven.scm.provider.tfs.command.TfsBranchCommand), it is working
> OK. However, we do want to use ââ¬Ëcheckinââ¬â¢ because we want the new
> created branched to be checked in.
> Conclusion: need to fix the TFS-provider (maven-scm), so it will use the path
> ($/...) instead of the path (d:/ââ¬Â¦). If we use '$/' path, it will work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)