https://github.com/foxcapades/eupath-svn2git
One off script to help me keep all the converted git repos up to date with svn
https://github.com/foxcapades/eupath-svn2git
Last synced: about 1 year ago
JSON representation
One off script to help me keep all the converted git repos up to date with svn
- Host: GitHub
- URL: https://github.com/foxcapades/eupath-svn2git
- Owner: Foxcapades
- Created: 2019-08-29T20:25:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T17:51:31.000Z (almost 7 years ago)
- Last Synced: 2025-06-14T04:05:54.797Z (about 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
= EuPathDB SVN to Git Sync Script
Simple script to sync changes from the EuPathDB Subversion servers to the new
EuPathDB Github projects. This script uses push force and will cause problems
for users attempting to commit changes to those git repositories.
== Usage
[source, console]
----
$ gsman
Entering path ApiCommonData
Fetching changes from SVN
No new changes
Entering path ApiCommonMetadataRepository
Fetching changes from SVN
No new changes
Entering path ApiCommonModel
Fetching changes from SVN
Processing branches:
api-build-45
Checking out
Rebasing onto SVN remote branch
Pushing changes to github
...
...
WARNING The following errors occurred during execution
SVN Fetch Errors:
Project: retired
Branch: N/A
Error: exit status 128
Stderr:
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Unable to find .git directory
at /usr/libexec/git-core/git-svn line 349.
------------------------------------------------------------
----