Skip to content

Commit

Permalink
More whitespace fixes.
Browse files Browse the repository at this point in the history
git-svn-id: https://ecesvn.uwaterloo.ca/courses/os499/scripts/trunk@13 f44d82c8-a2a3-4d44-8176-f7958940f7e1
  • Loading branch information
m9chang committed Sep 1, 2011
1 parent ac55491 commit 5eda824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -43,7 +43,7 @@ Creating a Repository

On recent verisons of Ubuntu: (tested on 11.10 as of the time of writing)

$ sudo aptitude install subversion git git-svn
$ sudo aptitude install subversion git git-svn

Note that git used to be called git-core on older Debian-based distributions. For other distributions, YMMV.

Expand Down Expand Up @@ -105,17 +105,17 @@ Note that if the repo is public, you can just use GitHub's mirroring feature.
Keeping a Repo Mirror Up-to-Date
--------------------------------

### SVN -> Git
* SVN -> Git

$ git svn rebase --authors-file=svn.authors
$ git push origin master

### Git -> SVN (FIXME)
* Git -> SVN (FIXME)

$ git pull origin master
$ git svn dcommit

### Changes in both locations (FIXME)
* Changes in both locations (FIXME)

$ git svn rebase --authors-file=svn.authors
$ git pull origin master
Expand Down

0 comments on commit 5eda824

Please sign in to comment.