[
https://issues.apache.org/jira/browse/SCM-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961406#comment-17961406
]
ASF GitHub Bot commented on SCM-417:
------------------------------------
jira-importer opened a new issue, #631:
URL: https://github.com/apache/maven-scm/issues/631
**[Peter
Janes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=peterj)**
opened
**[SCM-417](https://issues.apache.org/jira/browse/SCM-417?redirect=false)** and
commented
The Perforce "diff" operation uses invalid pseudo-revision syntax to refer
to the top-of-tree version. The file-level syntax is "#head"; the depot-level
syntax is "`@now`".
The attached patch changes PerforceDiffCommand to use `@now` instead of
`@head`.
---
**Affects:** 1.1
**Attachments:**
-
[head-vs-now.patch](https://issues.apache.org/jira/secure/attachment/12718746/head-vs-now.patch)
(_1.68 kB_)
> PerforceDiffCommand uses "head" instead of "now" pseudo-revision
> ----------------------------------------------------------------
>
> Key: SCM-417
> URL: https://issues.apache.org/jira/browse/SCM-417
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-perforce
> Affects Versions: 1.1
> Environment: Perforce 2008.1
> Reporter: Peter Janes
> Assignee: Olivier Lamy
> Priority: Major
> Fix For: 1.2
>
> Attachments: head-vs-now.patch
>
>
> The Perforce "diff" operation uses invalid pseudo-revision syntax to refer to
> the top-of-tree version. The file-level syntax is "#head"; the depot-level
> syntax is "@now".
> The attached patch changes PerforceDiffCommand to use @now instead of @head.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)