Perforce error - não é possível enviar de um cliente não stream

Vindo do fundo GIT e SVN, eu configurei meu P4V no windows, consegui pegar o conteúdo do meu repositório na minha pasta local (de alguma forma), mas uma vez que eu fiz modificações e criei novos arquivos na minha pasta local, não posso enviar de volta para Perforce. Isso dá erro:

//depot/main/p4config.txt - warning: não é possível enviar do cliente não-stream Nenhum arquivo para enviar. Enviar falhou - corrija os problemas acima e use 'p4 submit -c 6'.

Minha hierarquia de depósito:

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/*

Se possível, gostaria de adicionar os arquivos em C: \ Perforce \ kernelpanic \ main \ src também ... Por favor, ajude, eu não consigo entender o Perforce. Eu tentei fazer um check-out antes ou depois da modificação, mas as duas formas também não enviaram a alteração para o servidor. Eu adoraria ficar com o GIT, mas o nosso cliente está usando o Perforce, então temos que jogar bem com eles. Muito obrigado por sua ajuda!

questionAnswers(1)

yourAnswerToTheQuestion