0

I was wondering why my push was taking so long to Kiln, but by the time I realized that I was uploading unnecessary build artifacts, it was too late. The push was complete. I created an ignore file on my local repository and used "hg purge." I committed and pushed it to Kiln again, but the ignored files are still there. How do I remove them permanently including all histories so that I don't have this gigantic repo on Kiln?

ATL_DEV
  • 9,256
  • 11
  • 60
  • 102

1 Answers1

0

if I had this issue, I would remove whole repository from Kiln(if you have perm to it), and clone it newly there from local, in case that you have whole repository localy. But I dont know Kiln much, so there may be some restrictions.

Václav
  • 365
  • 2
  • 15
  • I marked this as the answer because it looks like it's the only way to solve the problem. If a better answer comes along, it may change. – ATL_DEV Oct 12 '12 at 01:51