Discussion:
[p4] What is wrong with my remote origin spec
Steph Turner
2017-04-14 00:28:11 UTC
Permalink
you might be running into a narrow cloning issue.the paths/files probably include integrations (deep history) from a part of your depot that isn't included in the scope of your specs.
if you don't care about fetching those files from way back when, you can try using the -I argument with the push 
p4 push [-p target -I]The -I flag excludes integration records for the new revisions.

Steph TurnerSwerveLogic


On Thursday, April 13, 2017 5:20 PM, AhiyaHiya <perforce-user-***@forums.perforce.com> wrote:


Posted on behalf of forum user 'AhiyaHiya'.

Hi,
I'm using Helix DVCS at the command line, and have configured my origin
remote spec as follows:
DepotMap:
��������//Project/dev_2_0/...
//Project/dev_2_0/...
��������//Project/dev_2_0/lib/Boost/mac/...
//Vendors/main/Boost/1_63_0/mac/...
��������//Project/dev_2_0/lib/Boost/win/...
//Vendors/main/Boost/1_63_0/win/...
��������//Project/dev_2_0/lib/Boost/boost/...
//Vendors/main/Boost/1_63_0/boost/...
��������//Project/dev_2_0/lib/FileMaker/FMPlugInSDK/...
//Vendors/main/FileMaker/FMPlugInSDK/...
��������//Project/dev_1_0/...
//Project/dev_1_0/...
��������//Project/dev_1_0/lib/Boost/boost/...
//Vendors/main/Boost/1_57_0/boost/...
��������//Project/dev_1_0/lib/Boost/mac/...
//Vendors/main/Boost/1_57_0/mac/...
��������//Project/dev_1_0/lib/Boost/win/...
//Vendors/main/Boost/1_57_0/win/...
��������//Project/dev_1_0/shared/...
//Shared/main/...
��������//Project/dev_1_0/lib/FileMaker/FMPlugInSDK/...
//Vendors/main/FileMaker/FMPlugInSDK/...

ArchiveLimits:
��������//Project/dev_2_0/lib/FileMaker/FMPlugInSDK/...
1
��������//Project/dev_1_0/lib/FileMaker/FMPlugInSDK/...
1

After I make my changes in my dev_1_0 stream, I attempt to 'p4 push',
but I get the following message instead of a success message:

Change 4062 performs a move/add on
//Project/dev_2_0/lib/FileMaker/FMPlugInSDK/EFPSDK/mac/EFPSDKMac.zip#1, but the
parameters of this fetch, push, or zip command include only part of the full
action. Specify a wider view to include both the source and target of the
change, or specify a narrower view to exclude both the source and target of the
change.

What is wrong with my remote spec?



--
Please click here to see the post in its original format:
  http://forums.perforce.com/index.php?/topic/5293-what-is-wrong-with-my-remote-origin-spec
_______________________________________________
perforce-user mailing list  -  perforce-***@perforce.com
http://maillist.perforce.com/mailman/listinfo/perforce-user



_______________________________________________
perforce-user mailing list - perforce-***@perforce.com
http://maillist.perforce.com/mailma

Continue reading on narkive:
Loading...