Hi,

When I list remote branches in the newly checked out repository it show only

dfly-blkbuild# git branch -r
  origin/dragonfly-2010Q3
  origin/dragonfly-master
  origin/master

but in an older pkgsrc it shows

dfly-bkpsrv# git branch -r
  origin/dragonfly-2010Q3
  origin/dragonfly-master
  origin/master
  origin/pkgsrc-2010Q1
  origin/pkgsrc-2010Q2
  origin/pkgsrc-2010Q3
  origin/pkgsrc-2010Q4
  origin/pkgsrc-2011Q1

How Do I get origin/pkgsrc-2010Q1 in the new one?

The new one gave this error too

dfly-blkbuild# git pull
>From git://git.dragonflybsd.org/pkgsrcv2
 * [new branch]      dragonfly-master -> origin/dragonfly-master
 * [new branch]      master     -> origin/master
Bus error (core dumped)


Thanks

--Siju

Reply via email to