[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: updating rspec to newer version



Hi Praveen,

On Thu, Oct 25, 2012 at 3:20 PM, Praveen A <pravi.a@gmail.com> wrote:
> I'm trying to update rspec to latest upsteam veriosn, 2.11 [1]. It
> seems this repo does not have an upstream or pristine-tar branch. How
> do I proceed? Can I manually update the files to newer upstream
> version?

If you clone using git branches won't automagically show up but it
will still be there just try git branch -a you will see

remotes/origin/pristine-tar
remotes/origin/upstream

To make them available locally just run following commands

git branch --track pristine-tar remotes/origin/pristine-tar
git branch --track upstream remotes/origin/upstream

And you will be ready to go.

Other alternative is as Cedric said gbp-clone --pirstine-tar



Best Regards
-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


Reply to: