As many of you I'm GIT spoiled.

Having the SVN-GIT mirror allows me to continue working with GIT.

The reviewboard tool is currently wired to the SVN repo. Because of this
patches must be SVN like. Git patches are not accepted. This is a bit of a
pain if your are using GIT because you'll have to create the patch in GIT,
apply it locally with 'patch' to SVN and then do 'svn patch' to create the
patch for reviewboard.

I don't know of a a switch in 'git patch' to create a SVN like patch.

If this does not exist one possibility would be:

* switch reviewboard to be wired to GIT.
* developer patch workflow is out of GIT.
* commits are on SVN.

The other possibility is to have an oozie-git repo in reviewboard and
developers will have to use the right project there depending if they are
SVN or GIT.

The later seems a bit confusing thus I'd be a bit more inclined to the
former.

Thoughts?

Thanks.

Alejandro

Reply via email to