OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio] Your version control SVN project is set up


Chet Ensign <chet.ensign@oasis-open.org> writes:

> Members of the VIRTIO TC,
>
> As requested, we have set up an SVN project for you. You can access it at
> https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?sc=0

Thanks Chet!

OK, here's the quickstart for using it with git-svn:

  # Create local virtio subdir with git - svn bridge.
  git svn clone https://tools.oasis-open.org/version-control/svn/virtio

  # To update from svn repo
  git svn pull

  # To update from svn repo and rebase your (unpublished) git commits
  git svn rebase

  # To push your changes into repo
  git svn dcommit

I've pushed the virtio-spec with all changes posted here into the
repository, so it should now be a reasonable startpoint for any diffs
you want to post...

Cheers!
Rusty



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]