Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.9
-
None
-
None
-
TFS 2010 SP1
Description
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.