Issue 106525 - Commands for creating Mercurial (hg) repository from a bundle are wrong.
Summary: Commands for creating Mercurial (hg) repository from a bundle are wrong.
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Website general issues (show other issues)
Version: current
Hardware: Unknown All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: jens-heiner.rechtien
QA Contact: issues@infrastructure
URL: http://wiki.services.openoffice.org/w...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-01 16:17 UTC by cassioneri
Modified: 2012-01-29 22:13 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description cassioneri 2009-11-01 16:17:46 UTC
In
http://wiki.services.openoffice.org/wiki/Getting_It

the commands for creating a Mercurial repository from a bundle are: 

mkdir <working_dir>
hg init
hg unbundle <path_to_bundle>/DEV300.hg
hg pull http://hg.services.openoffice.org/DEV300
hg update

I guess there is a line missing (between 1st and 2nd lines above). The commands
should be

mkdir <working_dir>
cd <working_dir>
hg init
hg unbundle <path_to_bundle>/DEV300.hg
hg pull http://hg.services.openoffice.org/DEV300
hg update
Comment 1 bjoern.michaelsen 2009-11-05 13:48:45 UTC
true, fixed.

Thanks for reporting.
Comment 2 bjoern.michaelsen 2009-11-05 13:49:51 UTC
@hr: please verify.
Comment 3 jens-heiner.rechtien 2009-11-10 15:21:16 UTC
Verified.
Comment 4 jens-heiner.rechtien 2009-11-23 18:37:34 UTC
Close issue.