Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-mirrors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wonko
gitlab-mirrors
Commits
b373b05b
Commit
b373b05b
authored
11 years ago
by
Sam Gleske
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' release v0.4.5
parents
6d372637
299447a2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
docs/management.md
+12
-2
12 additions, 2 deletions
docs/management.md
lib/VERSION
+1
-1
1 addition, 1 deletion
lib/VERSION
with
18 additions
and
3 deletions
CHANGELOG.md
+
5
−
0
View file @
b373b05b
## v0.4.5
*
Updated docs for Mercurial mirror management.
---
## v0.4.4
*
Added Mercurial mirroring support.
`add_mirror.sh`
now has the
`--hg`
option when adding a repository.
...
...
This diff is collapsed.
Click to expand it.
docs/management.md
+
12
−
2
View file @
b373b05b
...
...
@@ -24,7 +24,7 @@ Create a BZR repository mirror.
cd gitlab-mirrors
./add_mirror.sh --bzr --project-name bzr-ubuntu-hello --mirror lp:ubuntu/hello
###
g
it
###
G
it
Create a git repository mirror.
...
...
@@ -36,7 +36,17 @@ Create a git repository mirror without attempting to auto-create the project and
./add_mirror.sh --git --project-name github-gitlab-mirrors --mirror https://github.com/sag47/gitlab-mirrors.git --no-create user@yourserver.com:projects/gitlab-mirrors.git
### svn
### Mercurial
The Mercurial support comes from
[
`git-remote-hg`
](
https://github.com/felipec/git/wiki/git-remote-hg
)
.
Create a hg repository mirror.
su - gitmirror
cd gitlab-mirrors
./add_mirror.sh --hg --project-name lodgeit-main --mirror https://bitbucket.org/EnTeQuAk/lodgeit-main
### Subversion
The subversion support comes from
[
`git-svn(1)`
][
git-svn-man
]
.
...
...
This diff is collapsed.
Click to expand it.
lib/VERSION
+
1
−
1
View file @
b373b05b
VERSION="v0.4.
4
"
VERSION="v0.4.
5
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment