hg crazy after 4th repo

roshan karki roshan at olenepal.org
Mon Oct 27 07:15:14 UTC 2008


This didn't worked.

I tried this.

***Working***
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
sending heads command
searching for changes
common changesets up to 000000000000
1 changesets found
List of changesets:
149e1f12ad34e57e1052d237cc747eed3fe000ab
sending unbundle command
sending 231 bytes
http authorization required
entered password and all and works.


***Not Working***
using http://hg.olenepal.org/firefox_plugins
pushing to http://hg.olenepal.org/firefox_plugins
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
sending heads command
searching for changes
common changesets up to 000000000000
1 changesets found
List of changesets:
57644272d4c4cde72f758c88d4d8e19a39498a54
sending unbundle command
sending 4800923 bytes
Requested URL: 'http://hg.olenepal.org/firefox_plugins?cmd=unbundle&heads=0000000000000000000000000000000000000000'
abort: 'http://hg.olenepal.org/firefox_plugins' does not appear to be
an hg repository!


Again I added the same file that I had added to firefox_plugins repo.
using http://hg.olenepal.org/test
pushing to http://hg.olenepal.org/test
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
sending heads command
searching for changes
common changesets up to 149e1f12ad34
1 changesets found
List of changesets:
907318f364d61e260cd4b57403fd07dc6dda39cb
sending unbundle command
sending 4800936 bytes
Requested URL: 'http://hg.olenepal.org/test?cmd=unbundle&heads=149e1f12ad34e57e1052d237cc747eed3fe000ab'
abort: 'http://hg.olenepal.org/test' does not appear to be an hg repository!

And this time it stopped working.

Can it be due to file size or what?

The output after sending * bytes is different.

On 10/26/08, Roshan karki <roshan at olenepal.org> wrote:
> As a solution I am going to apply this tomorrow.
>
> http://www.selenic.com/pipermail/mercurial/2007-July/013666.html
>
> Benoit Boissinot wrote:
>> On Fri, Oct 24, 2008 at 1:24 PM, Roshan Karki <roshan at olenepal.org> wrote:
>>
>>> -->On Server
>>>
>>>
>>> *mkdir firefox_plugins
>>> *cd firefox_plugins/
>>> *hg init
>>> *cd ..
>>> *chown -R www-data:www-data ./firefox_plugins/
>>>
>>>
>>>
>>> -->On Client
>>> *hg clone http://hg.olenepal.org/firefox_plugins
>>> destination directory: firefox_plugins
>>> no changes found
>>> 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
>>>
>>
>> [snip]
>>
>>
>>> *hg push
>>> pushing to http://hg.olenepal.org/firefox_plugins
>>> searching for changes
>>> abort: 'http://hg.olenepal.org/firefox_plugins' does not appear to be an
>>> hg repository!
>>>
>>>
>>> However if I clone the same repo to some other place and add different
>>> kinds of files like a simple text file, commit and then push to the
>>> server then there is no error.
>>>
>>>
>>
>> If you try to pull instead of push, does it work ?
>> When you say "some other place", is it a different server ?
>>
>> regards,
>>
>> Benoit
>>
>
>



More information about the Mercurial mailing list