Abhi
Abhi

Reputation: 4922

Perforce Custom label

I have created a perforce custom labeller for use with CruiseControl.NET. The labeller works for most of my projects but fails to work for some. CruiseControl.NET fails on the following command:

p4 -s -c client_name -p scm:1234 -u username labelsync -l labelname

with the following error: File(s) not in label

Tried running the above command in cmd and got the same error.

Upvotes: 1

Views: 346

Answers (1)

Abhi
Abhi

Reputation: 4922

I found what was wrong. Perforce is Case sensitive. I changed my depot location to match with case and that solved the problem.

Upvotes: 2

Related Questions