redmine mercurial mirror on bitbucket
Added by Alessio Caiazza over 14 years ago
Hi,
I've found this mirror http://bitbucket.org/svn/redmine and I would like to know if it's an official mirror or not.
I found it very useful for developing patches with mercurial and mq.
Replies (11)
RE: redmine mercurial mirror on bitbucket - Added by Toshi MARUYAMA over 14 years ago
I don't know who maintains.
This repository stopped updating at r3840.
It is made by hgsubversion .
$ hg log -l1 --template='{extras}\n' branch=defaultconvert_revision=svn:e93f8b46-1217-0410-a6f0-8f06a7374b81/trunk@3840
I think the reason of stopping is that he updates hg 1.6 but he does not update hgsubversion.
Because it is made by hgsubversion, you can pull from SVN only after r3841 to this hg repository.
$ hg svn rebuildmeta http://redmine.rubyforge.org/svn/ $ hg in http://redmine.rubyforge.org/svn/ incoming changes from http://redmine.rubyforge.org/svn revision: 3841 user: edavis10 date: 2010-07-16T03:11:35.104268Z message: Fix typos in the examples. #5823 revision: 3842 user: edavis10 date: 2010-07-16T03:16:29.364437Z message: Add :view_issues_index_bottom hook. #5169 revision: 3843 user: edavis10 date: 2010-07-16T03:25:03.754399Z message: Updating CHANGELOG for 1.0 revision: 3844 user: edavis10 date: 2010-07-16T03:31:31.767359Z message: Adding 1.0 stable branch to prepare for 1.0.0 RC . . .
RE: redmine mercurial mirror on bitbucket - Added by Ammler _ over 14 years ago
Why not using "hg convert"?
RE: redmine mercurial mirror on bitbucket - Added by Toshi MARUYAMA over 14 years ago
If you use "hg convert", you need to keep ".hg/shamap".
You can change shamap path by command option.
See http://mercurial.selenic.com/wiki/ConvertExtension .
RE: redmine mercurial mirror on bitbucket - Added by Ammler _ almost 14 years ago
As already mentioned in #4455, I (with Toshi) have created a user redmine on bitbucket.org to host the official inofficial mercurial clone of Redmine.
Toshi started converting the author having uuid of the svn host, I didn't like that and made a new clone wihtout, but I still kept the old repo, which shall we now continue? (both?)
Are there seperate repos with branch 1.0-stable and trunk needed, any others? You can't fork a single branch with bitbucket, so I would say, we should do the seperate branches too.
Also the user redmine could work with CNAME, so it would be possible to use e.g. hg.redmine.org to point to it. In that case we could make it a official clone.
Greets :-)
RE: redmine mercurial mirror on bitbucket - Added by Yuya Nishihara almost 14 years ago
Hi, I made a snapshot repository of #4455 patch queue:
http://bitbucket.org/yuja/redmine-issue4455-snapshot#1.0-issue4455
It contains Redmine 1.0.4 release + known-good patches.
If you think it's appropriate for repo under http://bitbucket.org/redmine/, could you clone it or give me a permission to?
You can't fork a single branch with bitbucket,
"Fork at" pull-down in "advanced setting" looks to work.
Cheers,
RE: redmine mercurial mirror on bitbucket - Added by Ammler _ almost 14 years ago
Update:
Repo https://bitbucket.org/redmine/redmine just has the active branches for public interests: 1.0-stable and trunk (default)
there is still a repo redmine-all with everything from the svn tree
also a separate repo (redmine-trunk) with trunk (default) only
RE: redmine mercurial mirror on bitbucket - Added by Toshi MARUYAMA almost 14 years ago
Marcel Gmür wrote:
Update:
Repo https://bitbucket.org/redmine/redmine just has the active branches for public interests: 1.0-stable and trunk (default)
This repository has many closed branches.
Could you strip?
$ LANG=C hg heads changeset: 4008:0679be591034 tag: tip user: jplang date: Wed Dec 22 21:41:08 2010 +0000 summary: Avoid theme rescan when no theme is selected. changeset: 4006:bd3f650fff77 branch: 1.0-stable user: jplang date: Wed Dec 22 21:05:13 2010 +0000 summary: Removed 1.1 specific translations that were unsafely merged in 1.0 (#7162).
$ LANG=C hg heads --closed changeset: 4008:0679be591034 tag: tip user: jplang date: Wed Dec 22 21:41:08 2010 +0000 summary: Avoid theme rescan when no theme is selected. changeset: 4006:bd3f650fff77 branch: 1.0-stable user: jplang date: Wed Dec 22 21:05:13 2010 +0000 summary: Removed 1.1 specific translations that were unsafely merged in 1.0 (#7162). changeset: 2113:d5264652c372 branch: work/rails-2.2 parent: 1929:40814cfc91ed user: jplang date: Mon Feb 02 18:26:30 2009 +0000 summary: Branches cleaning. changeset: 2112:1216905eeace branch: work/rails-2.1 parent: 1539:07fd10264b14 user: jplang date: Mon Feb 02 18:26:21 2009 +0000 summary: Branches cleaning. changeset: 2111:ec09c63fc1d4 branch: work/rails-2.0 parent: 962:48549cb1b5cb user: jplang date: Mon Feb 02 18:26:10 2009 +0000 summary: Branches cleaning. changeset: 2014:ada4005ff789 branch: work/mailing_lists parent: 266:27e2957bf344 user: jplang date: Sun Jan 04 18:20:53 2009 +0000 summary: Branches cleaning. . . .
RE: redmine mercurial mirror on bitbucket - Added by Toshi MARUYAMA almost 14 years ago
RE: redmine mercurial mirror on bitbucket - Added by Ammler _ almost 14 years ago
branch 1.0-stable stripped from https://bitbucket.org/redmine/redmine
RE: redmine mercurial mirror on bitbucket - Added by plantila ndia almost 13 years ago
Unofficial HG-Mirror of ChiliProject
# hg up hg-git cp .hg/git-tags .hgtags hg ci -u hg-git -m "Update Tags" hg push --force # bookmarks: BMS=$(hg out -Bq | grep -v hg-git | awk '{print $1}') [[ $BMS ]] && hg push -B $BMS
snipped: advertising