File showing up in repo browser, but not when cloning
Benoit Boissinot
bboissin at gmail.com
Wed Nov 12 13:29:09 UTC 2008
On Wed, Nov 12, 2008 at 2:00 PM, Torsten Marek <shlomme at gmx.net> wrote:
> Hi,
>
> we have a problem with one of our Mercurial repositories:
>
> http://hg.diotavelli.net/sta/framesearch/
>
>
> The repository browser shows a file named 'query_tool' in the toplevel
> directory (there's one with the same name in the directory 'tests', this
> is not the one in question):
> http://hg.diotavelli.net/sta/framesearch/file/fcc417e5fbec/query_tool
>
> However, when I clone the repository, the file does not appear.
> Mercurial on the server and the client are both 1.0.1. The repository
> has originally been converted from an svn repo.
The checkout is done on the "default" branch. Use "hg up --clean tip" you'll see
the file.
regards,
Benoit
More information about the Mercurial
mailing list