31

GIT と SVN のバックグラウンドから来て、Windows で P4V をセットアップし、リポジトリのコンテンツをローカル フォルダーに (何らかの方法で) 取得しましたが、変更を加えてローカル フォルダーに新しいファイルを作成すると、送信できません。 Perforceに戻します。エラーが発生します:

//depot/main/p4config.txt - 警告: 非ストリーム クライアントから送信できません 送信するファイルがありません。送信に失敗しました -- 上記の問題を修正してから、'p4 submit -c 6' を使用してください。

私のデポ階層:

C:\Perforce\kernelpanic\main>p4 client -S //depot/main -o
# A Perforce Client Specification.
#
#  Client:      The client name.
#  Update:      The date this specification was last modified.
#  Access:      The date this client was last used in any way.
#  Owner:       The user who created this client.
#  Host:        If set, restricts access to the named host.
#  Description: A short description of the client (optional).
#  Root:        The base directory of the client workspace.
#  AltRoots:    Up to two alternate client workspace roots.
#  Options:     Client options:
#                      [no]allwrite [no]clobber [no]compress
#                      [un]locked [no]modtime [no]rmdir
#  SubmitOptions:
#                      submitunchanged/submitunchanged+reopen
#                      revertunchanged/revertunchanged+reopen
#                      leaveunchanged/leaveunchanged+reopen
#  LineEnd:     Text file line endings on client: local/unix/mac/win/share.
#  ServerID:    If set, restricts access to the named server.
#  View:        Lines to map depot files into the client workspace.
#  Stream:      The stream to which this client's view will be dedicated.
#               (Files in stream paths can be submitted only by dedicated
#               stream clients.) When this optional field is set, the
#               View field will be automatically replaced by a stream
#               view as the client spec is saved.
#
# Use 'p4 help client' to see more about client views and options.

Client: kernelpanic

Update: 2012/10/04 15:35:16

Access: 2012/10/04 15:59:39

Owner:  me.kernelpanic

Host:   kernelpanic

Description:
        Created by me.kernelpanic.

Root:   C:/Perforce/kernelpanic

Options:        noallwrite noclobber nocompress unlocked nomodtime normdir

SubmitOptions:  submitunchanged

LineEnd:        local

View:
        //depot/... //kernelpanic/...
        //depot/main/doc/... //kernelpanic/main/doc/...
        //depot/* //kernelpanic/*
        //depot/main/* //kernelpanic/main/*

可能であれば、C:\Perforce\kernelpanic\main\src にもファイルを追加したいのですが...助けてください。Perforce がわかりません。変更の前後にチェックアウトを試みましたが、どちらの方法でも変更をサーバーに送信できませんでした。私は GIT に固執したいと思っていますが、私たちのクライアントは Perforce を使用しているので、彼らと仲良くする必要があります。助けてくれてどうもありがとう!

4

2 に答える 2

70

P4V がストリーム デポとメインラインを作成するように案内したものの、何らかの理由で非ストリーム ワークスペースが作成された可能性があります。私が聞いたところによると、初めて P4V を使用する場合、セットアップに何か問題があるため、このようなことが起こる可能性があります。

それが問題かどうかを確認するには、[接続]/[ワークスペースの編集] に移動し、[ストリーム] フィールドを調べます。空ですか?その場合は、[参照] を使用してストリームを選択します。これにより、現在のワークスペースがストリーム ワークスペースに変わります。

于 2012-10-04T17:04:59.550 に答える