-
Notifications
You must be signed in to change notification settings - Fork 0
radio-astro/casa-update
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# introduction script to sync https://svn.cv.nrao.edu/svn/casa/ with https://github.com/radio-astro/casa # prepare $ sudo apt-get install git-core git-svn ruby $ sudo gem install svn2git # first run (will take long) svn2git https://svn.cv.nrao.edu/svn/casa/ --no-minimize-url --authors authors.txt --metadata # to update from the git folder run: $ svn2git --rebase $ for i in `git branch | grep -v "*" | grep -v personal `; do git checkout $i; git push origin $i; done; Note that we can't just push all branches since some of them are broken.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published