2

i linked my database to perforce work-space using redgate tool in sql source control,but when i commit the change to source control that is nothing but my p4 work-space given error..like..

"Command line error"

Command:

P4 -s submit -d "adding" "C:\P4\webteam\SANDBOXES\mysandbox\DemoWebsite\EmployeeManagement\..."

Output:
error: No files to submit from the default changelist.

exit: 1

Exit code:
1

 - sending file to source control server
showing  false

I think some what about to change in .xml file that exixting Command line hook folder i.e perforce.xml and template.xml but what I need to change that I don't know.

halfer
  • 19,824
  • 17
  • 99
  • 186
Pramod M
  • 43
  • 6
  • Are you asking what "No files to submit from the default changelist" means? It means that either you haven't made any changes at all, or you made changes, but you put them in a numbered pending changelist, and you did not specify that changelist number on your submit commit (using `submit -c`). Before you try your submit, run `p4 opened` and paste the output to your question. – Bryan Pendleton Mar 31 '17 at 13:47
  • yes i m asking same "no file to submit from the default changelist " but i hav made changes in script and also specify the submit command in perforce.xml and template.xlm as "P4 -s submit -d "($Message)" "($ScriptsFolder)..."" – Pramod M Apr 03 '17 at 05:17
  • Did you "p4 add" the files to put them in your default changelist? – Samwise Apr 04 '17 at 16:02
  • yes there is already present in .xml file. Commit P4 -s submit -d "($Message)" "($ScriptsFolder)..." exitCode == 0 && !output.Contains("Error:") this content are there........ – Pramod M Apr 05 '17 at 04:41

0 Answers0