Can't add files in perforce -
Can't add files in perforce -
as far can tell, client setup correctly:
$ p4 client -o # perforce client specification. # ...  client: stephen-dev1-stephen  update: 2014/06/26 17:41:14  access: 2014/06/26 17:45:47  owner:  stephenrasku  host:   stephen-dev1  description:     created stephenrasku.  root:   /home/stephen/code  options:    noallwrite noclobber nocompress unlocked nomodtime rmdir  submitoptions:  submitunchanged  lineend:    local  view:     //depot/labs/products/component/spamview-uri/... //stephen-dev1-stephen/spamview-uri/...     //version/... //stephen-dev1-stephen/version/...     //thirdparty/... //stephen-dev1-stephen/thirdparty/...     //starteam/... //stephen-dev1-stephen/starteam/...     //specs/... //stephen-dev1-stephen/specs/...     //release/... //stephen-dev1-stephen/release/...     //projects/... //stephen-dev1-stephen/projects/...     //main/... //stephen-dev1-stephen/main/...     //features/... //stephen-dev1-stephen/features/...     //dev/... //stephen-dev1-stephen/dev/...     //depot/... //stephen-dev1-stephen/depot/...    the files exist:
$ pwd /home/stephen/code/spamview-uri $ ls mainline/ebuild_version mainline/package.sh mainline/ebuild mainline/ebuild  mainline/ebuild_version  mainline/package.sh    but complains when seek , add together them:
$ p4  add together mainline/ebuild_version mainline/package.sh mainline/ebuild mainline/ebuild_version - file(s) not in client view. mainline/package.sh - file(s) not in client view. mainline/ebuild - file(s) not in client view.    what's problem?  checked out file using git p4 clone if makes difference.
your client spec isn't right, noticed. these 2 lines,
//depot/labs/products/component/spamview-uri/... //stephen-dev1-stephen/spamview-uri/... //depot/... //stephen-dev1-stephen/depot/...
your trying map files under //depot/labs/products/component/spamview-uri/... both //stephen-dev1-stephen/spamview-uri/... , //stephen-dev1-stephen/depot/labs/products/component/spamview-uri/... since perforce reads top bottom, overwrite first mapping sec mapping, removing sec mapping. \
move //depot/labs/products/component/spamview-uri/... //stephen-dev1-stephen/spamview-uri/...  lastly line, , should ok.
 perforce 
 
Comments
Post a Comment