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
4bc9cb7c
Commit
4bc9cb7c
authored
11 years ago
by
Sam Gleske
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix-svn_mirror_bug' into development
parents
b423404e
38cbe0a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+8
-4
8 additions, 4 deletions
CHANGELOG
lib/VERSION
+1
-1
1 addition, 1 deletion
lib/VERSION
update_mirror.sh
+1
-0
1 addition, 0 deletions
update_mirror.sh
with
10 additions
and
5 deletions
CHANGELOG
+
8
−
4
View file @
4bc9cb7c
gitlab-mirrors v0.2.4
* Fixing critical git svn mirror bug.
gitlab-mirrors v0.2.3
* Adding a final catch error message to add_mirror.sh
* RELEASE file for more consistent releases.
...
...
@@ -11,11 +14,12 @@ gitlab-mirrors v0.2.1
gitlab-mirrors v0.2
* Renamed project from git-mirrors to gitlab-mirrors.
* Colorized output enabled for all commands!
* Better argument handling on all commands!
* Project creation defaults can now be set in config.sh!
* SVN repository mirroring now supported!
* Project creation defaults can now be set in config.sh.
* New delete_mirror.sh command.
* Colorized output enabled for all commands.
* Better argument handling on all commands.
* New options for add_mirror.sh, see ./add_mirror.sh -h
* New delete_mirror.sh command!
* Knit and grit changes
* add_mirror.sh has more robust error checking.
* add_mirror.sh options can be out of order. Now using getopt for
...
...
This diff is collapsed.
Click to expand it.
lib/VERSION
+
1
−
1
View file @
4bc9cb7c
VERSION="v0.2.
3
"
VERSION="v0.2.
4
"
This diff is collapsed.
Click to expand it.
update_mirror.sh
+
1
−
0
View file @
4bc9cb7c
...
...
@@ -34,6 +34,7 @@ if git config --get svn-remote.svn.url &> /dev/null;then
#this is an SVN mirror so update it accordingly
git reset
--hard
git svn fetch
git svn rebase
cd
.git
git config
--bool
core.bare
true
git push gitlab
...
...
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