How does unbundle work
Posted
by Ashithraj
on Stack Overflow
See other posts from Stack Overflow
or by Ashithraj
Published on 2010-05-27T12:56:10Z
Indexed on
2010/05/27
14:01 UTC
Read the original article
Hit count: 180
mercurial
Before explaining my problem let me tell you the Mercurial setup,
We have the following repos,
RELEASE DEVELOPMENT BUGFIX
All the above repo are running on a central server using IIS and hgwebdir.cgi
Now coming to the problem,
- I clone a local repo from DEVELOPMENT repo.
- I make changes to the clone and commit (Not push).
- I make a bundle from the clone and pass the bundle to QA who has cloned the RELEASE repo.
- Now I try to apply the bundle to the RELEASE repo clone using hg unbundle
- I get an error, abort: error: ftp error: no host given
What am I doing wrong? Can you give solution to the above problem keeping a Windows setup in mind?
© Stack Overflow or respective owner