glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] first steps in mercurial


From: Kai Antweiler
Subject: Re: [glob2-devel] first steps in mercurial
Date: Mon, 23 Apr 2007 14:06:27 +0200

> What mercurial verision have you installed?
> Current is 0.9.3

0.9.1-1+etch1

the branch command was introduced in 0.9.2:
http://www.selenic.com/pipermail/mercurial/2006-December/011814.html

push -r and pull -r were introduced in 0.8.1
push -r was improved in 0.9.2
I don't know, if pull changed.
0.9.3 was (mainly) a bugfix release.

Can you upgrade to 0.9.3?
0.9.2 introduced changes to the repository layout for better windows
compatibilty.
You would have to clone the repository once after upgrading mercurial:

http://www.selenic.com/mercurial/wiki/index.cgi/UpgradeNotes
# mv -i glob2 old
# hg clone --pull old glob2
# rm -rf old

Otherwise we can pull the repostory into an incoming repository and
pull the desired branch from there.  But this might be inconvenient for users.
How about a cvs mirror of the main branch?
--
Kai Antweiler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]