5
votes
6answers
2k views
What if I’m having trouble importing a very large repository?
I have a repository with lots of changesets, and I get an error when I push it to Kiln (using hg push). What should I do?
3
votes
1answer
1k views
abort: error: Connection timed out on hg push
This is a fairly large repository; I previously tried a push without the chunked option and it died like this (after running overnight)
pushing to https://oaklandsw.kilnhg.com/Rep …
1
vote
1answer
2k views
hg push takes hours
I have been running the following push for a couple of hours now.
This is about 1.1GB repository:
francis@berlioz:~/d/transformhg/3rdparty1/3rdparty-hg$ du -s -m
1110 .
My u …
1
vote
3answers
684 views
Large Repository won’t push to Kiln using BigPush
I am trying to do an initial import of a 114MB project into Kiln. I've downloaded and installed the Kiln Client on Windows XP. I've tried using the BigPush extension referenced h …
0
votes
2answers
460 views
Push on a kbfiles repository: big files not uploaded
Take existing Mercurial repository.
Enable kbfiles support (add kbfiles=~/kiln/bfiles/kbfiles/ to .hg/hgrc)
Convert repository to kbfiles:
hg kbfconvert oldrepo newrepo --size …
2
votes
1answer
2k views
When hg push --chunked still throws abort: out of memory what should you do?
Thanks in advance for your help,
I have contacted FogCreek / Kiln, who directed me to this --chunked option {http://kiln.stackexchange.com/questions/396/what-if-im-having-trouble …
2
votes
1answer
249 views
Importing GIT repository with 50K changesets
I'm curious if Kiln has a limit on the maximum number of changesets that can be imported. I have a git repository that would be ideal to have in Kiln, but it doesn't import. The pr …
1
vote
0answers
92 views
kiln client and bigpush [closed]
I've got a repository that i'm trying to push some pdf files. This pdf's are part of our website and they are in teh directory where the reporsitory sits. I'm trying to push them …