What does it mean when you try to push to a Mercurial repository on Bitbucket and it produces the response:
abort: HTTP Error 413: Request Entity Too Large
For whatever reason my project has decided it cannot find my transaction.properties file. It is located in the :
src/main/resource
However it looks in looks in target/classes/
The file also resides yet throws the errors(see below)
These all seem to stem from the whole in the init of code I have no acces to which is always fun.
Anyone have any…